#EEE085

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

Shades of Light Goldenrod #EEE085

Tints of Light Goldenrod #EEE085

Color information

#EEE085 (or 0xEEE085) is unknown color: approx Light Goldenrod. HEX triplet: EE, E0 and 85. RGB value is (238,224,133). Sum of RGB (Red+Green+Blue) = 238+224+133=595 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40% from 595); Green value is 224 (87.89% from 255 or 37.65% from 595); Blue value is 133 (52.34% from 255 or 22.35% from 595); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE085 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE085 is #111F7A. Grayscale: #DADADA. Windows color (decimal): -1122171 or 8773870. OLE color: 8773870.

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

Color convert

RGB238224133-
CMYK00.060.440.07
HSL52º75.54%72.75%-
HSV(B)52º44.12%93.33%-
XYZ66.1573.1832.83-
YUV217.8180.14142.4-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40%
GREEN value IS 224 (87.89% from 255) = 37.65%
BLUE value IS 133 (52.34% from 255) = 22.35%
R=40%
G=37.65%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822413300.060.440.075275.5472.75
HexEEE085062C7344c49
Octal3563402050654764114111
Binary111011101110000010000101011010110011111010010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE085; }

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

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

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

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

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

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

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

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