COLOR #CEA40D

HEX: #CEA40D
RGB: (206,164,13)

Color info

#CEA40D contains mainly red and green colors. Web safe color of #CEA40D is #CC9900 (or #C90).

RGB color model

#CEA40D color RGB value is (206,164,13).

  • red value is 206;
  • green value is 164;
  • blue value is 13.
RGB:
(206,164,13)
(81%,64%,5%)

RGB channels and saturation

R 206 of 255 = 81%
G 164 of 255 = 64%
B 13 of 255 = 5%

206
164
13

R + G + B ~ 50%. #CEA40D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
206 + 164 + 13 = 383 (100%)
R 206 of 383 ~ 53.79%
G 164 of 383 ~ 42.82%
B 13 of 383 ~ 3.39%

%53.79
%42.82

CMYK color model

#CEA40D color CMYK value is (0,20,94,19).

  • cyan value is 0.00%
  • magenta value is 20.39%
  • yellow value is 93.69%
  • key color value is 19.22%
CMYK:
(0,20,94,19)
C0M20Y94K19 
(0%,20%,94%,19%)
(0.00/0.20/0.94/0.19)	

CMYK percentages

%0
%20.39
%93.69
%19.22

Codes

Color #CEA40D in popluar color models

CEA40D
RGB20616413
HSL47°88.13%42.94%
HSB/HSV47°93.69%80.78%
CMYK0.00%20.39%93.69%
19.22%

Color #CEA40D in popluar number systems.

HEXCEA40D
Decimal20616413
Binary11001110101001001101
Octal31624415

Shades and tints

Shades of #CEA40D

#CEA40D
(206,164,13)
#BC960C
(188,150,12)
#AA880B
(170,136,11)
#987A0A
(152,122,10)
#866C09
(134,108,9)
#745E08
(116,94,8)
#625007
(98,80,7)
#504206
(80,66,6)
#3E3405
(62,52,5)
#2C2604
(44,38,4)
#1A1803
(26,24,3)
#000000
(0,0,0)

Tints of #CEA40D

#CEA40D
(206,164,13)
#D2AC23
(210,172,35)
#D6B439
(214,180,57)
#DABC4F
(218,188,79)
#DEC465
(222,196,101)
#E2CC7B
(226,204,123)
#E6D491
(230,212,145)
#EADCA7
(234,220,167)
#EEE4BD
(238,228,189)
#F2ECD3
(242,236,211)
#F6F4E9
(246,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEA40D color. Also use rgb(206,164,13) instead hex code.

Text Font Color

.myTextColor { color: #CEA40D; }

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

This text font color is #CEA40D.


Background Color

.myBgColor { background-color: #CEA40D; }

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

This div background color is #CEA40D.


Border color

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

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

This div border color is #CEA40D.


Opacity

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

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

Text with #CEA40D 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 #CEA40D;}

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

This text has shadow with #CEA40D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEA40D on black background.


Color preview on white background

This text has color #CEA40D on white background.



Black color preview on #CEA40D background

This text has black color on #CEA40D background.


White color preview on #CEA40D background

This text has white color on #CEA40D background.