#EEE082

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

Shades of Light Goldenrod #EEE082

Tints of Light Goldenrod #EEE082

Color information

#EEE082 (or 0xEEE082) is unknown color: approx Light Goldenrod. HEX triplet: EE, E0 and 82. RGB value is (238,224,130). Sum of RGB (Red+Green+Blue) = 238+224+130=592 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.20% from 592); Green value is 224 (87.89% from 255 or 37.84% from 592); Blue value is 130 (51.17% from 255 or 21.96% from 592); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE082 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE082 is #111F7D. Grayscale: #D9D9D9. Windows color (decimal): -1122174 or 8577262. OLE color: 8577262.

HSL color Cylindrical-coordinate representation of color #EEE082: hue angle of 52.22º 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 #EEE082 is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB238224130-
CMYK00.060.450.07
HSL52.22º76.06%72.16%-
HSV(B)52.22º45.38%93.33%-
XYZ65.9473.131.75-
YUV217.4778.64142.64-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.20%
GREEN value IS 224 (87.89% from 255) = 37.84%
BLUE value IS 130 (51.17% from 255) = 21.96%
R=40.20%
G=37.84%
B=21.96%

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
Decimal23822413000.060.450.0752.2276.0672.16
HexEEE082062D7344c48
Octal3563402020655764114110
Binary111011101110000010000010011010110111111010010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE082; }

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

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

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

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

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

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

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

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