Shades of Dark Salmon #E09876
Tints of Dark Salmon #E09876
RGB
CMYK
RGB Variations
Color information
#E09876 (or 0xE09876) is known color: Dark Salmon. HEX triplet: E0, 98 and 76. RGB value is (224,152,118). Sum of RGB (Red+Green+Blue) = 224+152+118=494 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.34% from 494); Green value is 152 (59.77% from 255 or 30.77% from 494); Blue value is 118 (46.48% from 255 or 23.89% from 494); Max value from RGB is 224 - color contains mainly: red. Hex color #E09876 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09876 is #1F6789. Grayscale: #A9A9A9. Windows color (decimal): -2058122 or 7772384. OLE color: 7772384.
HSL color Cylindrical-coordinate representation of color #E09876: hue angle of 19.25º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E09876 is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 152 | 118 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.12 |
| HSL | 19.25º | 0.63% | 0.67% | - |
| HSV(B) | 19.25º | 0.47% | 0.88% | - |
| XYZ | 45.24 | 39.61 | 22.4 | - |
| YUV | 169.65 | 98.85 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 152 | 118 | 0 | 0.32 | 0.47 | 0.12 | 19.25 | 0.63 | 0.67 |
| Hex | E0 | 98 | 76 | 0 | 20 | 2F | C | 13 | 3F | 43 |
| Octal | 340 | 230 | 166 | 0 | 40 | 57 | 14 | 23 | 77 | 103 |
| Binary | 11100000 | 10011000 | 1110110 | 0 | 100000 | 101111 | 1100 | 10011 | 111111 | 1000011 |
Color Harmonies of #E09876
Complementary color
Monochromatic Colors of #E09876
Black with #E09876
Text Example
Text Example
White with #E09876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09876; }
p { color: rgb(224,152,118); }
H1.HeaderClassName
{
color: #E09876;
}
.AnyTagClassName
{
color: #E09876;
}
</style>
background-color css
<style>
a { background-color: #E09876; }
a { background-color: rgb(224,152,118); }
div.DivClassName
{
background-color: #E09876;
}
.BgClassName
{
background-color: #E09876;
}
</style>
border-color css
<style>
span { border-color: #E09876; }
span { border-color: rgb(224,152,118); }
td.TdClassName
{
border-color: #E09876;
}
.TagClassName
{
border-color: #E09876;
}
</style>