Shades of Dark Salmon #E0977E
Tints of Dark Salmon #E0977E
RGB
CMYK
RGB Variations
Color information
#E0977E (or 0xE0977E) is known color: Dark Salmon. HEX triplet: E0, 97 and 7E. RGB value is (224,151,126). Sum of RGB (Red+Green+Blue) = 224+151+126=501 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.71% from 501); Green value is 151 (59.38% from 255 or 30.14% from 501); Blue value is 126 (49.61% from 255 or 25.15% from 501); Max value from RGB is 224 - color contains mainly: red. Hex color #E0977E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0977E is #1F6881. Grayscale: #AAAAAA. Windows color (decimal): -2058370 or 8296416. OLE color: 8296416.
HSL color Cylindrical-coordinate representation of color #E0977E: hue angle of 15.31º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E0977E is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 151 | 126 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.12 |
| HSL | 15.31º | 0.61% | 0.69% | - |
| HSV(B) | 15.31º | 0.44% | 0.88% | - |
| XYZ | 45.57 | 39.49 | 24.96 | - |
| YUV | 169.98 | 103.18 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 151 | 126 | 0 | 0.33 | 0.44 | 0.12 | 15.31 | 0.61 | 0.69 |
| Hex | E0 | 97 | 7E | 0 | 21 | 2C | C | F | 3D | 45 |
| Octal | 340 | 227 | 176 | 0 | 41 | 54 | 14 | 17 | 75 | 105 |
| Binary | 11100000 | 10010111 | 1111110 | 0 | 100001 | 101100 | 1100 | 1111 | 111101 | 1000101 |
Color Harmonies of #E0977E
Complementary color
Monochromatic Colors of #E0977E
Black with #E0977E
Text Example
Text Example
White with #E0977E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0977E; }
p { color: rgb(224,151,126); }
H1.HeaderClassName
{
color: #E0977E;
}
.AnyTagClassName
{
color: #E0977E;
}
</style>
background-color css
<style>
a { background-color: #E0977E; }
a { background-color: rgb(224,151,126); }
div.DivClassName
{
background-color: #E0977E;
}
.BgClassName
{
background-color: #E0977E;
}
</style>
border-color css
<style>
span { border-color: #E0977E; }
span { border-color: rgb(224,151,126); }
td.TdClassName
{
border-color: #E0977E;
}
.TagClassName
{
border-color: #E0977E;
}
</style>