Color: #CEA34B

#CEA34B Color Information

#CEA34B is a light color. The closest websafe version is #CEA34B. A complement of this color would be #4B76CE, perceived brightness is 0.65, and the grayscale version is #8D8D8D.

In the HSL color space, this color has a hue angle of 40°,a saturation of 57%, and a lightness of 55%.The HSV representation shows a hue of 40°, a saturation of 64%, and a value of 81%.

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

In the Yxy color space, this color is represented as Y: 40.42, x: 0.4573, and y: 0.4399.

Color Code #CEA34B

#CEA34Brgb(206, 163, 75)
HEX
#CEA34B
RGB
rgb(206, 163, 75)
HSL
hsl(40, 57%, 55%)
HSV
hsv(40, 64%, 81%)
CMYK
0%, 21%, 64%, 19%
XYZ
X: 42.02, Y: 40.42, Z: 9.44
Lab
L: 69.76, a: 9.42, b: 50.78
Name

Shades of Color #CEA34B

Shades are created by darkening the original color #CEA34B 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 #CEA34B

Tints are created by lightening the original color #CEA34B 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.

#CEA34Brgb(206, 163, 75)

About #CEA34B Color Code

In the HSL color space, this color has a hue angle of 40°, a saturation of 57%, and a lightness of 55%. The HSV representation shows a hue of 40°, a saturation of 64%, and a value of 81%.

  • HEX: #CEA34B
  • RGB: rgb(206, 163, 75)
  • HSL: hsl(40, 57%, 55%)
  • HSV: hsv(40, 64%, 81%)
  • CMYK: 0.00% cyan, 21.00% magenta, 64.00% yellow, 19.00% black
  • XYZ: 42.02, 40.42, 9.44
  • Yxy: 40.42, 0.4573, 0.4399
  • Hunter Lab: 69.76, 9.42, 50.78
  • CIE-Lab: 69.76, 9.42, 50.78

In the XYZ color space, this color is represented as X: 42.02, Y: 40.42, Z: 9.44. The Yxy representation further refines this as Y: 40.42, x: 0.4573, and y: 0.4399.

In the Hunter Lab color space, this color is represented as L: 69.76, a: 9.42, and b: 50.78. Similarly, in the CIE-Lab color space, it is represented as L: 69.76, a: 9.42, and b: 50.78.

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 #CEA34B

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

Analogous Colors of #CEA34B

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

Monochromatic Colors of #CEA34B

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

Complementary Color of #CEA34B

The complementary color of #CEA34B 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 #CEA34B

/* Using HEX */
body {
  background-color: #cea34b;
}
/* Using RGB */
body {
  background-color: rgb(206, 163, 75);
}
/* Using RGB with opacity */
body {
  background-color: rgba(206, 163, 75, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(40, 57%, 55%);
}
/* Text color */
p {
  color: #cea34b;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cea34b;
}
/* Border color */
.box {
  border: 4px solid #cea34b;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cea34b;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cea34b;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CEA34B
On Black Background
#CEA34B
On White Background
#CEA34B

HTML Examples of #CEA34B

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

Related Colors of #CEA34B

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