Color: #CEA465

#CEA465 Color Information

#CEA465 is a light color. The closest websafe version is #CEA465. A complement of this color would be #648ECE, perceived brightness is 0.66, and the grayscale version is #9A9A9A.

In the HSL color space, this color has a hue angle of 36°,a saturation of 52%, and a lightness of 60%.The HSV representation shows a hue of 36°, a saturation of 51%, and a value of 81%.

In a RGB color space, #CEA465 is composed of 81% red, 64% green and 40% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 20% magenta, 51% yellow and 19% black.

In the Yxy color space, this color is represented as Y: 41.14, x: 0.4396, and y: 0.4199.

Color Code #CEA465

#CEA465rgb(206, 164, 101)
HEX
#CEA465
RGB
rgb(206, 164, 101)
HSL
hsl(36, 52%, 60%)
HSV
hsv(36, 51%, 81%)
CMYK
0%, 20%, 51%, 19%
XYZ
X: 43.07, Y: 41.14, Z: 13.76
Lab
L: 70.27, a: 10.36, b: 38.66
Name

Shades of Color #CEA465

Shades are created by darkening the original color #CEA465 in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #CEA465

Tints are created by lightening the original color #CEA465 in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#CEA465rgb(206, 164, 101)

About #CEA465 Color Code

In the HSL color space, this color has a hue angle of 36°, a saturation of 52%, and a lightness of 60%. The HSV representation shows a hue of 36°, a saturation of 51%, and a value of 81%.

  • HEX: #CEA465
  • RGB: rgb(206, 164, 101)
  • HSL: hsl(36, 52%, 60%)
  • HSV: hsv(36, 51%, 81%)
  • CMYK: 0.00% cyan, 20.00% magenta, 51.00% yellow, 19.00% black
  • XYZ: 43.07, 41.14, 13.76
  • Yxy: 41.14, 0.4396, 0.4199
  • Hunter Lab: 70.27, 10.36, 38.66
  • CIE-Lab: 70.27, 10.36, 38.66

In the XYZ color space, this color is represented as X: 43.07, Y: 41.14, Z: 13.76. The Yxy representation further refines this as Y: 41.14, x: 0.4396, and y: 0.4199.

In the Hunter Lab color space, this color is represented as L: 70.27, a: 10.36, and b: 38.66. Similarly, in the CIE-Lab color space, it is represented as L: 70.27, a: 10.36, and b: 38.66.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #CEA465

Triadic colors are three colors evenly spaced around the color wheel, including #CEA465. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #CEA465

Analogous colors are adjacent to #CEA465 on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #CEA465

Split complementary colors are two colors adjacent to the complementary color of #CEA465. They create a balanced and visually appealing color scheme.

Tetradic Colors of #CEA465

Tetradic colors form a rectangle on the color wheel, including #CEA465. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #CEA465

Monochromatic colors are variations of #CEA465, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #CEA465

The complementary color of #CEA465 is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #CEA465

/* Using HEX */
body {
  background-color: #cea465;
}
/* Using RGB */
body {
  background-color: rgb(206, 164, 101);
}
/* Using RGB with opacity */
body {
  background-color: rgba(206, 164, 101, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(36, 52%, 60%);
}
/* Text color */
p {
  color: #cea465;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cea465;
}
/* Border color */
.box {
  border: 4px solid #cea465;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cea465;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cea465;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CEA465
On Black Background
#CEA465
On White Background
#CEA465

HTML Examples of #CEA465

<!-- Using HEX -->
<div style="background-color: #cea465; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(206, 164, 101); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(206, 164, 101, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(36, 52%, 60%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #cea465;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #cea465; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #cea465; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #cea465;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #cea465; color: #fff; padding: 16px; border-radius: 8px;">
  #CEA465
</div>
#CEA465
On Black Background
#CEA465
On White Background
#CEA465

Related Colors of #CEA465

These colors are similar to #CEA465, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.