Shades of Medium Goldenrod #EAE8AD
Tints of Medium Goldenrod #EAE8AD
RGB
CMYK
RGB Variations
Color information
#EAE8AD (or 0xEAE8AD) is known color: Medium Goldenrod. HEX triplet: EA, E8 and AD. RGB value is (234,232,173). Sum of RGB (Red+Green+Blue) = 234+232+173=639 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.62% from 639); Green value is 232 (91.02% from 255 or 36.31% from 639); Blue value is 173 (67.97% from 255 or 27.07% from 639); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE8AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE8AD is #151752. Grayscale: #E2E2E2. Windows color (decimal): -1382227 or 11397354. OLE color: 11397354.
HSL color Cylindrical-coordinate representation of color #EAE8AD: hue angle of 58.03º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EAE8AD is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 232 | 173 | - |
| CMYK | 0 | 0.01 | 0.26 | 0.08 |
| HSL | 58.03º | 0.59% | 0.8% | - |
| HSV(B) | 58.03º | 0.26% | 0.92% | - |
| XYZ | 70.33 | 78.22 | 50.93 | - |
| YUV | 225.87 | 98.16 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 232 | 173 | 0 | 0.01 | 0.26 | 0.08 | 58.03 | 0.59 | 0.8 |
| Hex | EA | E8 | AD | 0 | 1 | 1A | 8 | 3A | 3B | 50 |
| Octal | 352 | 350 | 255 | 0 | 1 | 32 | 10 | 72 | 73 | 120 |
| Binary | 11101010 | 11101000 | 10101101 | 0 | 1 | 11010 | 1000 | 111010 | 111011 | 1010000 |
Color Harmonies of #EAE8AD
Complementary color
Monochromatic Colors of #EAE8AD
Black with #EAE8AD
Text Example
Text Example
White with #EAE8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE8AD; }
p { color: rgb(234,232,173); }
H1.HeaderClassName
{
color: #EAE8AD;
}
.AnyTagClassName
{
color: #EAE8AD;
}
</style>
background-color css
<style>
a { background-color: #EAE8AD; }
a { background-color: rgb(234,232,173); }
div.DivClassName
{
background-color: #EAE8AD;
}
.BgClassName
{
background-color: #EAE8AD;
}
</style>
border-color css
<style>
span { border-color: #EAE8AD; }
span { border-color: rgb(234,232,173); }
td.TdClassName
{
border-color: #EAE8AD;
}
.TagClassName
{
border-color: #EAE8AD;
}
</style>