Shades of Pale Goldenrod #E9E1AD
Tints of Pale Goldenrod #E9E1AD
RGB
CMYK
RGB Variations
Color information
#E9E1AD (or 0xE9E1AD) is known color: Pale Goldenrod. HEX triplet: E9, E1 and AD. RGB value is (233,225,173). Sum of RGB (Red+Green+Blue) = 233+225+173=631 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.93% from 631); Green value is 225 (88.28% from 255 or 35.66% from 631); Blue value is 173 (67.97% from 255 or 27.42% from 631); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E1AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9E1AD is #161E52. Grayscale: #DDDDDD. Windows color (decimal): -1449555 or 11395561. OLE color: 11395561.
HSL color Cylindrical-coordinate representation of color #E9E1AD: hue angle of 52º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E9E1AD is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 225 | 173 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.09 |
| HSL | 52º | 0.58% | 0.8% | - |
| HSV(B) | 52º | 0.26% | 0.91% | - |
| XYZ | 68.07 | 74.19 | 50.27 | - |
| YUV | 221.46 | 100.65 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 225 | 173 | 0 | 0.03 | 0.26 | 0.09 | 52 | 0.58 | 0.8 |
| Hex | E9 | E1 | AD | 0 | 3 | 1A | 9 | 34 | 3A | 50 |
| Octal | 351 | 341 | 255 | 0 | 3 | 32 | 11 | 64 | 72 | 120 |
| Binary | 11101001 | 11100001 | 10101101 | 0 | 11 | 11010 | 1001 | 110100 | 111010 | 1010000 |
Color Harmonies of #E9E1AD
Complementary color
Monochromatic Colors of #E9E1AD
Black with #E9E1AD
Text Example
Text Example
White with #E9E1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E1AD; }
p { color: rgb(233,225,173); }
H1.HeaderClassName
{
color: #E9E1AD;
}
.AnyTagClassName
{
color: #E9E1AD;
}
</style>
background-color css
<style>
a { background-color: #E9E1AD; }
a { background-color: rgb(233,225,173); }
div.DivClassName
{
background-color: #E9E1AD;
}
.BgClassName
{
background-color: #E9E1AD;
}
</style>
border-color css
<style>
span { border-color: #E9E1AD; }
span { border-color: rgb(233,225,173); }
td.TdClassName
{
border-color: #E9E1AD;
}
.TagClassName
{
border-color: #E9E1AD;
}
</style>