Shades of Pale Goldenrod #EEE5B0
Tints of Pale Goldenrod #EEE5B0
RGB
CMYK
RGB Variations
Color information
#EEE5B0 (or 0xEEE5B0) is known color: Pale Goldenrod. HEX triplet: EE, E5 and B0. RGB value is (238,229,176). Sum of RGB (Red+Green+Blue) = 238+229+176=643 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.01% from 643); Green value is 229 (89.84% from 255 or 35.61% from 643); Blue value is 176 (69.14% from 255 or 27.37% from 643); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE5B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE5B0 is #111A4F. Grayscale: #E1E1E1. Windows color (decimal): -1120848 or 11593198. OLE color: 11593198.
HSL color Cylindrical-coordinate representation of color #EEE5B0: hue angle of 51.29º 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 #EEE5B0 is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 229 | 176 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.07 |
| HSL | 51.29º | 0.65% | 0.81% | - |
| HSV(B) | 51.29º | 0.26% | 0.93% | - |
| XYZ | 71.12 | 77.35 | 52.26 | - |
| YUV | 225.65 | 99.98 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 229 | 176 | 0 | 0.04 | 0.26 | 0.07 | 51.29 | 0.65 | 0.81 |
| Hex | EE | E5 | B0 | 0 | 4 | 1A | 7 | 33 | 41 | 51 |
| Octal | 356 | 345 | 260 | 0 | 4 | 32 | 7 | 63 | 101 | 121 |
| Binary | 11101110 | 11100101 | 10110000 | 0 | 100 | 11010 | 111 | 110011 | 1000001 | 1010001 |
Color Harmonies of #EEE5B0
Complementary color
Monochromatic Colors of #EEE5B0
Black with #EEE5B0
Text Example
Text Example
White with #EEE5B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE5B0; }
p { color: rgb(238,229,176); }
H1.HeaderClassName
{
color: #EEE5B0;
}
.AnyTagClassName
{
color: #EEE5B0;
}
</style>
background-color css
<style>
a { background-color: #EEE5B0; }
a { background-color: rgb(238,229,176); }
div.DivClassName
{
background-color: #EEE5B0;
}
.BgClassName
{
background-color: #EEE5B0;
}
</style>
border-color css
<style>
span { border-color: #EEE5B0; }
span { border-color: rgb(238,229,176); }
td.TdClassName
{
border-color: #EEE5B0;
}
.TagClassName
{
border-color: #EEE5B0;
}
</style>