Shades of Pale Goldenrod #E7E1AD
Tints of Pale Goldenrod #E7E1AD
RGB
CMYK
RGB Variations
Color information
#E7E1AD (or 0xE7E1AD) is known color: Pale Goldenrod. HEX triplet: E7, E1 and AD. RGB value is (231,225,173). Sum of RGB (Red+Green+Blue) = 231+225+173=629 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.72% from 629); Green value is 225 (88.28% from 255 or 35.77% from 629); Blue value is 173 (67.97% from 255 or 27.50% from 629); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E1AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7E1AD is #181E52. Grayscale: #DDDDDD. Windows color (decimal): -1580627 or 11395559. OLE color: 11395559.
HSL color Cylindrical-coordinate representation of color #E7E1AD: hue angle of 53.79º degrees, saturation: 0.55, 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 #E7E1AD is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 225 | 173 | - |
| CMYK | 0 | 0.03 | 0.25 | 0.09 |
| HSL | 53.79º | 0.55% | 0.79% | - |
| HSV(B) | 53.79º | 0.25% | 0.91% | - |
| XYZ | 67.42 | 73.86 | 50.24 | - |
| YUV | 220.87 | 100.99 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 225 | 173 | 0 | 0.03 | 0.25 | 0.09 | 53.79 | 0.55 | 0.79 |
| Hex | E7 | E1 | AD | 0 | 3 | 19 | 9 | 36 | 37 | 4F |
| Octal | 347 | 341 | 255 | 0 | 3 | 31 | 11 | 66 | 67 | 117 |
| Binary | 11100111 | 11100001 | 10101101 | 0 | 11 | 11001 | 1001 | 110110 | 110111 | 1001111 |
Color Harmonies of #E7E1AD
Complementary color
Monochromatic Colors of #E7E1AD
Black with #E7E1AD
Text Example
Text Example
White with #E7E1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E1AD; }
p { color: rgb(231,225,173); }
H1.HeaderClassName
{
color: #E7E1AD;
}
.AnyTagClassName
{
color: #E7E1AD;
}
</style>
background-color css
<style>
a { background-color: #E7E1AD; }
a { background-color: rgb(231,225,173); }
div.DivClassName
{
background-color: #E7E1AD;
}
.BgClassName
{
background-color: #E7E1AD;
}
</style>
border-color css
<style>
span { border-color: #E7E1AD; }
span { border-color: rgb(231,225,173); }
td.TdClassName
{
border-color: #E7E1AD;
}
.TagClassName
{
border-color: #E7E1AD;
}
</style>