Shades of Pale Goldenrod #EAE5A8
Tints of Pale Goldenrod #EAE5A8
RGB
CMYK
RGB Variations
Color information
#EAE5A8 (or 0xEAE5A8) is known color: Pale Goldenrod. HEX triplet: EA, E5 and A8. RGB value is (234,229,168). Sum of RGB (Red+Green+Blue) = 234+229+168=631 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.08% from 631); Green value is 229 (89.84% from 255 or 36.29% from 631); Blue value is 168 (66.02% from 255 or 26.62% from 631); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE5A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE5A8 is #151A57. Grayscale: #DFDFDF. Windows color (decimal): -1383000 or 11068906. OLE color: 11068906.
HSL color Cylindrical-coordinate representation of color #EAE5A8: hue angle of 55.45º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAE5A8 is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 229 | 168 | - |
| CMYK | 0 | 0.02 | 0.28 | 0.08 |
| HSL | 55.45º | 0.61% | 0.79% | - |
| HSV(B) | 55.45º | 0.28% | 0.92% | - |
| XYZ | 69.02 | 76.36 | 48.15 | - |
| YUV | 223.54 | 96.66 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 229 | 168 | 0 | 0.02 | 0.28 | 0.08 | 55.45 | 0.61 | 0.79 |
| Hex | EA | E5 | A8 | 0 | 2 | 1C | 8 | 37 | 3D | 4F |
| Octal | 352 | 345 | 250 | 0 | 2 | 34 | 10 | 67 | 75 | 117 |
| Binary | 11101010 | 11100101 | 10101000 | 0 | 10 | 11100 | 1000 | 110111 | 111101 | 1001111 |
Color Harmonies of #EAE5A8
Complementary color
Monochromatic Colors of #EAE5A8
Black with #EAE5A8
Text Example
Text Example
White with #EAE5A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE5A8; }
p { color: rgb(234,229,168); }
H1.HeaderClassName
{
color: #EAE5A8;
}
.AnyTagClassName
{
color: #EAE5A8;
}
</style>
background-color css
<style>
a { background-color: #EAE5A8; }
a { background-color: rgb(234,229,168); }
div.DivClassName
{
background-color: #EAE5A8;
}
.BgClassName
{
background-color: #EAE5A8;
}
</style>
border-color css
<style>
span { border-color: #EAE5A8; }
span { border-color: rgb(234,229,168); }
td.TdClassName
{
border-color: #EAE5A8;
}
.TagClassName
{
border-color: #EAE5A8;
}
</style>