Shades of Pale Goldenrod #EEE49F
Tints of Pale Goldenrod #EEE49F
RGB
CMYK
RGB Variations
Color information
#EEE49F (or 0xEEE49F) is known color: Pale Goldenrod. HEX triplet: EE, E4 and 9F. RGB value is (238,228,159). Sum of RGB (Red+Green+Blue) = 238+228+159=625 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.08% from 625); Green value is 228 (89.45% from 255 or 36.48% from 625); Blue value is 159 (62.5% from 255 or 25.44% from 625); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE49F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE49F is #111B60. Grayscale: #DFDFDF. Windows color (decimal): -1121121 or 10478830. OLE color: 10478830.
HSL color Cylindrical-coordinate representation of color #EEE49F: hue angle of 52.41º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EEE49F is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 228 | 159 | - |
| CMYK | 0 | 0.04 | 0.33 | 0.07 |
| HSL | 52.41º | 0.7% | 0.78% | - |
| HSV(B) | 52.41º | 0.33% | 0.93% | - |
| XYZ | 69.26 | 76.17 | 43.85 | - |
| YUV | 223.12 | 91.81 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 228 | 159 | 0 | 0.04 | 0.33 | 0.07 | 52.41 | 0.7 | 0.78 |
| Hex | EE | E4 | 9F | 0 | 4 | 21 | 7 | 34 | 46 | 4E |
| Octal | 356 | 344 | 237 | 0 | 4 | 41 | 7 | 64 | 106 | 116 |
| Binary | 11101110 | 11100100 | 10011111 | 0 | 100 | 100001 | 111 | 110100 | 1000110 | 1001110 |
Color Harmonies of #EEE49F
Complementary color
Monochromatic Colors of #EEE49F
Black with #EEE49F
Text Example
Text Example
White with #EEE49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE49F; }
p { color: rgb(238,228,159); }
H1.HeaderClassName
{
color: #EEE49F;
}
.AnyTagClassName
{
color: #EEE49F;
}
</style>
background-color css
<style>
a { background-color: #EEE49F; }
a { background-color: rgb(238,228,159); }
div.DivClassName
{
background-color: #EEE49F;
}
.BgClassName
{
background-color: #EEE49F;
}
</style>
border-color css
<style>
span { border-color: #EEE49F; }
span { border-color: rgb(238,228,159); }
td.TdClassName
{
border-color: #EEE49F;
}
.TagClassName
{
border-color: #EEE49F;
}
</style>