#EEDE87

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

Shades of Light Goldenrod #EEDE87

Tints of Light Goldenrod #EEDE87

Color information

#EEDE87 (or 0xEEDE87) is unknown color: approx Light Goldenrod. HEX triplet: EE, DE and 87. RGB value is (238,222,135). Sum of RGB (Red+Green+Blue) = 238+222+135=595 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40% from 595); Green value is 222 (87.11% from 255 or 37.31% from 595); Blue value is 135 (53.12% from 255 or 22.69% from 595); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDE87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDE87 is #112178. Grayscale: #D9D9D9. Windows color (decimal): -1122681 or 8904430. OLE color: 8904430.

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

Color convert

RGB238222135-
CMYK00.070.430.07
HSL50.68º75.18%73.14%-
HSV(B)50.68º43.28%93.33%-
XYZ65.7572.1733.39-
YUV216.8781.8143.07-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40%
GREEN value IS 222 (87.11% from 255) = 37.31%
BLUE value IS 135 (53.12% from 255) = 22.69%
R=40%
G=37.31%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822213500.070.430.0750.6875.1873.14
HexEEDE87072B7334b49
Octal3563362070753763113111
Binary111011101101111010000111011110101111111001110010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDE87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDE87; }

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

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

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

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

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

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

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

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