Shades of Pale Goldenrod #E7E2AC
Tints of Pale Goldenrod #E7E2AC
RGB
CMYK
RGB Variations
Color information
#E7E2AC (or 0xE7E2AC) is known color: Pale Goldenrod. HEX triplet: E7, E2 and AC. RGB value is (231,226,172). Sum of RGB (Red+Green+Blue) = 231+226+172=629 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.72% from 629); Green value is 226 (88.67% from 255 or 35.93% from 629); Blue value is 172 (67.58% from 255 or 27.34% from 629); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E2AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7E2AC is #181D53. Grayscale: #DDDDDD. Windows color (decimal): -1580372 or 11330279. OLE color: 11330279.
HSL color Cylindrical-coordinate representation of color #E7E2AC: hue angle of 54.92º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E7E2AC is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 226 | 172 | - |
| CMYK | 0 | 0.02 | 0.26 | 0.09 |
| HSL | 54.92º | 0.55% | 0.79% | - |
| HSV(B) | 54.92º | 0.26% | 0.91% | - |
| XYZ | 67.6 | 74.36 | 49.82 | - |
| YUV | 221.34 | 100.16 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 226 | 172 | 0 | 0.02 | 0.26 | 0.09 | 54.92 | 0.55 | 0.79 |
| Hex | E7 | E2 | AC | 0 | 2 | 1A | 9 | 37 | 37 | 4F |
| Octal | 347 | 342 | 254 | 0 | 2 | 32 | 11 | 67 | 67 | 117 |
| Binary | 11100111 | 11100010 | 10101100 | 0 | 10 | 11010 | 1001 | 110111 | 110111 | 1001111 |
Color Harmonies of #E7E2AC
Complementary color
Monochromatic Colors of #E7E2AC
Black with #E7E2AC
Text Example
Text Example
White with #E7E2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E2AC; }
p { color: rgb(231,226,172); }
H1.HeaderClassName
{
color: #E7E2AC;
}
.AnyTagClassName
{
color: #E7E2AC;
}
</style>
background-color css
<style>
a { background-color: #E7E2AC; }
a { background-color: rgb(231,226,172); }
div.DivClassName
{
background-color: #E7E2AC;
}
.BgClassName
{
background-color: #E7E2AC;
}
</style>
border-color css
<style>
span { border-color: #E7E2AC; }
span { border-color: rgb(231,226,172); }
td.TdClassName
{
border-color: #E7E2AC;
}
.TagClassName
{
border-color: #E7E2AC;
}
</style>