Shades of Dark Salmon #E09379
Tints of Dark Salmon #E09379
RGB
CMYK
RGB Variations
Color information
#E09379 (or 0xE09379) is known color: Dark Salmon. HEX triplet: E0, 93 and 79. RGB value is (224,147,121). Sum of RGB (Red+Green+Blue) = 224+147+121=492 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.53% from 492); Green value is 147 (57.81% from 255 or 29.88% from 492); Blue value is 121 (47.66% from 255 or 24.59% from 492); Max value from RGB is 224 - color contains mainly: red. Hex color #E09379 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09379 is #1F6C86. Grayscale: #A7A7A7. Windows color (decimal): -2059399 or 7967712. OLE color: 7967712.
HSL color Cylindrical-coordinate representation of color #E09379: hue angle of 15.15º 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 #E09379 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 147 | 121 | - |
| CMYK | 0 | 0.34 | 0.46 | 0.12 |
| HSL | 15.15º | 0.62% | 0.68% | - |
| HSV(B) | 15.15º | 0.46% | 0.88% | - |
| XYZ | 44.63 | 38.1 | 23.09 | - |
| YUV | 167.06 | 102.01 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 147 | 121 | 0 | 0.34 | 0.46 | 0.12 | 15.15 | 0.62 | 0.68 |
| Hex | E0 | 93 | 79 | 0 | 22 | 2E | C | F | 3E | 44 |
| Octal | 340 | 223 | 171 | 0 | 42 | 56 | 14 | 17 | 76 | 104 |
| Binary | 11100000 | 10010011 | 1111001 | 0 | 100010 | 101110 | 1100 | 1111 | 111110 | 1000100 |
Color Harmonies of #E09379
Complementary color
Monochromatic Colors of #E09379
Black with #E09379
Text Example
Text Example
White with #E09379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09379; }
p { color: rgb(224,147,121); }
H1.HeaderClassName
{
color: #E09379;
}
.AnyTagClassName
{
color: #E09379;
}
</style>
background-color css
<style>
a { background-color: #E09379; }
a { background-color: rgb(224,147,121); }
div.DivClassName
{
background-color: #E09379;
}
.BgClassName
{
background-color: #E09379;
}
</style>
border-color css
<style>
span { border-color: #E09379; }
span { border-color: rgb(224,147,121); }
td.TdClassName
{
border-color: #E09379;
}
.TagClassName
{
border-color: #E09379;
}
</style>