Shades of Medium Goldenrod #EAE7AD
Tints of Medium Goldenrod #EAE7AD
RGB
CMYK
RGB Variations
Color information
#EAE7AD (or 0xEAE7AD) is known color: Medium Goldenrod. HEX triplet: EA, E7 and AD. RGB value is (234,231,173). Sum of RGB (Red+Green+Blue) = 234+231+173=638 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.68% from 638); Green value is 231 (90.62% from 255 or 36.21% from 638); Blue value is 173 (67.97% from 255 or 27.12% from 638); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE7AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE7AD is #151852. Grayscale: #E1E1E1. Windows color (decimal): -1382483 or 11397098. OLE color: 11397098.
HSL color Cylindrical-coordinate representation of color #EAE7AD: hue angle of 57.05º 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 #EAE7AD is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 231 | 173 | - |
| CMYK | 0 | 0.01 | 0.26 | 0.08 |
| HSL | 57.05º | 0.59% | 0.8% | - |
| HSV(B) | 57.05º | 0.26% | 0.92% | - |
| XYZ | 70.05 | 77.66 | 50.83 | - |
| YUV | 225.29 | 98.49 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 231 | 173 | 0 | 0.01 | 0.26 | 0.08 | 57.05 | 0.59 | 0.8 |
| Hex | EA | E7 | AD | 0 | 1 | 1A | 8 | 39 | 3B | 50 |
| Octal | 352 | 347 | 255 | 0 | 1 | 32 | 10 | 71 | 73 | 120 |
| Binary | 11101010 | 11100111 | 10101101 | 0 | 1 | 11010 | 1000 | 111001 | 111011 | 1010000 |
Color Harmonies of #EAE7AD
Complementary color
Monochromatic Colors of #EAE7AD
Black with #EAE7AD
Text Example
Text Example
White with #EAE7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE7AD; }
p { color: rgb(234,231,173); }
H1.HeaderClassName
{
color: #EAE7AD;
}
.AnyTagClassName
{
color: #EAE7AD;
}
</style>
background-color css
<style>
a { background-color: #EAE7AD; }
a { background-color: rgb(234,231,173); }
div.DivClassName
{
background-color: #EAE7AD;
}
.BgClassName
{
background-color: #EAE7AD;
}
</style>
border-color css
<style>
span { border-color: #EAE7AD; }
span { border-color: rgb(234,231,173); }
td.TdClassName
{
border-color: #EAE7AD;
}
.TagClassName
{
border-color: #EAE7AD;
}
</style>