#EADF80

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

Shades of Light Goldenrod #EADF80

Tints of Light Goldenrod #EADF80

Color information

#EADF80 (or 0xEADF80) is unknown color: approx Light Goldenrod. HEX triplet: EA, DF and 80. RGB value is (234,223,128). Sum of RGB (Red+Green+Blue) = 234+223+128=585 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40% from 585); Green value is 223 (87.5% from 255 or 38.12% from 585); Blue value is 128 (50.39% from 255 or 21.88% from 585); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADF80 is #15207F. Grayscale: #D7D7D7. Windows color (decimal): -1384576 or 8445930. OLE color: 8445930.

HSL color Cylindrical-coordinate representation of color #EADF80: hue angle of 53.77º 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 #EADF80 is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB234223128-
CMYK00.050.450.08
HSL53.77º71.62%70.98%-
HSV(B)53.77º45.3%91.76%-
XYZ64.2271.8330.9-
YUV215.4678.64141.22-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40%
GREEN value IS 223 (87.5% from 255) = 38.12%
BLUE value IS 128 (50.39% from 255) = 21.88%
R=40%
G=38.12%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422312800.050.450.0853.7771.6270.98
HexEADF80052D8364847
Octal35233720005551066110107
Binary1110101011011111100000000101101101100011011010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADF80; }

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

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

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

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

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

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

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

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