Shades of Dark Salmon #E09778
Tints of Dark Salmon #E09778
RGB
CMYK
RGB Variations
Color information
#E09778 (or 0xE09778) is known color: Dark Salmon. HEX triplet: E0, 97 and 78. RGB value is (224,151,120). Sum of RGB (Red+Green+Blue) = 224+151+120=495 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.25% from 495); Green value is 151 (59.38% from 255 or 30.51% from 495); Blue value is 120 (47.27% from 255 or 24.24% from 495); Max value from RGB is 224 - color contains mainly: red. Hex color #E09778 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09778 is #1F6887. Grayscale: #A9A9A9. Windows color (decimal): -2058376 or 7903200. OLE color: 7903200.
HSL color Cylindrical-coordinate representation of color #E09778: hue angle of 17.88º 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 #E09778 is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 151 | 120 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.12 |
| HSL | 17.88º | 0.63% | 0.67% | - |
| HSV(B) | 17.88º | 0.46% | 0.88% | - |
| XYZ | 45.2 | 39.34 | 22.98 | - |
| YUV | 169.29 | 100.18 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 151 | 120 | 0 | 0.33 | 0.46 | 0.12 | 17.88 | 0.63 | 0.67 |
| Hex | E0 | 97 | 78 | 0 | 21 | 2E | C | 12 | 3F | 43 |
| Octal | 340 | 227 | 170 | 0 | 41 | 56 | 14 | 22 | 77 | 103 |
| Binary | 11100000 | 10010111 | 1111000 | 0 | 100001 | 101110 | 1100 | 10010 | 111111 | 1000011 |
Color Harmonies of #E09778
Complementary color
Monochromatic Colors of #E09778
Black with #E09778
Text Example
Text Example
White with #E09778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09778; }
p { color: rgb(224,151,120); }
H1.HeaderClassName
{
color: #E09778;
}
.AnyTagClassName
{
color: #E09778;
}
</style>
background-color css
<style>
a { background-color: #E09778; }
a { background-color: rgb(224,151,120); }
div.DivClassName
{
background-color: #E09778;
}
.BgClassName
{
background-color: #E09778;
}
</style>
border-color css
<style>
span { border-color: #E09778; }
span { border-color: rgb(224,151,120); }
td.TdClassName
{
border-color: #E09778;
}
.TagClassName
{
border-color: #E09778;
}
</style>