Shades of Pale Goldenrod #E8E2B2
Tints of Pale Goldenrod #E8E2B2
RGB
CMYK
RGB Variations
Color information
#E8E2B2 (or 0xE8E2B2) is known color: Pale Goldenrod. HEX triplet: E8, E2 and B2. RGB value is (232,226,178). Sum of RGB (Red+Green+Blue) = 232+226+178=636 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.48% from 636); Green value is 226 (88.67% from 255 or 35.53% from 636); Blue value is 178 (69.92% from 255 or 27.99% from 636); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E2B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8E2B2 is #171D4D. Grayscale: #DEDEDE. Windows color (decimal): -1514830 or 11723496. OLE color: 11723496.
HSL color Cylindrical-coordinate representation of color #E8E2B2: hue angle of 53.33º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E8E2B2 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 226 | 178 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.09 |
| HSL | 53.33º | 0.54% | 0.8% | - |
| HSV(B) | 53.33º | 0.23% | 0.91% | - |
| XYZ | 68.51 | 74.76 | 52.94 | - |
| YUV | 222.32 | 102.99 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 226 | 178 | 0 | 0.03 | 0.23 | 0.09 | 53.33 | 0.54 | 0.8 |
| Hex | E8 | E2 | B2 | 0 | 3 | 17 | 9 | 35 | 36 | 50 |
| Octal | 350 | 342 | 262 | 0 | 3 | 27 | 11 | 65 | 66 | 120 |
| Binary | 11101000 | 11100010 | 10110010 | 0 | 11 | 10111 | 1001 | 110101 | 110110 | 1010000 |
Color Harmonies of #E8E2B2
Complementary color
Monochromatic Colors of #E8E2B2
Black with #E8E2B2
Text Example
Text Example
White with #E8E2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E2B2; }
p { color: rgb(232,226,178); }
H1.HeaderClassName
{
color: #E8E2B2;
}
.AnyTagClassName
{
color: #E8E2B2;
}
</style>
background-color css
<style>
a { background-color: #E8E2B2; }
a { background-color: rgb(232,226,178); }
div.DivClassName
{
background-color: #E8E2B2;
}
.BgClassName
{
background-color: #E8E2B2;
}
</style>
border-color css
<style>
span { border-color: #E8E2B2; }
span { border-color: rgb(232,226,178); }
td.TdClassName
{
border-color: #E8E2B2;
}
.TagClassName
{
border-color: #E8E2B2;
}
</style>