Shades of Dark Salmon #E09879
Tints of Dark Salmon #E09879
RGB
CMYK
RGB Variations
Color information
#E09879 (or 0xE09879) is known color: Dark Salmon. HEX triplet: E0, 98 and 79. RGB value is (224,152,121). Sum of RGB (Red+Green+Blue) = 224+152+121=497 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.07% from 497); Green value is 152 (59.77% from 255 or 30.58% from 497); Blue value is 121 (47.66% from 255 or 24.35% from 497); Max value from RGB is 224 - color contains mainly: red. Hex color #E09879 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09879 is #1F6786. Grayscale: #AAAAAA. Windows color (decimal): -2058119 or 7968992. OLE color: 7968992.
HSL color Cylindrical-coordinate representation of color #E09879: hue angle of 18.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 #E09879 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 152 | 121 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.12 |
| HSL | 18.06º | 0.62% | 0.68% | - |
| HSV(B) | 18.06º | 0.46% | 0.88% | - |
| XYZ | 45.42 | 39.68 | 23.36 | - |
| YUV | 169.99 | 100.35 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 152 | 121 | 0 | 0.32 | 0.46 | 0.12 | 18.06 | 0.62 | 0.68 |
| Hex | E0 | 98 | 79 | 0 | 20 | 2E | C | 12 | 3E | 44 |
| Octal | 340 | 230 | 171 | 0 | 40 | 56 | 14 | 22 | 76 | 104 |
| Binary | 11100000 | 10011000 | 1111001 | 0 | 100000 | 101110 | 1100 | 10010 | 111110 | 1000100 |
Color Harmonies of #E09879
Complementary color
Monochromatic Colors of #E09879
Black with #E09879
Text Example
Text Example
White with #E09879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09879; }
p { color: rgb(224,152,121); }
H1.HeaderClassName
{
color: #E09879;
}
.AnyTagClassName
{
color: #E09879;
}
</style>
background-color css
<style>
a { background-color: #E09879; }
a { background-color: rgb(224,152,121); }
div.DivClassName
{
background-color: #E09879;
}
.BgClassName
{
background-color: #E09879;
}
</style>
border-color css
<style>
span { border-color: #E09879; }
span { border-color: rgb(224,152,121); }
td.TdClassName
{
border-color: #E09879;
}
.TagClassName
{
border-color: #E09879;
}
</style>