Shades of Dark Salmon #E8976D
Tints of Dark Salmon #E8976D
RGB
CMYK
RGB Variations
Color information
#E8976D (or 0xE8976D) is known color: Dark Salmon. HEX triplet: E8, 97 and 6D. RGB value is (232,151,109). Sum of RGB (Red+Green+Blue) = 232+151+109=492 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.15% from 492); Green value is 151 (59.38% from 255 or 30.69% from 492); Blue value is 109 (42.97% from 255 or 22.15% from 492); Max value from RGB is 232 - color contains mainly: red. Hex color #E8976D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8976D is #176892. Grayscale: #AAAAAA. Windows color (decimal): -1534099 or 7182312. OLE color: 7182312.
HSL color Cylindrical-coordinate representation of color #E8976D: hue angle of 20.49º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E8976D is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 151 | 109 | - |
| CMYK | 0 | 0.35 | 0.53 | 0.09 |
| HSL | 20.49º | 0.73% | 0.67% | - |
| HSV(B) | 20.49º | 0.53% | 0.91% | - |
| XYZ | 47.11 | 40.39 | 19.78 | - |
| YUV | 170.43 | 93.34 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 151 | 109 | 0 | 0.35 | 0.53 | 0.09 | 20.49 | 0.73 | 0.67 |
| Hex | E8 | 97 | 6D | 0 | 23 | 35 | 9 | 14 | 49 | 43 |
| Octal | 350 | 227 | 155 | 0 | 43 | 65 | 11 | 24 | 111 | 103 |
| Binary | 11101000 | 10010111 | 1101101 | 0 | 100011 | 110101 | 1001 | 10100 | 1001001 | 1000011 |
Color Harmonies of #E8976D
Complementary color
Monochromatic Colors of #E8976D
Black with #E8976D
Text Example
Text Example
White with #E8976D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8976D; }
p { color: rgb(232,151,109); }
H1.HeaderClassName
{
color: #E8976D;
}
.AnyTagClassName
{
color: #E8976D;
}
</style>
background-color css
<style>
a { background-color: #E8976D; }
a { background-color: rgb(232,151,109); }
div.DivClassName
{
background-color: #E8976D;
}
.BgClassName
{
background-color: #E8976D;
}
</style>
border-color css
<style>
span { border-color: #E8976D; }
span { border-color: rgb(232,151,109); }
td.TdClassName
{
border-color: #E8976D;
}
.TagClassName
{
border-color: #E8976D;
}
</style>