#EADD7D

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

Shades of Light Goldenrod #EADD7D

Tints of Light Goldenrod #EADD7D

Color information

#EADD7D (or 0xEADD7D) is unknown color: approx Light Goldenrod. HEX triplet: EA, DD and 7D. RGB value is (234,221,125). Sum of RGB (Red+Green+Blue) = 234+221+125=580 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.34% from 580); Green value is 221 (86.72% from 255 or 38.10% from 580); Blue value is 125 (49.22% from 255 or 21.55% from 580); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADD7D is #152282. Grayscale: #D6D6D6. Windows color (decimal): -1385091 or 8248810. OLE color: 8248810.

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

Color convert

RGB234221125-
CMYK00.060.470.08
HSL52.84º72.19%70.39%-
HSV(B)52.84º46.58%91.76%-
XYZ63.4970.6929.7-
YUV213.9477.81142.31-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.34%
GREEN value IS 221 (86.72% from 255) = 38.10%
BLUE value IS 125 (49.22% from 255) = 21.55%
R=40.34%
G=38.10%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422112500.060.470.0852.8472.1970.39
HexEADD7D062F8354846
Octal35233517506571065110106
Binary111010101101110111111010110101111100011010110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADD7D; }

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

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

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

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

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

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

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

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