COLOR #CEA55E

HEX: #CEA55E
RGB: (206,165,94)

Color info

#CEA55E contains mainly red and green colors. Web safe color of #CEA55E is #CC9966 (or #C96).

RGB color model

#CEA55E color RGB value is (206,165,94).

  • red value is 206;
  • green value is 165;
  • blue value is 94.
RGB:
(206,165,94)
(81%,65%,37%)

RGB channels and saturation

R 206 of 255 = 81%
G 165 of 255 = 65%
B 94 of 255 = 37%

206
165
94

R + G + B ~ 61%. #CEA55E is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 165 + 94 = 465 (100%)
R 206 of 465 ~ 44.3%
G 165 of 465 ~ 35.48%
B 94 of 465 ~ 20.22%

%44.3
%35.48
%20.22

CMYK color model

#CEA55E color CMYK value is (0,20,54,19).

  • cyan value is 0.00%
  • magenta value is 19.90%
  • yellow value is 54.37%
  • key color value is 19.22%
CMYK:
(0,20,54,19)
C0M20Y54K19 
(0%,20%,54%,19%)
(0.00/0.20/0.54/0.19)	

CMYK percentages

%0
%19.9
%54.37
%19.22

Codes

Color #CEA55E in popluar color models

CEA55E
RGB20616594
HSL38°53.33%58.82%
HSB/HSV38°54.37%80.78%
CMYK0.00%19.90%54.37%
19.22%

Color #CEA55E in popluar number systems.

HEXCEA55E
Decimal20616594
Binary11001110101001011011110
Octal316245136

Shades and tints

Shades of #CEA55E

#CEA55E
(206,165,94)
#BC9656
(188,150,86)
#AA874E
(170,135,78)
#987846
(152,120,70)
#86693E
(134,105,62)
#745A36
(116,90,54)
#624B2E
(98,75,46)
#503C26
(80,60,38)
#3E2D1E
(62,45,30)
#2C1E16
(44,30,22)
#1A0F0E
(26,15,14)
#000000
(0,0,0)

Tints of #CEA55E

#CEA55E
(206,165,94)
#D2AD6C
(210,173,108)
#D6B57A
(214,181,122)
#DABD88
(218,189,136)
#DEC596
(222,197,150)
#E2CDA4
(226,205,164)
#E6D5B2
(230,213,178)
#EADDC0
(234,221,192)
#EEE5CE
(238,229,206)
#F2EDDC
(242,237,220)
#F6F5EA
(246,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEA55E color. Also use rgb(206,165,94) instead hex code.

Text Font Color

.myTextColor { color: #CEA55E; }

<p style="color:#CEA55E">This sample text font color is #CEA55E.</p>

This text font color is #CEA55E.


Background Color

.myBgColor { background-color: #CEA55E; }

<div style="background-color:#CEA55E">Inner text</div>

This div background color is #CEA55E.


Border color

.myBorderColor { border: 1px solid #CEA55E; }

<div style="border:3px solid #CEA55E">Div</div>

This div border color is #CEA55E.


Opacity

.myOpacity80 { color: #CEA55E; opacity: 0.8; }

<p style="color:#CEA55E;opacity:0.8;">80%</p>

Text with #CEA55E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #CEA55E;}

<p style="text-shadow: 3px 3px 1px #CEA55E">Text here.</p>

This text has shadow with #CEA55E color.

.textShadow {text-shadow: 3px 3px 1px #CEA55E, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #CEA55E, 5px 5px 20px red">Text here.</p>

This text has shadow with #CEA55E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CEA55E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#CEA55E, Direction=45, Strength=4)">Text</p>

This text has shadow with #CEA55E and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #CEA55E;
  -webkit-box-shadow:	1px 1px 3px 2px #CEA55E;
  box-shadow:		1px 1px 3px 2px #CEA55E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CEA55E;
-webkit-box-shadow: 1px 1px 3px 2px #CEA55E;
box-shadow:1px 1px 3px 2px #CEA55E;">
Div content here</div>
This div box has shadow with color #CEA55E.

Preview

Color preview on black background

This text has color #CEA55E on black background.


Color preview on white background

This text has color #CEA55E on white background.



Black color preview on #CEA55E background

This text has black color on #CEA55E background.


White color preview on #CEA55E background

This text has white color on #CEA55E background.