Shades of Pale Goldenrod #E7E2AF
Tints of Pale Goldenrod #E7E2AF
RGB
CMYK
RGB Variations
Color information
#E7E2AF (or 0xE7E2AF) is known color: Pale Goldenrod. HEX triplet: E7, E2 and AF. RGB value is (231,226,175). Sum of RGB (Red+Green+Blue) = 231+226+175=632 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.55% from 632); Green value is 226 (88.67% from 255 or 35.76% from 632); Blue value is 175 (68.75% from 255 or 27.69% from 632); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E2AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7E2AF is #181D50. Grayscale: #DDDDDD. Windows color (decimal): -1580369 or 11526887. OLE color: 11526887.
HSL color Cylindrical-coordinate representation of color #E7E2AF: hue angle of 54.64º 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 #E7E2AF is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 226 | 175 | - |
| CMYK | 0 | 0.02 | 0.24 | 0.09 |
| HSL | 54.64º | 0.54% | 0.8% | - |
| HSV(B) | 54.64º | 0.24% | 0.91% | - |
| XYZ | 67.89 | 74.48 | 51.35 | - |
| YUV | 221.68 | 101.66 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 226 | 175 | 0 | 0.02 | 0.24 | 0.09 | 54.64 | 0.54 | 0.8 |
| Hex | E7 | E2 | AF | 0 | 2 | 18 | 9 | 37 | 36 | 50 |
| Octal | 347 | 342 | 257 | 0 | 2 | 30 | 11 | 67 | 66 | 120 |
| Binary | 11100111 | 11100010 | 10101111 | 0 | 10 | 11000 | 1001 | 110111 | 110110 | 1010000 |
Color Harmonies of #E7E2AF
Complementary color
Monochromatic Colors of #E7E2AF
Black with #E7E2AF
Text Example
Text Example
White with #E7E2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E2AF; }
p { color: rgb(231,226,175); }
H1.HeaderClassName
{
color: #E7E2AF;
}
.AnyTagClassName
{
color: #E7E2AF;
}
</style>
background-color css
<style>
a { background-color: #E7E2AF; }
a { background-color: rgb(231,226,175); }
div.DivClassName
{
background-color: #E7E2AF;
}
.BgClassName
{
background-color: #E7E2AF;
}
</style>
border-color css
<style>
span { border-color: #E7E2AF; }
span { border-color: rgb(231,226,175); }
td.TdClassName
{
border-color: #E7E2AF;
}
.TagClassName
{
border-color: #E7E2AF;
}
</style>