Shades of Pale Goldenrod #EEE7AF
Tints of Pale Goldenrod #EEE7AF
RGB
CMYK
RGB Variations
Color information
#EEE7AF (or 0xEEE7AF) is known color: Pale Goldenrod. HEX triplet: EE, E7 and AF. RGB value is (238,231,175). Sum of RGB (Red+Green+Blue) = 238+231+175=644 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.96% from 644); Green value is 231 (90.62% from 255 or 35.87% from 644); Blue value is 175 (68.75% from 255 or 27.17% from 644); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE7AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEE7AF is #111850. Grayscale: #E2E2E2. Windows color (decimal): -1120337 or 11528174. OLE color: 11528174.
HSL color Cylindrical-coordinate representation of color #EEE7AF: hue angle of 53.33º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EEE7AF is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 231 | 175 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.07 |
| HSL | 53.33º | 0.65% | 0.81% | - |
| HSV(B) | 53.33º | 0.26% | 0.93% | - |
| XYZ | 71.57 | 78.42 | 51.92 | - |
| YUV | 226.71 | 98.82 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 231 | 175 | 0 | 0.03 | 0.26 | 0.07 | 53.33 | 0.65 | 0.81 |
| Hex | EE | E7 | AF | 0 | 3 | 1A | 7 | 35 | 41 | 51 |
| Octal | 356 | 347 | 257 | 0 | 3 | 32 | 7 | 65 | 101 | 121 |
| Binary | 11101110 | 11100111 | 10101111 | 0 | 11 | 11010 | 111 | 110101 | 1000001 | 1010001 |
Color Harmonies of #EEE7AF
Complementary color
Monochromatic Colors of #EEE7AF
Black with #EEE7AF
Text Example
Text Example
White with #EEE7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE7AF; }
p { color: rgb(238,231,175); }
H1.HeaderClassName
{
color: #EEE7AF;
}
.AnyTagClassName
{
color: #EEE7AF;
}
</style>
background-color css
<style>
a { background-color: #EEE7AF; }
a { background-color: rgb(238,231,175); }
div.DivClassName
{
background-color: #EEE7AF;
}
.BgClassName
{
background-color: #EEE7AF;
}
</style>
border-color css
<style>
span { border-color: #EEE7AF; }
span { border-color: rgb(238,231,175); }
td.TdClassName
{
border-color: #EEE7AF;
}
.TagClassName
{
border-color: #EEE7AF;
}
</style>