Shades of Pale Goldenrod #EEE5AC
Tints of Pale Goldenrod #EEE5AC
RGB
CMYK
RGB Variations
Color information
#EEE5AC (or 0xEEE5AC) is known color: Pale Goldenrod. HEX triplet: EE, E5 and AC. RGB value is (238,229,172). Sum of RGB (Red+Green+Blue) = 238+229+172=639 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.25% from 639); Green value is 229 (89.84% from 255 or 35.84% from 639); Blue value is 172 (67.58% from 255 or 26.92% from 639); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE5AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE5AC is #111A53. Grayscale: #E1E1E1. Windows color (decimal): -1120852 or 11331054. OLE color: 11331054.
HSL color Cylindrical-coordinate representation of color #EEE5AC: hue angle of 51.82º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EEE5AC is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 229 | 172 | - |
| CMYK | 0 | 0.04 | 0.28 | 0.07 |
| HSL | 51.82º | 0.66% | 0.8% | - |
| HSV(B) | 51.82º | 0.28% | 0.93% | - |
| XYZ | 70.73 | 77.19 | 50.2 | - |
| YUV | 225.19 | 97.98 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 229 | 172 | 0 | 0.04 | 0.28 | 0.07 | 51.82 | 0.66 | 0.8 |
| Hex | EE | E5 | AC | 0 | 4 | 1C | 7 | 34 | 42 | 50 |
| Octal | 356 | 345 | 254 | 0 | 4 | 34 | 7 | 64 | 102 | 120 |
| Binary | 11101110 | 11100101 | 10101100 | 0 | 100 | 11100 | 111 | 110100 | 1000010 | 1010000 |
Color Harmonies of #EEE5AC
Complementary color
Monochromatic Colors of #EEE5AC
Black with #EEE5AC
Text Example
Text Example
White with #EEE5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE5AC; }
p { color: rgb(238,229,172); }
H1.HeaderClassName
{
color: #EEE5AC;
}
.AnyTagClassName
{
color: #EEE5AC;
}
</style>
background-color css
<style>
a { background-color: #EEE5AC; }
a { background-color: rgb(238,229,172); }
div.DivClassName
{
background-color: #EEE5AC;
}
.BgClassName
{
background-color: #EEE5AC;
}
</style>
border-color css
<style>
span { border-color: #EEE5AC; }
span { border-color: rgb(238,229,172); }
td.TdClassName
{
border-color: #EEE5AC;
}
.TagClassName
{
border-color: #EEE5AC;
}
</style>