Shades of Dark Salmon #E0977A
Tints of Dark Salmon #E0977A
RGB
CMYK
RGB Variations
Color information
#E0977A (or 0xE0977A) is known color: Dark Salmon. HEX triplet: E0, 97 and 7A. RGB value is (224,151,122). Sum of RGB (Red+Green+Blue) = 224+151+122=497 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.07% from 497); Green value is 151 (59.38% from 255 or 30.38% from 497); Blue value is 122 (48.05% from 255 or 24.55% from 497); Max value from RGB is 224 - color contains mainly: red. Hex color #E0977A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0977A is #1F6885. Grayscale: #A9A9A9. Windows color (decimal): -2058374 or 8034272. OLE color: 8034272.
HSL color Cylindrical-coordinate representation of color #E0977A: hue angle of 17.06º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E0977A is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 151 | 122 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.12 |
| HSL | 17.06º | 0.62% | 0.68% | - |
| HSV(B) | 17.06º | 0.46% | 0.88% | - |
| XYZ | 45.32 | 39.39 | 23.63 | - |
| YUV | 169.52 | 101.18 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 151 | 122 | 0 | 0.33 | 0.46 | 0.12 | 17.06 | 0.62 | 0.68 |
| Hex | E0 | 97 | 7A | 0 | 21 | 2E | C | 11 | 3E | 44 |
| Octal | 340 | 227 | 172 | 0 | 41 | 56 | 14 | 21 | 76 | 104 |
| Binary | 11100000 | 10010111 | 1111010 | 0 | 100001 | 101110 | 1100 | 10001 | 111110 | 1000100 |
Color Harmonies of #E0977A
Complementary color
Monochromatic Colors of #E0977A
Black with #E0977A
Text Example
Text Example
White with #E0977A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0977A; }
p { color: rgb(224,151,122); }
H1.HeaderClassName
{
color: #E0977A;
}
.AnyTagClassName
{
color: #E0977A;
}
</style>
background-color css
<style>
a { background-color: #E0977A; }
a { background-color: rgb(224,151,122); }
div.DivClassName
{
background-color: #E0977A;
}
.BgClassName
{
background-color: #E0977A;
}
</style>
border-color css
<style>
span { border-color: #E0977A; }
span { border-color: rgb(224,151,122); }
td.TdClassName
{
border-color: #E0977A;
}
.TagClassName
{
border-color: #E0977A;
}
</style>