Shades of Edward #8E9D95
Tints of Edward #8E9D95
RGB
CMYK
RGB Variations
Color information
#8E9D95 (or 0x8E9D95) is known color: Edward. HEX triplet: 8E, 9D and 95. RGB value is (142,157,149). Sum of RGB (Red+Green+Blue) = 142+157+149=448 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.70% from 448); Green value is 157 (61.72% from 255 or 35.04% from 448); Blue value is 149 (58.59% from 255 or 33.26% from 448); Max value from RGB is 157 - color contains mainly: green. Hex color #8E9D95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9D95 is #71626A. Grayscale: #979797. Windows color (decimal): -7430763 or 9805198. OLE color: 9805198.
HSL color Cylindrical-coordinate representation of color #8E9D95: hue angle of 148º degrees, saturation: 0.07, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8E9D95 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 142 | 157 | 149 | - |
| CMYK | 0.10 | 0 | 0.05 | 0.38 |
| HSL | 148º | 0.07% | 0.59% | - |
| HSV(B) | 148º | 0.1% | 0.62% | - |
| XYZ | 28.64 | 32.03 | 33.11 | - |
| YUV | 151.6 | 126.53 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 157 | 149 | 0.10 | 0 | 0.05 | 0.38 | 148 | 0.07 | 0.59 |
| Hex | 8E | 9D | 95 | A | 0 | 5 | 26 | 94 | 7 | 3B |
| Octal | 216 | 235 | 225 | 12 | 0 | 5 | 46 | 224 | 7 | 73 |
| Binary | 10001110 | 10011101 | 10010101 | 1010 | 0 | 101 | 100110 | 10010100 | 111 | 111011 |
Color Harmonies of #8E9D95
Complementary color
Monochromatic Colors of #8E9D95
Black with #8E9D95
Text Example
Text Example
White with #8E9D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9D95; }
p { color: rgb(142,157,149); }
H1.HeaderClassName
{
color: #8E9D95;
}
.AnyTagClassName
{
color: #8E9D95;
}
</style>
background-color css
<style>
a { background-color: #8E9D95; }
a { background-color: rgb(142,157,149); }
div.DivClassName
{
background-color: #8E9D95;
}
.BgClassName
{
background-color: #8E9D95;
}
</style>
border-color css
<style>
span { border-color: #8E9D95; }
span { border-color: rgb(142,157,149); }
td.TdClassName
{
border-color: #8E9D95;
}
.TagClassName
{
border-color: #8E9D95;
}
</style>