#EACD08

Color #EACD08 Tangerine Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tangerine Yellow #EACD08

Tints of Tangerine Yellow #EACD08

Color information

#EACD08 (or 0xEACD08) is unknown color: approx Tangerine Yellow. HEX triplet: EA, CD and 08. RGB value is (234,205,8). Sum of RGB (Red+Green+Blue) = 234+205+8=447 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.35% from 447); Green value is 205 (80.47% from 255 or 45.86% from 447); Blue value is 8 (3.52% from 255 or 1.79% from 447); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACD08 is #1532F7. Grayscale: #C0C0C0. Windows color (decimal): -1389304 or 577002. OLE color: 577002.

HSL color Cylindrical-coordinate representation of color #EACD08: hue angle of 52.3º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EACD08 is Cyan = 0, Magento = 0.12, Yellow = 0.97 and Black (K on CMYK) = 0.08.

Color convert

RGB2342058-
CMYK00.120.970.08
HSL52.3º93.39%47.45%-
HSV(B)52.3º96.58%91.76%-
XYZ55.8161.179.1-
YUV191.2124.61158.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 234 (91.80% from 255) = 52.35%
GREEN value IS 205 (80.47% from 255) = 45.86%
BLUE value IS 8 (3.52% from 255) = 1.79%
R=52.35%
G=45.86%
B=1.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.97
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234205800.120.970.0852.393.3947.45
HexEACD80C618345d2f
Octal35231510014141106413557
Binary1110101011001101100001100110000110001101001011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACD08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACD08; }

 p { color: rgb(234,205,8); }

 H1.HeaderClassName
 {
   color: #EACD08;
 }
 .AnyTagClassName
 {
   color: #EACD08;
 }
</style>
background-color css

<style>
 a { background-color: #EACD08; }

 a { background-color: rgb(234,205,8); }

 div.DivClassName
 {
   background-color: #EACD08;
 }
 .BgClassName
 {
   background-color: #EACD08;
 }
</style>
border-color css

<style>
 span { border-color: #EACD08; }

 span { border-color: rgb(234,205,8); }

 td.TdClassName
 {
   border-color: #EACD08;
 }
 .TagClassName
 {
   border-color: #EACD08;
 }
</style>