COLOR #CEA80A

HEX: #CEA80A
RGB: (206,168,10)

Color info

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

RGB color model

#CEA80A color RGB value is (206,168,10).

  • red value is 206;
  • green value is 168;
  • blue value is 10.
RGB:
(206,168,10)
(81%,66%,4%)

RGB channels and saturation

R 206 of 255 = 81%
G 168 of 255 = 66%
B 10 of 255 = 4%

206
168
10

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

Portions of RGB colors in percentages

R + G + B =
206 + 168 + 10 = 384 (100%)
R 206 of 384 ~ 53.65%
G 168 of 384 ~ 43.75%
B 10 of 384 ~ 2.6%

%53.65
%43.75

CMYK color model

#CEA80A color CMYK value is (0,18,95,19).

  • cyan value is 0.00%
  • magenta value is 18.45%
  • yellow value is 95.15%
  • key color value is 19.22%
CMYK:
(0,18,95,19)
C0M18Y95K19 
(0%,18%,95%,19%)
(0.00/0.18/0.95/0.19)	

CMYK percentages

%0
%18.45
%95.15
%19.22

Codes

Color #CEA80A in popluar color models

CEA80A
RGB20616810
HSL48°90.74%42.35%
HSB/HSV48°95.15%80.78%
CMYK0.00%18.45%95.15%
19.22%

Color #CEA80A in popluar number systems.

HEXCEA80A
Decimal20616810
Binary11001110101010001010
Octal31625012

Shades and tints

Shades of #CEA80A

#CEA80A
(206,168,10)
#BC990A
(188,153,10)
#AA8A0A
(170,138,10)
#987B0A
(152,123,10)
#866C0A
(134,108,10)
#745D0A
(116,93,10)
#624E0A
(98,78,10)
#503F0A
(80,63,10)
#3E300A
(62,48,10)
#2C210A
(44,33,10)
#1A120A
(26,18,10)
#000000
(0,0,0)

Tints of #CEA80A

#CEA80A
(206,168,10)
#D2AF20
(210,175,32)
#D6B636
(214,182,54)
#DABD4C
(218,189,76)
#DEC462
(222,196,98)
#E2CB78
(226,203,120)
#E6D28E
(230,210,142)
#EAD9A4
(234,217,164)
#EEE0BA
(238,224,186)
#F2E7D0
(242,231,208)
#F6EEE6
(246,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEA80A color. Also use rgb(206,168,10) instead hex code.

Text Font Color

.myTextColor { color: #CEA80A; }

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

This text font color is #CEA80A.


Background Color

.myBgColor { background-color: #CEA80A; }

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

This div background color is #CEA80A.


Border color

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

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

This div border color is #CEA80A.


Opacity

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

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

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

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

This text has shadow with #CEA80A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEA80A on black background.


Color preview on white background

This text has color #CEA80A on white background.



Black color preview on #CEA80A background

This text has black color on #CEA80A background.


White color preview on #CEA80A background

This text has white color on #CEA80A background.