#EADE7D

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

Shades of Light Goldenrod #EADE7D

Tints of Light Goldenrod #EADE7D

Color information

#EADE7D (or 0xEADE7D) is unknown color: approx Light Goldenrod. HEX triplet: EA, DE and 7D. RGB value is (234,222,125). Sum of RGB (Red+Green+Blue) = 234+222+125=581 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.28% from 581); Green value is 222 (87.11% from 255 or 38.21% from 581); Blue value is 125 (49.22% from 255 or 21.51% from 581); Max value from RGB is 234 - color contains mainly: red. Hex color #EADE7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADE7D is #152182. Grayscale: #D6D6D6. Windows color (decimal): -1384835 or 8249066. OLE color: 8249066.

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

Color convert

RGB234222125-
CMYK00.050.470.08
HSL53.39º72.19%70.39%-
HSV(B)53.39º46.58%91.76%-
XYZ63.7571.2229.79-
YUV214.5377.48141.89-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.28%
GREEN value IS 222 (87.11% from 255) = 38.21%
BLUE value IS 125 (49.22% from 255) = 21.51%
R=40.28%
G=38.21%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422212500.050.470.0853.3972.1970.39
HexEADE7D052F8354846
Octal35233617505571065110106
Binary111010101101111011111010101101111100011010110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADE7D; }

 p { color: rgb(234,222,125); }

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

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

 a { background-color: rgb(234,222,125); }

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

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

 span { border-color: rgb(234,222,125); }

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