Shades of Pale Goldenrod #E7E1AF
Tints of Pale Goldenrod #E7E1AF
RGB
CMYK
RGB Variations
Color information
#E7E1AF (or 0xE7E1AF) is known color: Pale Goldenrod. HEX triplet: E7, E1 and AF. RGB value is (231,225,175). Sum of RGB (Red+Green+Blue) = 231+225+175=631 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.61% from 631); Green value is 225 (88.28% from 255 or 35.66% from 631); Blue value is 175 (68.75% from 255 or 27.73% from 631); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E1AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7E1AF is #181E50. Grayscale: #DDDDDD. Windows color (decimal): -1580625 or 11526631. OLE color: 11526631.
HSL color Cylindrical-coordinate representation of color #E7E1AF: hue angle of 53.57º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E7E1AF is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 225 | 175 | - |
| CMYK | 0 | 0.03 | 0.24 | 0.09 |
| HSL | 53.57º | 0.54% | 0.8% | - |
| HSV(B) | 53.57º | 0.24% | 0.91% | - |
| XYZ | 67.62 | 73.93 | 51.26 | - |
| YUV | 221.09 | 101.99 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 225 | 175 | 0 | 0.03 | 0.24 | 0.09 | 53.57 | 0.54 | 0.8 |
| Hex | E7 | E1 | AF | 0 | 3 | 18 | 9 | 36 | 36 | 50 |
| Octal | 347 | 341 | 257 | 0 | 3 | 30 | 11 | 66 | 66 | 120 |
| Binary | 11100111 | 11100001 | 10101111 | 0 | 11 | 11000 | 1001 | 110110 | 110110 | 1010000 |
Color Harmonies of #E7E1AF
Complementary color
Monochromatic Colors of #E7E1AF
Black with #E7E1AF
Text Example
Text Example
White with #E7E1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E1AF; }
p { color: rgb(231,225,175); }
H1.HeaderClassName
{
color: #E7E1AF;
}
.AnyTagClassName
{
color: #E7E1AF;
}
</style>
background-color css
<style>
a { background-color: #E7E1AF; }
a { background-color: rgb(231,225,175); }
div.DivClassName
{
background-color: #E7E1AF;
}
.BgClassName
{
background-color: #E7E1AF;
}
</style>
border-color css
<style>
span { border-color: #E7E1AF; }
span { border-color: rgb(231,225,175); }
td.TdClassName
{
border-color: #E7E1AF;
}
.TagClassName
{
border-color: #E7E1AF;
}
</style>