#EEE180

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

Shades of Light Goldenrod #EEE180

Tints of Light Goldenrod #EEE180

Color information

#EEE180 (or 0xEEE180) is unknown color: approx Light Goldenrod. HEX triplet: EE, E1 and 80. RGB value is (238,225,128). Sum of RGB (Red+Green+Blue) = 238+225+128=591 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.27% from 591); Green value is 225 (88.28% from 255 or 38.07% from 591); Blue value is 128 (50.39% from 255 or 21.66% from 591); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE180 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE180 is #111E7F. Grayscale: #DADADA. Windows color (decimal): -1121920 or 8446446. OLE color: 8446446.

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

Color convert

RGB238225128-
CMYK00.050.460.07
HSL52.91º76.39%71.76%-
HSV(B)52.91º46.22%93.33%-
XYZ66.0873.5931.14-
YUV217.8377.31142.39-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.27%
GREEN value IS 225 (88.28% from 255) = 38.07%
BLUE value IS 128 (50.39% from 255) = 21.66%
R=40.27%
G=38.07%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822512800.050.460.0752.9176.3971.76
HexEEE180052E7354c48
Octal3563412000556765114110
Binary111011101110000110000000010110111011111010110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE180; }

 p { color: rgb(238,225,128); }

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

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

 a { background-color: rgb(238,225,128); }

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

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

 span { border-color: rgb(238,225,128); }

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