Shades of Pale Goldenrod #EAE8A4
Tints of Pale Goldenrod #EAE8A4
RGB
CMYK
RGB Variations
Color information
#EAE8A4 (or 0xEAE8A4) is known color: Pale Goldenrod. HEX triplet: EA, E8 and A4. RGB value is (234,232,164). Sum of RGB (Red+Green+Blue) = 234+232+164=630 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.14% from 630); Green value is 232 (91.02% from 255 or 36.83% from 630); Blue value is 164 (64.45% from 255 or 26.03% from 630); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE8A4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE8A4 is #15175B. Grayscale: #E1E1E1. Windows color (decimal): -1382236 or 10807530. OLE color: 10807530.
HSL color Cylindrical-coordinate representation of color #EAE8A4: hue angle of 58.29º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EAE8A4 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 232 | 164 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.08 |
| HSL | 58.29º | 0.63% | 0.78% | - |
| HSV(B) | 58.29º | 0.3% | 0.92% | - |
| XYZ | 69.49 | 77.89 | 46.49 | - |
| YUV | 224.85 | 93.66 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 232 | 164 | 0 | 0.01 | 0.30 | 0.08 | 58.29 | 0.63 | 0.78 |
| Hex | EA | E8 | A4 | 0 | 1 | 1E | 8 | 3A | 3E | 4E |
| Octal | 352 | 350 | 244 | 0 | 1 | 36 | 10 | 72 | 76 | 116 |
| Binary | 11101010 | 11101000 | 10100100 | 0 | 1 | 11110 | 1000 | 111010 | 111110 | 1001110 |
Color Harmonies of #EAE8A4
Complementary color
Monochromatic Colors of #EAE8A4
Black with #EAE8A4
Text Example
Text Example
White with #EAE8A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE8A4; }
p { color: rgb(234,232,164); }
H1.HeaderClassName
{
color: #EAE8A4;
}
.AnyTagClassName
{
color: #EAE8A4;
}
</style>
background-color css
<style>
a { background-color: #EAE8A4; }
a { background-color: rgb(234,232,164); }
div.DivClassName
{
background-color: #EAE8A4;
}
.BgClassName
{
background-color: #EAE8A4;
}
</style>
border-color css
<style>
span { border-color: #EAE8A4; }
span { border-color: rgb(234,232,164); }
td.TdClassName
{
border-color: #EAE8A4;
}
.TagClassName
{
border-color: #EAE8A4;
}
</style>