Shades of Dark Salmon #E09378
Tints of Dark Salmon #E09378
RGB
CMYK
RGB Variations
Color information
#E09378 (or 0xE09378) is known color: Dark Salmon. HEX triplet: E0, 93 and 78. RGB value is (224,147,120). Sum of RGB (Red+Green+Blue) = 224+147+120=491 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.62% from 491); Green value is 147 (57.81% from 255 or 29.94% from 491); Blue value is 120 (47.27% from 255 or 24.44% from 491); Max value from RGB is 224 - color contains mainly: red. Hex color #E09378 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09378 is #1F6C87. Grayscale: #A7A7A7. Windows color (decimal): -2059400 or 7902176. OLE color: 7902176.
HSL color Cylindrical-coordinate representation of color #E09378: hue angle of 15.58º 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 #E09378 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 147 | 120 | - |
| CMYK | 0 | 0.34 | 0.46 | 0.12 |
| HSL | 15.58º | 0.63% | 0.67% | - |
| HSV(B) | 15.58º | 0.46% | 0.88% | - |
| XYZ | 44.56 | 38.07 | 22.77 | - |
| YUV | 166.95 | 101.51 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 147 | 120 | 0 | 0.34 | 0.46 | 0.12 | 15.58 | 0.63 | 0.67 |
| Hex | E0 | 93 | 78 | 0 | 22 | 2E | C | 10 | 3F | 43 |
| Octal | 340 | 223 | 170 | 0 | 42 | 56 | 14 | 20 | 77 | 103 |
| Binary | 11100000 | 10010011 | 1111000 | 0 | 100010 | 101110 | 1100 | 10000 | 111111 | 1000011 |
Color Harmonies of #E09378
Complementary color
Monochromatic Colors of #E09378
Black with #E09378
Text Example
Text Example
White with #E09378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09378; }
p { color: rgb(224,147,120); }
H1.HeaderClassName
{
color: #E09378;
}
.AnyTagClassName
{
color: #E09378;
}
</style>
background-color css
<style>
a { background-color: #E09378; }
a { background-color: rgb(224,147,120); }
div.DivClassName
{
background-color: #E09378;
}
.BgClassName
{
background-color: #E09378;
}
</style>
border-color css
<style>
span { border-color: #E09378; }
span { border-color: rgb(224,147,120); }
td.TdClassName
{
border-color: #E09378;
}
.TagClassName
{
border-color: #E09378;
}
</style>