Shades of Dark Salmon #E09978
Tints of Dark Salmon #E09978
RGB
CMYK
RGB Variations
Color information
#E09978 (or 0xE09978) is known color: Dark Salmon. HEX triplet: E0, 99 and 78. RGB value is (224,153,120). Sum of RGB (Red+Green+Blue) = 224+153+120=497 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.07% from 497); Green value is 153 (60.16% from 255 or 30.78% from 497); Blue value is 120 (47.27% from 255 or 24.14% from 497); Max value from RGB is 224 - color contains mainly: red. Hex color #E09978 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09978 is #1F6687. Grayscale: #AAAAAA. Windows color (decimal): -2057864 or 7903712. OLE color: 7903712.
HSL color Cylindrical-coordinate representation of color #E09978: hue angle of 19.04º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E09978 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 153 | 120 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.12 |
| HSL | 19.04º | 0.63% | 0.67% | - |
| HSV(B) | 19.04º | 0.46% | 0.88% | - |
| XYZ | 45.52 | 39.99 | 23.09 | - |
| YUV | 170.47 | 99.52 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 153 | 120 | 0 | 0.32 | 0.46 | 0.12 | 19.04 | 0.63 | 0.67 |
| Hex | E0 | 99 | 78 | 0 | 20 | 2E | C | 13 | 3F | 43 |
| Octal | 340 | 231 | 170 | 0 | 40 | 56 | 14 | 23 | 77 | 103 |
| Binary | 11100000 | 10011001 | 1111000 | 0 | 100000 | 101110 | 1100 | 10011 | 111111 | 1000011 |
Color Harmonies of #E09978
Complementary color
Monochromatic Colors of #E09978
Black with #E09978
Text Example
Text Example
White with #E09978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09978; }
p { color: rgb(224,153,120); }
H1.HeaderClassName
{
color: #E09978;
}
.AnyTagClassName
{
color: #E09978;
}
</style>
background-color css
<style>
a { background-color: #E09978; }
a { background-color: rgb(224,153,120); }
div.DivClassName
{
background-color: #E09978;
}
.BgClassName
{
background-color: #E09978;
}
</style>
border-color css
<style>
span { border-color: #E09978; }
span { border-color: rgb(224,153,120); }
td.TdClassName
{
border-color: #E09978;
}
.TagClassName
{
border-color: #E09978;
}
</style>