Shades of Dark Salmon #E09875
Tints of Dark Salmon #E09875
RGB
CMYK
RGB Variations
Color information
#E09875 (or 0xE09875) is known color: Dark Salmon. HEX triplet: E0, 98 and 75. RGB value is (224,152,117). Sum of RGB (Red+Green+Blue) = 224+152+117=493 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.44% from 493); Green value is 152 (59.77% from 255 or 30.83% from 493); Blue value is 117 (46.09% from 255 or 23.73% from 493); Max value from RGB is 224 - color contains mainly: red. Hex color #E09875 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09875 is #1F678A. Grayscale: #A9A9A9. Windows color (decimal): -2058123 or 7706848. OLE color: 7706848.
HSL color Cylindrical-coordinate representation of color #E09875: hue angle of 19.63º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E09875 is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 152 | 117 | - |
| CMYK | 0 | 0.32 | 0.48 | 0.12 |
| HSL | 19.63º | 0.63% | 0.67% | - |
| HSV(B) | 19.63º | 0.48% | 0.88% | - |
| XYZ | 45.18 | 39.59 | 22.09 | - |
| YUV | 169.54 | 98.35 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 152 | 117 | 0 | 0.32 | 0.48 | 0.12 | 19.63 | 0.63 | 0.67 |
| Hex | E0 | 98 | 75 | 0 | 20 | 30 | C | 14 | 3F | 43 |
| Octal | 340 | 230 | 165 | 0 | 40 | 60 | 14 | 24 | 77 | 103 |
| Binary | 11100000 | 10011000 | 1110101 | 0 | 100000 | 110000 | 1100 | 10100 | 111111 | 1000011 |
Color Harmonies of #E09875
Complementary color
Monochromatic Colors of #E09875
Black with #E09875
Text Example
Text Example
White with #E09875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09875; }
p { color: rgb(224,152,117); }
H1.HeaderClassName
{
color: #E09875;
}
.AnyTagClassName
{
color: #E09875;
}
</style>
background-color css
<style>
a { background-color: #E09875; }
a { background-color: rgb(224,152,117); }
div.DivClassName
{
background-color: #E09875;
}
.BgClassName
{
background-color: #E09875;
}
</style>
border-color css
<style>
span { border-color: #E09875; }
span { border-color: rgb(224,152,117); }
td.TdClassName
{
border-color: #E09875;
}
.TagClassName
{
border-color: #E09875;
}
</style>