Shades of Dark Salmon #E39276
Tints of Dark Salmon #E39276
RGB
CMYK
RGB Variations
Color information
#E39276 (or 0xE39276) is known color: Dark Salmon. HEX triplet: E3, 92 and 76. RGB value is (227,146,118). Sum of RGB (Red+Green+Blue) = 227+146+118=491 (65% of max value = 765). Red value is 227 (89.06% from 255 or 46.23% from 491); Green value is 146 (57.42% from 255 or 29.74% from 491); Blue value is 118 (46.48% from 255 or 24.03% from 491); Max value from RGB is 227 - color contains mainly: red. Hex color #E39276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E39276 is #1C6D89. Grayscale: #A7A7A7. Windows color (decimal): -1863050 or 7770851. OLE color: 7770851.
HSL color Cylindrical-coordinate representation of color #E39276: hue angle of 15.41º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E39276 is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 146 | 118 | - |
| CMYK | 0 | 0.36 | 0.48 | 0.11 |
| HSL | 15.41º | 0.66% | 0.68% | - |
| HSV(B) | 15.41º | 0.48% | 0.89% | - |
| XYZ | 45.23 | 38.2 | 22.13 | - |
| YUV | 167.03 | 100.34 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 146 | 118 | 0 | 0.36 | 0.48 | 0.11 | 15.41 | 0.66 | 0.68 |
| Hex | E3 | 92 | 76 | 0 | 24 | 30 | B | F | 42 | 44 |
| Octal | 343 | 222 | 166 | 0 | 44 | 60 | 13 | 17 | 102 | 104 |
| Binary | 11100011 | 10010010 | 1110110 | 0 | 100100 | 110000 | 1011 | 1111 | 1000010 | 1000100 |
Color Harmonies of #E39276
Complementary color
Monochromatic Colors of #E39276
Black with #E39276
Text Example
Text Example
White with #E39276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39276; }
p { color: rgb(227,146,118); }
H1.HeaderClassName
{
color: #E39276;
}
.AnyTagClassName
{
color: #E39276;
}
</style>
background-color css
<style>
a { background-color: #E39276; }
a { background-color: rgb(227,146,118); }
div.DivClassName
{
background-color: #E39276;
}
.BgClassName
{
background-color: #E39276;
}
</style>
border-color css
<style>
span { border-color: #E39276; }
span { border-color: rgb(227,146,118); }
td.TdClassName
{
border-color: #E39276;
}
.TagClassName
{
border-color: #E39276;
}
</style>