Shades of Pale Goldenrod #EAE2A7
Tints of Pale Goldenrod #EAE2A7
RGB
CMYK
RGB Variations
Color information
#EAE2A7 (or 0xEAE2A7) is known color: Pale Goldenrod. HEX triplet: EA, E2 and A7. RGB value is (234,226,167). Sum of RGB (Red+Green+Blue) = 234+226+167=627 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.32% from 627); Green value is 226 (88.67% from 255 or 36.04% from 627); Blue value is 167 (65.62% from 255 or 26.63% from 627); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE2A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE2A7 is #151D58. Grayscale: #DDDDDD. Windows color (decimal): -1383769 or 11002602. OLE color: 11002602.
HSL color Cylindrical-coordinate representation of color #EAE2A7: hue angle of 52.84º 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 #EAE2A7 is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 226 | 167 | - |
| CMYK | 0 | 0.03 | 0.29 | 0.08 |
| HSL | 52.84º | 0.61% | 0.79% | - |
| HSV(B) | 52.84º | 0.29% | 0.92% | - |
| XYZ | 68.1 | 74.68 | 47.38 | - |
| YUV | 221.67 | 97.15 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 226 | 167 | 0 | 0.03 | 0.29 | 0.08 | 52.84 | 0.61 | 0.79 |
| Hex | EA | E2 | A7 | 0 | 3 | 1D | 8 | 35 | 3D | 4F |
| Octal | 352 | 342 | 247 | 0 | 3 | 35 | 10 | 65 | 75 | 117 |
| Binary | 11101010 | 11100010 | 10100111 | 0 | 11 | 11101 | 1000 | 110101 | 111101 | 1001111 |
Color Harmonies of #EAE2A7
Complementary color
Monochromatic Colors of #EAE2A7
Black with #EAE2A7
Text Example
Text Example
White with #EAE2A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE2A7; }
p { color: rgb(234,226,167); }
H1.HeaderClassName
{
color: #EAE2A7;
}
.AnyTagClassName
{
color: #EAE2A7;
}
</style>
background-color css
<style>
a { background-color: #EAE2A7; }
a { background-color: rgb(234,226,167); }
div.DivClassName
{
background-color: #EAE2A7;
}
.BgClassName
{
background-color: #EAE2A7;
}
</style>
border-color css
<style>
span { border-color: #EAE2A7; }
span { border-color: rgb(234,226,167); }
td.TdClassName
{
border-color: #EAE2A7;
}
.TagClassName
{
border-color: #EAE2A7;
}
</style>