Shades of Edward #9EA49F
Tints of Edward #9EA49F
RGB
CMYK
RGB Variations
Color information
#9EA49F (or 0x9EA49F) is known color: Edward. HEX triplet: 9E, A4 and 9F. RGB value is (158,164,159). Sum of RGB (Red+Green+Blue) = 158+164+159=481 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.85% from 481); Green value is 164 (64.45% from 255 or 34.10% from 481); Blue value is 159 (62.5% from 255 or 33.06% from 481); Max value from RGB is 164 - color contains mainly: green. Hex color #9EA49F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA49F is #615B60. Grayscale: #A1A1A1. Windows color (decimal): -6380385 or 10462366. OLE color: 10462366.
HSL color Cylindrical-coordinate representation of color #9EA49F: hue angle of 130º degrees, saturation: 0.03, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #9EA49F is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 158 | 164 | 159 | - |
| CMYK | 0.04 | 0 | 0.03 | 0.36 |
| HSL | 130º | 0.03% | 0.63% | - |
| HSV(B) | 130º | 0.04% | 0.64% | - |
| XYZ | 33.63 | 36.32 | 38.04 | - |
| YUV | 161.64 | 126.51 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 164 | 159 | 0.04 | 0 | 0.03 | 0.36 | 130 | 0.03 | 0.63 |
| Hex | 9E | A4 | 9F | 4 | 0 | 3 | 24 | 82 | 3 | 3F |
| Octal | 236 | 244 | 237 | 4 | 0 | 3 | 44 | 202 | 3 | 77 |
| Binary | 10011110 | 10100100 | 10011111 | 100 | 0 | 11 | 100100 | 10000010 | 11 | 111111 |
Color Harmonies of #9EA49F
Complementary color
Monochromatic Colors of #9EA49F
Black with #9EA49F
Text Example
Text Example
White with #9EA49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA49F; }
p { color: rgb(158,164,159); }
H1.HeaderClassName
{
color: #9EA49F;
}
.AnyTagClassName
{
color: #9EA49F;
}
</style>
background-color css
<style>
a { background-color: #9EA49F; }
a { background-color: rgb(158,164,159); }
div.DivClassName
{
background-color: #9EA49F;
}
.BgClassName
{
background-color: #9EA49F;
}
</style>
border-color css
<style>
span { border-color: #9EA49F; }
span { border-color: rgb(158,164,159); }
td.TdClassName
{
border-color: #9EA49F;
}
.TagClassName
{
border-color: #9EA49F;
}
</style>