Shades of Pale Goldenrod #E8E2AD
Tints of Pale Goldenrod #E8E2AD
RGB
CMYK
RGB Variations
Color information
#E8E2AD (or 0xE8E2AD) is known color: Pale Goldenrod. HEX triplet: E8, E2 and AD. RGB value is (232,226,173). Sum of RGB (Red+Green+Blue) = 232+226+173=631 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.77% from 631); Green value is 226 (88.67% from 255 or 35.82% from 631); Blue value is 173 (67.97% from 255 or 27.42% from 631); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E2AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8E2AD is #171D52. Grayscale: #DDDDDD. Windows color (decimal): -1514835 or 11395816. OLE color: 11395816.
HSL color Cylindrical-coordinate representation of color #E8E2AD: hue angle of 53.9º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E8E2AD is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 226 | 173 | - |
| CMYK | 0 | 0.03 | 0.25 | 0.09 |
| HSL | 53.9º | 0.56% | 0.79% | - |
| HSV(B) | 53.9º | 0.25% | 0.91% | - |
| XYZ | 68.02 | 74.57 | 50.34 | - |
| YUV | 221.75 | 100.49 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 226 | 173 | 0 | 0.03 | 0.25 | 0.09 | 53.9 | 0.56 | 0.79 |
| Hex | E8 | E2 | AD | 0 | 3 | 19 | 9 | 36 | 38 | 4F |
| Octal | 350 | 342 | 255 | 0 | 3 | 31 | 11 | 66 | 70 | 117 |
| Binary | 11101000 | 11100010 | 10101101 | 0 | 11 | 11001 | 1001 | 110110 | 111000 | 1001111 |
Color Harmonies of #E8E2AD
Complementary color
Monochromatic Colors of #E8E2AD
Black with #E8E2AD
Text Example
Text Example
White with #E8E2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E2AD; }
p { color: rgb(232,226,173); }
H1.HeaderClassName
{
color: #E8E2AD;
}
.AnyTagClassName
{
color: #E8E2AD;
}
</style>
background-color css
<style>
a { background-color: #E8E2AD; }
a { background-color: rgb(232,226,173); }
div.DivClassName
{
background-color: #E8E2AD;
}
.BgClassName
{
background-color: #E8E2AD;
}
</style>
border-color css
<style>
span { border-color: #E8E2AD; }
span { border-color: rgb(232,226,173); }
td.TdClassName
{
border-color: #E8E2AD;
}
.TagClassName
{
border-color: #E8E2AD;
}
</style>