Shades of Pale Goldenrod #EAE2A8
Tints of Pale Goldenrod #EAE2A8
RGB
CMYK
RGB Variations
Color information
#EAE2A8 (or 0xEAE2A8) is known color: Pale Goldenrod. HEX triplet: EA, E2 and A8. RGB value is (234,226,168). Sum of RGB (Red+Green+Blue) = 234+226+168=628 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.26% from 628); Green value is 226 (88.67% from 255 or 35.99% from 628); Blue value is 168 (66.02% from 255 or 26.75% from 628); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE2A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE2A8 is #151D57. Grayscale: #DEDEDE. Windows color (decimal): -1383768 or 11068138. OLE color: 11068138.
HSL color Cylindrical-coordinate representation of color #EAE2A8: hue angle of 52.73º 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 #EAE2A8 is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 226 | 168 | - |
| CMYK | 0 | 0.03 | 0.28 | 0.08 |
| HSL | 52.73º | 0.61% | 0.79% | - |
| HSV(B) | 52.73º | 0.28% | 0.92% | - |
| XYZ | 68.2 | 74.71 | 47.87 | - |
| YUV | 221.78 | 97.65 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 226 | 168 | 0 | 0.03 | 0.28 | 0.08 | 52.73 | 0.61 | 0.79 |
| Hex | EA | E2 | A8 | 0 | 3 | 1C | 8 | 35 | 3D | 4F |
| Octal | 352 | 342 | 250 | 0 | 3 | 34 | 10 | 65 | 75 | 117 |
| Binary | 11101010 | 11100010 | 10101000 | 0 | 11 | 11100 | 1000 | 110101 | 111101 | 1001111 |
Color Harmonies of #EAE2A8
Complementary color
Monochromatic Colors of #EAE2A8
Black with #EAE2A8
Text Example
Text Example
White with #EAE2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE2A8; }
p { color: rgb(234,226,168); }
H1.HeaderClassName
{
color: #EAE2A8;
}
.AnyTagClassName
{
color: #EAE2A8;
}
</style>
background-color css
<style>
a { background-color: #EAE2A8; }
a { background-color: rgb(234,226,168); }
div.DivClassName
{
background-color: #EAE2A8;
}
.BgClassName
{
background-color: #EAE2A8;
}
</style>
border-color css
<style>
span { border-color: #EAE2A8; }
span { border-color: rgb(234,226,168); }
td.TdClassName
{
border-color: #EAE2A8;
}
.TagClassName
{
border-color: #EAE2A8;
}
</style>