#EADD80

Color #EADD80 Light Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Goldenrod #EADD80

Tints of Light Goldenrod #EADD80

Color information

#EADD80 (or 0xEADD80) is unknown color: approx Light Goldenrod. HEX triplet: EA, DD and 80. RGB value is (234,221,128). Sum of RGB (Red+Green+Blue) = 234+221+128=583 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.14% from 583); Green value is 221 (86.72% from 255 or 37.91% from 583); Blue value is 128 (50.39% from 255 or 21.96% from 583); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADD80 is #15227F. Grayscale: #D6D6D6. Windows color (decimal): -1385088 or 8445418. OLE color: 8445418.

HSL color Cylindrical-coordinate representation of color #EADD80: hue angle of 52.64º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EADD80 is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB234221128-
CMYK00.060.450.08
HSL52.64º71.62%70.98%-
HSV(B)52.64º45.3%91.76%-
XYZ63.6870.7630.72-
YUV214.2879.31142.06-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.14%
GREEN value IS 221 (86.72% from 255) = 37.91%
BLUE value IS 128 (50.39% from 255) = 21.96%
R=40.14%
G=37.91%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422112800.060.450.0852.6471.6270.98
HexEADD80062D8354847
Octal35233520006551065110107
Binary1110101011011101100000000110101101100011010110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADD80; }

 p { color: rgb(234,221,128); }

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

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

 a { background-color: rgb(234,221,128); }

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

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

 span { border-color: rgb(234,221,128); }

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