Shades of Pale Goldenrod #EAE4A7
Tints of Pale Goldenrod #EAE4A7
RGB
CMYK
RGB Variations
Color information
#EAE4A7 (or 0xEAE4A7) is known color: Pale Goldenrod. HEX triplet: EA, E4 and A7. RGB value is (234,228,167). Sum of RGB (Red+Green+Blue) = 234+228+167=629 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.20% from 629); Green value is 228 (89.45% from 255 or 36.25% from 629); Blue value is 167 (65.62% from 255 or 26.55% from 629); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE4A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE4A7 is #151B58. Grayscale: #DFDFDF. Windows color (decimal): -1383257 or 11003114. OLE color: 11003114.
HSL color Cylindrical-coordinate representation of color #EAE4A7: hue angle of 54.63º 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 #EAE4A7 is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 228 | 167 | - |
| CMYK | 0 | 0.03 | 0.29 | 0.08 |
| HSL | 54.63º | 0.61% | 0.79% | - |
| HSV(B) | 54.63º | 0.29% | 0.92% | - |
| XYZ | 68.65 | 75.77 | 47.57 | - |
| YUV | 222.84 | 96.49 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 228 | 167 | 0 | 0.03 | 0.29 | 0.08 | 54.63 | 0.61 | 0.79 |
| Hex | EA | E4 | A7 | 0 | 3 | 1D | 8 | 37 | 3D | 4F |
| Octal | 352 | 344 | 247 | 0 | 3 | 35 | 10 | 67 | 75 | 117 |
| Binary | 11101010 | 11100100 | 10100111 | 0 | 11 | 11101 | 1000 | 110111 | 111101 | 1001111 |
Color Harmonies of #EAE4A7
Complementary color
Monochromatic Colors of #EAE4A7
Black with #EAE4A7
Text Example
Text Example
White with #EAE4A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE4A7; }
p { color: rgb(234,228,167); }
H1.HeaderClassName
{
color: #EAE4A7;
}
.AnyTagClassName
{
color: #EAE4A7;
}
</style>
background-color css
<style>
a { background-color: #EAE4A7; }
a { background-color: rgb(234,228,167); }
div.DivClassName
{
background-color: #EAE4A7;
}
.BgClassName
{
background-color: #EAE4A7;
}
</style>
border-color css
<style>
span { border-color: #EAE4A7; }
span { border-color: rgb(234,228,167); }
td.TdClassName
{
border-color: #EAE4A7;
}
.TagClassName
{
border-color: #EAE4A7;
}
</style>