#EEECAA

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

Shades of Pale Goldenrod #EEECAA

Tints of Pale Goldenrod #EEECAA

Color information

#EEECAA (or 0xEEECAA) is unknown color: approx Pale Goldenrod. HEX triplet: EE, EC and AA. RGB value is (238,236,170). Sum of RGB (Red+Green+Blue) = 238+236+170=644 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.96% from 644); Green value is 236 (92.58% from 255 or 36.65% from 644); Blue value is 170 (66.80% from 255 or 26.40% from 644); Max value from RGB is 238 - color contains mainly: red. Hex color #EEECAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEECAA is #111355. Grayscale: #E5E5E5. Windows color (decimal): -1119062 or 11201774. OLE color: 11201774.

HSL color Cylindrical-coordinate representation of color #EEECAA: hue angle of 58.24º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EEECAA is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB238236170-
CMYK00.010.290.07
HSL58.24º66.67%80%-
HSV(B)58.24º28.57%93.33%-
XYZ72.5181.0749.86-
YUV229.0794.66134.37-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.96%
GREEN value IS 236 (92.58% from 255) = 36.65%
BLUE value IS 170 (66.80% from 255) = 26.40%
R=36.96%
G=36.65%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823617000.010.290.0758.2466.6780
HexEEECAA011D73a4350
Octal3563542520135772103120
Binary111011101110110010101010011110111111101010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEECAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEECAA; }

 p { color: rgb(238,236,170); }

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

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

 a { background-color: rgb(238,236,170); }

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

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

 span { border-color: rgb(238,236,170); }

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