Shades of Pale Goldenrod #EAE8A7
Tints of Pale Goldenrod #EAE8A7
RGB
CMYK
RGB Variations
Color information
#EAE8A7 (or 0xEAE8A7) is known color: Pale Goldenrod. HEX triplet: EA, E8 and A7. RGB value is (234,232,167). Sum of RGB (Red+Green+Blue) = 234+232+167=633 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.97% from 633); Green value is 232 (91.02% from 255 or 36.65% from 633); Blue value is 167 (65.62% from 255 or 26.38% from 633); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE8A7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE8A7 is #151758. Grayscale: #E1E1E1. Windows color (decimal): -1382233 or 11004138. OLE color: 11004138.
HSL color Cylindrical-coordinate representation of color #EAE8A7: hue angle of 58.21º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EAE8A7 is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 232 | 167 | - |
| CMYK | 0 | 0.01 | 0.29 | 0.08 |
| HSL | 58.21º | 0.61% | 0.79% | - |
| HSV(B) | 58.21º | 0.29% | 0.92% | - |
| XYZ | 69.76 | 78 | 47.94 | - |
| YUV | 225.19 | 95.16 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 232 | 167 | 0 | 0.01 | 0.29 | 0.08 | 58.21 | 0.61 | 0.79 |
| Hex | EA | E8 | A7 | 0 | 1 | 1D | 8 | 3A | 3D | 4F |
| Octal | 352 | 350 | 247 | 0 | 1 | 35 | 10 | 72 | 75 | 117 |
| Binary | 11101010 | 11101000 | 10100111 | 0 | 1 | 11101 | 1000 | 111010 | 111101 | 1001111 |
Color Harmonies of #EAE8A7
Complementary color
Monochromatic Colors of #EAE8A7
Black with #EAE8A7
Text Example
Text Example
White with #EAE8A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE8A7; }
p { color: rgb(234,232,167); }
H1.HeaderClassName
{
color: #EAE8A7;
}
.AnyTagClassName
{
color: #EAE8A7;
}
</style>
background-color css
<style>
a { background-color: #EAE8A7; }
a { background-color: rgb(234,232,167); }
div.DivClassName
{
background-color: #EAE8A7;
}
.BgClassName
{
background-color: #EAE8A7;
}
</style>
border-color css
<style>
span { border-color: #EAE8A7; }
span { border-color: rgb(234,232,167); }
td.TdClassName
{
border-color: #EAE8A7;
}
.TagClassName
{
border-color: #EAE8A7;
}
</style>