#EEE49E

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

Shades of Pale Goldenrod #EEE49E

Tints of Pale Goldenrod #EEE49E

Color information

#EEE49E (or 0xEEE49E) is unknown color: approx Pale Goldenrod. HEX triplet: EE, E4 and 9E. RGB value is (238,228,158). Sum of RGB (Red+Green+Blue) = 238+228+158=624 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.14% from 624); Green value is 228 (89.45% from 255 or 36.54% from 624); Blue value is 158 (62.11% from 255 or 25.32% from 624); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE49E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE49E is #111B61. Grayscale: #DFDFDF. Windows color (decimal): -1121122 or 10413294. OLE color: 10413294.

HSL color Cylindrical-coordinate representation of color #EEE49E: hue angle of 52.5º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EEE49E is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB238228158-
CMYK00.040.340.07
HSL52.5º70.18%77.65%-
HSV(B)52.5º33.61%93.33%-
XYZ69.1776.1343.4-
YUV223.0191.31138.69-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.14%
GREEN value IS 228 (89.45% from 255) = 36.54%
BLUE value IS 158 (62.11% from 255) = 25.32%
R=38.14%
G=36.54%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822815800.040.340.0752.570.1877.65
HexEEE49E0422734464e
Octal3563442360442764106116
Binary111011101110010010011110010010001011111010010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE49E; }

 p { color: rgb(238,228,158); }

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

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

 a { background-color: rgb(238,228,158); }

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

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

 span { border-color: rgb(238,228,158); }

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