Shades of Pale Goldenrod #EEE5AD
Tints of Pale Goldenrod #EEE5AD
RGB
CMYK
RGB Variations
Color information
#EEE5AD (or 0xEEE5AD) is known color: Pale Goldenrod. HEX triplet: EE, E5 and AD. RGB value is (238,229,173). Sum of RGB (Red+Green+Blue) = 238+229+173=640 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.19% from 640); Green value is 229 (89.84% from 255 or 35.78% from 640); Blue value is 173 (67.97% from 255 or 27.03% from 640); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE5AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE5AD is #111A52. Grayscale: #E1E1E1. Windows color (decimal): -1120851 or 11396590. OLE color: 11396590.
HSL color Cylindrical-coordinate representation of color #EEE5AD: hue angle of 51.69º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EEE5AD is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 229 | 173 | - |
| CMYK | 0 | 0.04 | 0.27 | 0.07 |
| HSL | 51.69º | 0.66% | 0.81% | - |
| HSV(B) | 51.69º | 0.27% | 0.93% | - |
| XYZ | 70.82 | 77.23 | 50.71 | - |
| YUV | 225.31 | 98.48 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 229 | 173 | 0 | 0.04 | 0.27 | 0.07 | 51.69 | 0.66 | 0.81 |
| Hex | EE | E5 | AD | 0 | 4 | 1B | 7 | 34 | 42 | 51 |
| Octal | 356 | 345 | 255 | 0 | 4 | 33 | 7 | 64 | 102 | 121 |
| Binary | 11101110 | 11100101 | 10101101 | 0 | 100 | 11011 | 111 | 110100 | 1000010 | 1010001 |
Color Harmonies of #EEE5AD
Complementary color
Monochromatic Colors of #EEE5AD
Black with #EEE5AD
Text Example
Text Example
White with #EEE5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE5AD; }
p { color: rgb(238,229,173); }
H1.HeaderClassName
{
color: #EEE5AD;
}
.AnyTagClassName
{
color: #EEE5AD;
}
</style>
background-color css
<style>
a { background-color: #EEE5AD; }
a { background-color: rgb(238,229,173); }
div.DivClassName
{
background-color: #EEE5AD;
}
.BgClassName
{
background-color: #EEE5AD;
}
</style>
border-color css
<style>
span { border-color: #EEE5AD; }
span { border-color: rgb(238,229,173); }
td.TdClassName
{
border-color: #EEE5AD;
}
.TagClassName
{
border-color: #EEE5AD;
}
</style>