Shades of Pale Goldenrod #EEECAA
Tints of Pale Goldenrod #EEECAA
RGB
CMYK
RGB Variations
Color information
#EEECAA (or 0xEEECAA) is known color: 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
RGB | 238 | 236 | 170 | - |
CMYK | 0 | 0.01 | 0.29 | 0.07 |
HSL | 58.24º | 0.67% | 0.8% | - |
HSV(B) | 58.24º | 0.29% | 0.93% | - |
XYZ | 72.51 | 81.07 | 49.86 | - |
YUV | 229.07 | 94.66 | 134.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 236 | 170 | 0 | 0.01 | 0.29 | 0.07 | 58.24 | 0.67 | 0.8 |
Hex | EE | EC | AA | 0 | 1 | 1D | 7 | 3A | 43 | 50 |
Octal | 356 | 354 | 252 | 0 | 1 | 35 | 7 | 72 | 103 | 120 |
Binary | 11101110 | 11101100 | 10101010 | 0 | 1 | 11101 | 111 | 111010 | 1000011 | 1010000 |
Color Harmonies of #EEECAA
Complementary color
Monochromatic Colors of #EEECAA
Black with #EEECAA
Text Example
Text Example
White with #EEECAA
Text Example
Text Example
HTML Codes & Css Web 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>