#EEE285

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

Shades of Light Goldenrod #EEE285

Tints of Light Goldenrod #EEE285

Color information

#EEE285 (or 0xEEE285) is unknown color: approx Light Goldenrod. HEX triplet: EE, E2 and 85. RGB value is (238,226,133). Sum of RGB (Red+Green+Blue) = 238+226+133=597 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.87% from 597); Green value is 226 (88.67% from 255 or 37.86% from 597); Blue value is 133 (52.34% from 255 or 22.28% from 597); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE285 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE285 is #111D7A. Grayscale: #DBDBDB. Windows color (decimal): -1121659 or 8774382. OLE color: 8774382.

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

Color convert

RGB238226133-
CMYK00.050.440.07
HSL53.14º75.54%72.75%-
HSV(B)53.14º44.12%93.33%-
XYZ66.6974.2633.01-
YUV218.9979.48141.56-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.87%
GREEN value IS 226 (88.67% from 255) = 37.86%
BLUE value IS 133 (52.34% from 255) = 22.28%
R=39.87%
G=37.86%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822613300.050.440.0753.1475.5472.75
HexEEE285052C7354c49
Octal3563422050554765114111
Binary111011101110001010000101010110110011111010110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE285; }

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

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

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

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

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

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

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

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