Shades of Pale Goldenrod #EAE5A7
Tints of Pale Goldenrod #EAE5A7
RGB
CMYK
RGB Variations
Color information
#EAE5A7 (or 0xEAE5A7) is known color: Pale Goldenrod. HEX triplet: EA, E5 and A7. RGB value is (234,229,167). Sum of RGB (Red+Green+Blue) = 234+229+167=630 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.14% from 630); Green value is 229 (89.84% from 255 or 36.35% from 630); Blue value is 167 (65.62% from 255 or 26.51% from 630); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE5A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE5A7 is #151A58. Grayscale: #DFDFDF. Windows color (decimal): -1383001 or 11003370. OLE color: 11003370.
HSL color Cylindrical-coordinate representation of color #EAE5A7: hue angle of 55.52º 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 #EAE5A7 is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 229 | 167 | - |
| CMYK | 0 | 0.02 | 0.29 | 0.08 |
| HSL | 55.52º | 0.61% | 0.79% | - |
| HSV(B) | 55.52º | 0.29% | 0.92% | - |
| XYZ | 68.93 | 76.32 | 47.66 | - |
| YUV | 223.43 | 96.16 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 229 | 167 | 0 | 0.02 | 0.29 | 0.08 | 55.52 | 0.61 | 0.79 |
| Hex | EA | E5 | A7 | 0 | 2 | 1D | 8 | 38 | 3D | 4F |
| Octal | 352 | 345 | 247 | 0 | 2 | 35 | 10 | 70 | 75 | 117 |
| Binary | 11101010 | 11100101 | 10100111 | 0 | 10 | 11101 | 1000 | 111000 | 111101 | 1001111 |
Color Harmonies of #EAE5A7
Complementary color
Monochromatic Colors of #EAE5A7
Black with #EAE5A7
Text Example
Text Example
White with #EAE5A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE5A7; }
p { color: rgb(234,229,167); }
H1.HeaderClassName
{
color: #EAE5A7;
}
.AnyTagClassName
{
color: #EAE5A7;
}
</style>
background-color css
<style>
a { background-color: #EAE5A7; }
a { background-color: rgb(234,229,167); }
div.DivClassName
{
background-color: #EAE5A7;
}
.BgClassName
{
background-color: #EAE5A7;
}
</style>
border-color css
<style>
span { border-color: #EAE5A7; }
span { border-color: rgb(234,229,167); }
td.TdClassName
{
border-color: #EAE5A7;
}
.TagClassName
{
border-color: #EAE5A7;
}
</style>