Shades of Medium Goldenrod #EAEDAD
Tints of Medium Goldenrod #EAEDAD
RGB
CMYK
RGB Variations
Color information
#EAEDAD (or 0xEAEDAD) is known color: Medium Goldenrod. HEX triplet: EA, ED and AD. RGB value is (234,237,173). Sum of RGB (Red+Green+Blue) = 234+237+173=644 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.34% from 644); Green value is 237 (92.97% from 255 or 36.80% from 644); Blue value is 173 (67.97% from 255 or 26.86% from 644); Max value from RGB is 237 - color contains mainly: green. Hex color #EAEDAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEDAD is #151252. Grayscale: #E5E5E5. Windows color (decimal): -1380947 or 11398634. OLE color: 11398634.
HSL color Cylindrical-coordinate representation of color #EAEDAD: hue angle of 62.81º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAEDAD is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 237 | 173 | - |
| CMYK | 0.01 | 0 | 0.27 | 0.07 |
| HSL | 62.81º | 0.64% | 0.8% | - |
| HSV(B) | 62.81º | 0.27% | 0.93% | - |
| XYZ | 71.76 | 81.08 | 51.4 | - |
| YUV | 228.81 | 96.51 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 237 | 173 | 0.01 | 0 | 0.27 | 0.07 | 62.81 | 0.64 | 0.8 |
| Hex | EA | ED | AD | 1 | 0 | 1B | 7 | 3F | 40 | 50 |
| Octal | 352 | 355 | 255 | 1 | 0 | 33 | 7 | 77 | 100 | 120 |
| Binary | 11101010 | 11101101 | 10101101 | 1 | 0 | 11011 | 111 | 111111 | 1000000 | 1010000 |
Color Harmonies of #EAEDAD
Complementary color
Monochromatic Colors of #EAEDAD
Black with #EAEDAD
Text Example
Text Example
White with #EAEDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEDAD; }
p { color: rgb(234,237,173); }
H1.HeaderClassName
{
color: #EAEDAD;
}
.AnyTagClassName
{
color: #EAEDAD;
}
</style>
background-color css
<style>
a { background-color: #EAEDAD; }
a { background-color: rgb(234,237,173); }
div.DivClassName
{
background-color: #EAEDAD;
}
.BgClassName
{
background-color: #EAEDAD;
}
</style>
border-color css
<style>
span { border-color: #EAEDAD; }
span { border-color: rgb(234,237,173); }
td.TdClassName
{
border-color: #EAEDAD;
}
.TagClassName
{
border-color: #EAEDAD;
}
</style>