#EEE4AD

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

Shades of Pale Goldenrod #EEE4AD

Tints of Pale Goldenrod #EEE4AD

Color information

#EEE4AD (or 0xEEE4AD) is unknown color: approx Pale Goldenrod. HEX triplet: EE, E4 and AD. RGB value is (238,228,173). Sum of RGB (Red+Green+Blue) = 238+228+173=639 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.25% from 639); Green value is 228 (89.45% from 255 or 35.68% from 639); Blue value is 173 (67.97% from 255 or 27.07% from 639); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE4AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE4AD is #111B52. Grayscale: #E0E0E0. Windows color (decimal): -1121107 or 11396334. OLE color: 11396334.

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

Color convert

RGB238228173-
CMYK00.040.270.07
HSL50.77º65.66%80.59%-
HSV(B)50.77º27.31%93.33%-
XYZ70.5576.6850.62-
YUV224.7298.81137.47-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.25%
GREEN value IS 228 (89.45% from 255) = 35.68%
BLUE value IS 173 (67.97% from 255) = 27.07%
R=37.25%
G=35.68%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822817300.040.270.0750.7765.6680.59
HexEEE4AD041B7334251
Octal3563442550433763102121
Binary11101110111001001010110101001101111111001110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE4AD; }

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

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

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

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

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

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

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

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