Shades of Dark Salmon #E0976F
Tints of Dark Salmon #E0976F
RGB
CMYK
RGB Variations
Color information
#E0976F (or 0xE0976F) is known color: Dark Salmon. HEX triplet: E0, 97 and 6F. RGB value is (224,151,111). Sum of RGB (Red+Green+Blue) = 224+151+111=486 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.09% from 486); Green value is 151 (59.38% from 255 or 31.07% from 486); Blue value is 111 (43.75% from 255 or 22.84% from 486); Max value from RGB is 224 - color contains mainly: red. Hex color #E0976F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0976F is #1F6890. Grayscale: #A8A8A8. Windows color (decimal): -2058385 or 7313376. OLE color: 7313376.
HSL color Cylindrical-coordinate representation of color #E0976F: hue angle of 21.24º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E0976F is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 151 | 111 | - |
| CMYK | 0 | 0.33 | 0.50 | 0.12 |
| HSL | 21.24º | 0.65% | 0.66% | - |
| HSV(B) | 21.24º | 0.5% | 0.88% | - |
| XYZ | 44.68 | 39.13 | 20.24 | - |
| YUV | 168.27 | 95.68 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 151 | 111 | 0 | 0.33 | 0.50 | 0.12 | 21.24 | 0.65 | 0.66 |
| Hex | E0 | 97 | 6F | 0 | 21 | 32 | C | 15 | 41 | 42 |
| Octal | 340 | 227 | 157 | 0 | 41 | 62 | 14 | 25 | 101 | 102 |
| Binary | 11100000 | 10010111 | 1101111 | 0 | 100001 | 110010 | 1100 | 10101 | 1000001 | 1000010 |
Color Harmonies of #E0976F
Complementary color
Monochromatic Colors of #E0976F
Black with #E0976F
Text Example
Text Example
White with #E0976F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0976F; }
p { color: rgb(224,151,111); }
H1.HeaderClassName
{
color: #E0976F;
}
.AnyTagClassName
{
color: #E0976F;
}
</style>
background-color css
<style>
a { background-color: #E0976F; }
a { background-color: rgb(224,151,111); }
div.DivClassName
{
background-color: #E0976F;
}
.BgClassName
{
background-color: #E0976F;
}
</style>
border-color css
<style>
span { border-color: #E0976F; }
span { border-color: rgb(224,151,111); }
td.TdClassName
{
border-color: #E0976F;
}
.TagClassName
{
border-color: #E0976F;
}
</style>