#EEDE8B

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

Shades of Light Goldenrod #EEDE8B

Tints of Light Goldenrod #EEDE8B

Color information

#EEDE8B (or 0xEEDE8B) is unknown color: approx Light Goldenrod. HEX triplet: EE, DE and 8B. RGB value is (238,222,139). Sum of RGB (Red+Green+Blue) = 238+222+139=599 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.73% from 599); Green value is 222 (87.11% from 255 or 37.06% from 599); Blue value is 139 (54.69% from 255 or 23.21% from 599); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDE8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDE8B is #112174. Grayscale: #D9D9D9. Windows color (decimal): -1122677 or 9166574. OLE color: 9166574.

HSL color Cylindrical-coordinate representation of color #EEDE8B: hue angle of 50.3º degrees, saturation: 0.74, 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 #EEDE8B is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB238222139-
CMYK00.070.420.07
HSL50.3º74.44%73.92%-
HSV(B)50.3º41.6%93.33%-
XYZ66.0472.2834.9-
YUV217.3283.8142.75-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.73%
GREEN value IS 222 (87.11% from 255) = 37.06%
BLUE value IS 139 (54.69% from 255) = 23.21%
R=39.73%
G=37.06%
B=23.21%

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
Decimal23822213900.070.420.0750.374.4473.92
HexEEDE8B072A7324a4a
Octal3563362130752762112112
Binary111011101101111010001011011110101011111001010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDE8B; }

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

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

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

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

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

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

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

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