Shades of Pale Goldenrod #E9E2AD
Tints of Pale Goldenrod #E9E2AD
RGB
CMYK
RGB Variations
Color information
#E9E2AD (or 0xE9E2AD) is known color: Pale Goldenrod. HEX triplet: E9, E2 and AD. RGB value is (233,226,173). Sum of RGB (Red+Green+Blue) = 233+226+173=632 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.87% from 632); Green value is 226 (88.67% from 255 or 35.76% from 632); Blue value is 173 (67.97% from 255 or 27.37% from 632); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E2AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9E2AD is #161D52. Grayscale: #DEDEDE. Windows color (decimal): -1449299 or 11395817. OLE color: 11395817.
HSL color Cylindrical-coordinate representation of color #E9E2AD: hue angle of 53º 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 #E9E2AD is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 226 | 173 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.09 |
| HSL | 53º | 0.58% | 0.8% | - |
| HSV(B) | 53º | 0.26% | 0.91% | - |
| XYZ | 68.34 | 74.73 | 50.36 | - |
| YUV | 222.05 | 100.32 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 226 | 173 | 0 | 0.03 | 0.26 | 0.09 | 53 | 0.58 | 0.8 |
| Hex | E9 | E2 | AD | 0 | 3 | 1A | 9 | 35 | 3A | 50 |
| Octal | 351 | 342 | 255 | 0 | 3 | 32 | 11 | 65 | 72 | 120 |
| Binary | 11101001 | 11100010 | 10101101 | 0 | 11 | 11010 | 1001 | 110101 | 111010 | 1010000 |
Color Harmonies of #E9E2AD
Complementary color
Monochromatic Colors of #E9E2AD
Black with #E9E2AD
Text Example
Text Example
White with #E9E2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E2AD; }
p { color: rgb(233,226,173); }
H1.HeaderClassName
{
color: #E9E2AD;
}
.AnyTagClassName
{
color: #E9E2AD;
}
</style>
background-color css
<style>
a { background-color: #E9E2AD; }
a { background-color: rgb(233,226,173); }
div.DivClassName
{
background-color: #E9E2AD;
}
.BgClassName
{
background-color: #E9E2AD;
}
</style>
border-color css
<style>
span { border-color: #E9E2AD; }
span { border-color: rgb(233,226,173); }
td.TdClassName
{
border-color: #E9E2AD;
}
.TagClassName
{
border-color: #E9E2AD;
}
</style>