#EEE084

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

Shades of Light Goldenrod #EEE084

Tints of Light Goldenrod #EEE084

Color information

#EEE084 (or 0xEEE084) is unknown color: approx Light Goldenrod. HEX triplet: EE, E0 and 84. RGB value is (238,224,132). Sum of RGB (Red+Green+Blue) = 238+224+132=594 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.07% from 594); Green value is 224 (87.89% from 255 or 37.71% from 594); Blue value is 132 (51.95% from 255 or 22.22% from 594); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE084 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE084 is #111F7B. Grayscale: #DADADA. Windows color (decimal): -1122172 or 8708334. OLE color: 8708334.

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

Color convert

RGB238224132-
CMYK00.060.450.07
HSL52.08º75.71%72.55%-
HSV(B)52.08º44.54%93.33%-
XYZ66.0873.1532.47-
YUV217.779.64142.48-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.07%
GREEN value IS 224 (87.89% from 255) = 37.71%
BLUE value IS 132 (51.95% from 255) = 22.22%
R=40.07%
G=37.71%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822413200.060.450.0752.0875.7172.55
HexEEE084062D7344c49
Octal3563402040655764114111
Binary111011101110000010000100011010110111111010010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE084; }

 p { color: rgb(238,224,132); }

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

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

 a { background-color: rgb(238,224,132); }

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

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

 span { border-color: rgb(238,224,132); }

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