Shades of Medium Goldenrod #EAE9A8
Tints of Medium Goldenrod #EAE9A8
RGB
CMYK
RGB Variations
Color information
#EAE9A8 (or 0xEAE9A8) is known color: Medium Goldenrod. HEX triplet: EA, E9 and A8. RGB value is (234,233,168). Sum of RGB (Red+Green+Blue) = 234+233+168=635 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.85% from 635); Green value is 233 (91.41% from 255 or 36.69% from 635); Blue value is 168 (66.02% from 255 or 26.46% from 635); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE9A8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE9A8 is #151657. Grayscale: #E2E2E2. Windows color (decimal): -1381976 or 11069930. OLE color: 11069930.
HSL color Cylindrical-coordinate representation of color #EAE9A8: hue angle of 59.09º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAE9A8 is Cyan = 0, Magento = 0.00, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 233 | 168 | - |
| CMYK | 0 | 0.00 | 0.28 | 0.08 |
| HSL | 59.09º | 0.61% | 0.79% | - |
| HSV(B) | 59.09º | 0.28% | 0.92% | - |
| XYZ | 70.14 | 78.6 | 48.52 | - |
| YUV | 225.89 | 95.33 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 233 | 168 | 0 | 0.00 | 0.28 | 0.08 | 59.09 | 0.61 | 0.79 |
| Hex | EA | E9 | A8 | 0 | 0 | 1C | 8 | 3B | 3D | 4F |
| Octal | 352 | 351 | 250 | 0 | 0 | 34 | 10 | 73 | 75 | 117 |
| Binary | 11101010 | 11101001 | 10101000 | 0 | 0 | 11100 | 1000 | 111011 | 111101 | 1001111 |
Color Harmonies of #EAE9A8
Complementary color
Monochromatic Colors of #EAE9A8
Black with #EAE9A8
Text Example
Text Example
White with #EAE9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE9A8; }
p { color: rgb(234,233,168); }
H1.HeaderClassName
{
color: #EAE9A8;
}
.AnyTagClassName
{
color: #EAE9A8;
}
</style>
background-color css
<style>
a { background-color: #EAE9A8; }
a { background-color: rgb(234,233,168); }
div.DivClassName
{
background-color: #EAE9A8;
}
.BgClassName
{
background-color: #EAE9A8;
}
</style>
border-color css
<style>
span { border-color: #EAE9A8; }
span { border-color: rgb(234,233,168); }
td.TdClassName
{
border-color: #EAE9A8;
}
.TagClassName
{
border-color: #EAE9A8;
}
</style>