Shades of Medium Goldenrod #EAEAAD
Tints of Medium Goldenrod #EAEAAD
RGB
CMYK
RGB Variations
Color information
#EAEAAD (or 0xEAEAAD) is known color: Medium Goldenrod. HEX triplet: EA, EA and AD. RGB value is (234,234,173). Sum of RGB (Red+Green+Blue) = 234+234+173=641 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.51% from 641); Green value is 234 (91.80% from 255 or 36.51% from 641); Blue value is 173 (67.97% from 255 or 26.99% from 641); Max value from RGB is 234 - color contains mainly: red, green. Hex color #EAEAAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEAAD is #151552. Grayscale: #E3E3E3. Windows color (decimal): -1381715 or 11397866. OLE color: 11397866.
HSL color Cylindrical-coordinate representation of color #EAEAAD: hue angle of 60º 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 #EAEAAD is Cyan = 0, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 234 | 173 | - |
| CMYK | 0 | 0 | 0.26 | 0.08 |
| HSL | 60º | 0.59% | 0.8% | - |
| HSV(B) | 60º | 0.26% | 0.92% | - |
| XYZ | 70.9 | 79.36 | 51.12 | - |
| YUV | 227.05 | 97.5 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 234 | 173 | 0 | 0 | 0.26 | 0.08 | 60 | 0.59 | 0.8 |
| Hex | EA | EA | AD | 0 | 0 | 1A | 8 | 3C | 3B | 50 |
| Octal | 352 | 352 | 255 | 0 | 0 | 32 | 10 | 74 | 73 | 120 |
| Binary | 11101010 | 11101010 | 10101101 | 0 | 0 | 11010 | 1000 | 111100 | 111011 | 1010000 |
Color Harmonies of #EAEAAD
Complementary color
Monochromatic Colors of #EAEAAD
Black with #EAEAAD
Text Example
Text Example
White with #EAEAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEAAD; }
p { color: rgb(234,234,173); }
H1.HeaderClassName
{
color: #EAEAAD;
}
.AnyTagClassName
{
color: #EAEAAD;
}
</style>
background-color css
<style>
a { background-color: #EAEAAD; }
a { background-color: rgb(234,234,173); }
div.DivClassName
{
background-color: #EAEAAD;
}
.BgClassName
{
background-color: #EAEAAD;
}
</style>
border-color css
<style>
span { border-color: #EAEAAD; }
span { border-color: rgb(234,234,173); }
td.TdClassName
{
border-color: #EAEAAD;
}
.TagClassName
{
border-color: #EAEAAD;
}
</style>