#EEDE89

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

Shades of Light Goldenrod #EEDE89

Tints of Light Goldenrod #EEDE89

Color information

#EEDE89 (or 0xEEDE89) is unknown color: approx Light Goldenrod. HEX triplet: EE, DE and 89. RGB value is (238,222,137). Sum of RGB (Red+Green+Blue) = 238+222+137=597 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.87% from 597); Green value is 222 (87.11% from 255 or 37.19% from 597); Blue value is 137 (53.91% from 255 or 22.95% from 597); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDE89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDE89 is #112176. Grayscale: #D9D9D9. Windows color (decimal): -1122679 or 9035502. OLE color: 9035502.

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

Color convert

RGB238222137-
CMYK00.070.420.07
HSL50.5º74.81%73.53%-
HSV(B)50.5º42.44%93.33%-
XYZ65.972.2334.13-
YUV217.0982.8142.91-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.87%
GREEN value IS 222 (87.11% from 255) = 37.19%
BLUE value IS 137 (53.91% from 255) = 22.95%
R=39.87%
G=37.19%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822213700.070.420.0750.574.8173.53
HexEEDE89072A7324b4a
Octal3563362110752762113112
Binary111011101101111010001001011110101011111001010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDE89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDE89; }

 p { color: rgb(238,222,137); }

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

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

 a { background-color: rgb(238,222,137); }

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

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

 span { border-color: rgb(238,222,137); }

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