#EEDD82

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

Shades of Light Goldenrod #EEDD82

Tints of Light Goldenrod #EEDD82

Color information

#EEDD82 (or 0xEEDD82) is unknown color: approx Light Goldenrod. HEX triplet: EE, DD and 82. RGB value is (238,221,130). Sum of RGB (Red+Green+Blue) = 238+221+130=589 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.41% from 589); Green value is 221 (86.72% from 255 or 37.52% from 589); Blue value is 130 (51.17% from 255 or 22.07% from 589); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDD82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDD82 is #11227D. Grayscale: #D8D8D8. Windows color (decimal): -1122942 or 8576494. OLE color: 8576494.

HSL color Cylindrical-coordinate representation of color #EEDD82: hue angle of 50.56º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EEDD82 is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB238221130-
CMYK00.070.450.07
HSL50.56º76.06%72.16%-
HSV(B)50.56º45.38%93.33%-
XYZ65.1571.531.49-
YUV215.7179.63143.9-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.41%
GREEN value IS 221 (86.72% from 255) = 37.52%
BLUE value IS 130 (51.17% from 255) = 22.07%
R=40.41%
G=37.52%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822113000.070.450.0750.5676.0672.16
HexEEDD82072D7334c48
Octal3563352020755763114110
Binary111011101101110110000010011110110111111001110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDD82; }

 p { color: rgb(238,221,130); }

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

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

 a { background-color: rgb(238,221,130); }

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

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

 span { border-color: rgb(238,221,130); }

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