#EEE081

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

Shades of Light Goldenrod #EEE081

Tints of Light Goldenrod #EEE081

Color information

#EEE081 (or 0xEEE081) is unknown color: approx Light Goldenrod. HEX triplet: EE, E0 and 81. RGB value is (238,224,129). Sum of RGB (Red+Green+Blue) = 238+224+129=591 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.27% from 591); Green value is 224 (87.89% from 255 or 37.90% from 591); Blue value is 129 (50.78% from 255 or 21.83% from 591); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE081 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE081 is #111F7E. Grayscale: #D9D9D9. Windows color (decimal): -1122175 or 8511726. OLE color: 8511726.

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

Color convert

RGB238224129-
CMYK00.060.460.07
HSL52.29º76.22%71.96%-
HSV(B)52.29º45.8%93.33%-
XYZ65.8873.0731.4-
YUV217.3678.14142.72-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.27%
GREEN value IS 224 (87.89% from 255) = 37.90%
BLUE value IS 129 (50.78% from 255) = 21.83%
R=40.27%
G=37.90%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822412900.060.460.0752.2976.2271.96
HexEEE081062E7344c48
Octal3563402010656764114110
Binary111011101110000010000001011010111011111010010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE081; }

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

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

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

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

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

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

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

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