Shades of Dark Salmon #E09871
Tints of Dark Salmon #E09871
RGB
CMYK
RGB Variations
Color information
#E09871 (or 0xE09871) is known color: Dark Salmon. HEX triplet: E0, 98 and 71. RGB value is (224,152,113). Sum of RGB (Red+Green+Blue) = 224+152+113=489 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.81% from 489); Green value is 152 (59.77% from 255 or 31.08% from 489); Blue value is 113 (44.53% from 255 or 23.11% from 489); Max value from RGB is 224 - color contains mainly: red. Hex color #E09871 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09871 is #1F678E. Grayscale: #A9A9A9. Windows color (decimal): -2058127 or 7444704. OLE color: 7444704.
HSL color Cylindrical-coordinate representation of color #E09871: hue angle of 21.08º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E09871 is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 152 | 113 | - |
| CMYK | 0 | 0.32 | 0.50 | 0.12 |
| HSL | 21.08º | 0.64% | 0.66% | - |
| HSV(B) | 21.08º | 0.5% | 0.88% | - |
| XYZ | 44.95 | 39.5 | 20.88 | - |
| YUV | 169.08 | 96.35 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 152 | 113 | 0 | 0.32 | 0.50 | 0.12 | 21.08 | 0.64 | 0.66 |
| Hex | E0 | 98 | 71 | 0 | 20 | 32 | C | 15 | 40 | 42 |
| Octal | 340 | 230 | 161 | 0 | 40 | 62 | 14 | 25 | 100 | 102 |
| Binary | 11100000 | 10011000 | 1110001 | 0 | 100000 | 110010 | 1100 | 10101 | 1000000 | 1000010 |
Color Harmonies of #E09871
Complementary color
Monochromatic Colors of #E09871
Black with #E09871
Text Example
Text Example
White with #E09871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09871; }
p { color: rgb(224,152,113); }
H1.HeaderClassName
{
color: #E09871;
}
.AnyTagClassName
{
color: #E09871;
}
</style>
background-color css
<style>
a { background-color: #E09871; }
a { background-color: rgb(224,152,113); }
div.DivClassName
{
background-color: #E09871;
}
.BgClassName
{
background-color: #E09871;
}
</style>
border-color css
<style>
span { border-color: #E09871; }
span { border-color: rgb(224,152,113); }
td.TdClassName
{
border-color: #E09871;
}
.TagClassName
{
border-color: #E09871;
}
</style>