Shades of Dark Salmon #E8976F
Tints of Dark Salmon #E8976F
RGB
CMYK
RGB Variations
Color information
#E8976F (or 0xE8976F) is known color: Dark Salmon. HEX triplet: E8, 97 and 6F. RGB value is (232,151,111). Sum of RGB (Red+Green+Blue) = 232+151+111=494 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.96% from 494); Green value is 151 (59.38% from 255 or 30.57% from 494); Blue value is 111 (43.75% from 255 or 22.47% from 494); Max value from RGB is 232 - color contains mainly: red. Hex color #E8976F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8976F is #176890. Grayscale: #AAAAAA. Windows color (decimal): -1534097 or 7313384. OLE color: 7313384.
HSL color Cylindrical-coordinate representation of color #E8976F: hue angle of 19.83º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E8976F is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 151 | 111 | - |
| CMYK | 0 | 0.35 | 0.52 | 0.09 |
| HSL | 19.83º | 0.72% | 0.67% | - |
| HSV(B) | 19.83º | 0.52% | 0.91% | - |
| XYZ | 47.21 | 40.44 | 20.36 | - |
| YUV | 170.66 | 94.34 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 151 | 111 | 0 | 0.35 | 0.52 | 0.09 | 19.83 | 0.72 | 0.67 |
| Hex | E8 | 97 | 6F | 0 | 23 | 34 | 9 | 14 | 48 | 43 |
| Octal | 350 | 227 | 157 | 0 | 43 | 64 | 11 | 24 | 110 | 103 |
| Binary | 11101000 | 10010111 | 1101111 | 0 | 100011 | 110100 | 1001 | 10100 | 1001000 | 1000011 |
Color Harmonies of #E8976F
Complementary color
Monochromatic Colors of #E8976F
Black with #E8976F
Text Example
Text Example
White with #E8976F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8976F; }
p { color: rgb(232,151,111); }
H1.HeaderClassName
{
color: #E8976F;
}
.AnyTagClassName
{
color: #E8976F;
}
</style>
background-color css
<style>
a { background-color: #E8976F; }
a { background-color: rgb(232,151,111); }
div.DivClassName
{
background-color: #E8976F;
}
.BgClassName
{
background-color: #E8976F;
}
</style>
border-color css
<style>
span { border-color: #E8976F; }
span { border-color: rgb(232,151,111); }
td.TdClassName
{
border-color: #E8976F;
}
.TagClassName
{
border-color: #E8976F;
}
</style>