Shades of Pale Goldenrod #EAE7AA
Tints of Pale Goldenrod #EAE7AA
RGB
CMYK
RGB Variations
Color information
#EAE7AA (or 0xEAE7AA) is known color: Pale Goldenrod. HEX triplet: EA, E7 and AA. RGB value is (234,231,170). Sum of RGB (Red+Green+Blue) = 234+231+170=635 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.85% from 635); Green value is 231 (90.62% from 255 or 36.38% from 635); Blue value is 170 (66.80% from 255 or 26.77% from 635); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE7AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE7AA is #151855. Grayscale: #E1E1E1. Windows color (decimal): -1382486 or 11200490. OLE color: 11200490.
HSL color Cylindrical-coordinate representation of color #EAE7AA: hue angle of 57.19º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAE7AA is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 231 | 170 | - |
| CMYK | 0 | 0.01 | 0.27 | 0.08 |
| HSL | 57.19º | 0.6% | 0.79% | - |
| HSV(B) | 57.19º | 0.27% | 0.92% | - |
| XYZ | 69.76 | 77.55 | 49.32 | - |
| YUV | 224.94 | 96.99 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 231 | 170 | 0 | 0.01 | 0.27 | 0.08 | 57.19 | 0.6 | 0.79 |
| Hex | EA | E7 | AA | 0 | 1 | 1B | 8 | 39 | 3C | 4F |
| Octal | 352 | 347 | 252 | 0 | 1 | 33 | 10 | 71 | 74 | 117 |
| Binary | 11101010 | 11100111 | 10101010 | 0 | 1 | 11011 | 1000 | 111001 | 111100 | 1001111 |
Color Harmonies of #EAE7AA
Complementary color
Monochromatic Colors of #EAE7AA
Black with #EAE7AA
Text Example
Text Example
White with #EAE7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE7AA; }
p { color: rgb(234,231,170); }
H1.HeaderClassName
{
color: #EAE7AA;
}
.AnyTagClassName
{
color: #EAE7AA;
}
</style>
background-color css
<style>
a { background-color: #EAE7AA; }
a { background-color: rgb(234,231,170); }
div.DivClassName
{
background-color: #EAE7AA;
}
.BgClassName
{
background-color: #EAE7AA;
}
</style>
border-color css
<style>
span { border-color: #EAE7AA; }
span { border-color: rgb(234,231,170); }
td.TdClassName
{
border-color: #EAE7AA;
}
.TagClassName
{
border-color: #EAE7AA;
}
</style>