Shades of Dark Salmon #E39271
Tints of Dark Salmon #E39271
RGB
CMYK
RGB Variations
Color information
#E39271 (or 0xE39271) is known color: Dark Salmon. HEX triplet: E3, 92 and 71. RGB value is (227,146,113). Sum of RGB (Red+Green+Blue) = 227+146+113=486 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.71% from 486); Green value is 146 (57.42% from 255 or 30.04% from 486); Blue value is 113 (44.53% from 255 or 23.25% from 486); Max value from RGB is 227 - color contains mainly: red. Hex color #E39271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E39271 is #1C6D8E. Grayscale: #A6A6A6. Windows color (decimal): -1863055 or 7443171. OLE color: 7443171.
HSL color Cylindrical-coordinate representation of color #E39271: hue angle of 17.37º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E39271 is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 146 | 113 | - |
| CMYK | 0 | 0.36 | 0.50 | 0.11 |
| HSL | 17.37º | 0.67% | 0.67% | - |
| HSV(B) | 17.37º | 0.5% | 0.89% | - |
| XYZ | 44.94 | 38.08 | 20.6 | - |
| YUV | 166.46 | 97.84 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 146 | 113 | 0 | 0.36 | 0.50 | 0.11 | 17.37 | 0.67 | 0.67 |
| Hex | E3 | 92 | 71 | 0 | 24 | 32 | B | 11 | 43 | 43 |
| Octal | 343 | 222 | 161 | 0 | 44 | 62 | 13 | 21 | 103 | 103 |
| Binary | 11100011 | 10010010 | 1110001 | 0 | 100100 | 110010 | 1011 | 10001 | 1000011 | 1000011 |
Color Harmonies of #E39271
Complementary color
Monochromatic Colors of #E39271
Black with #E39271
Text Example
Text Example
White with #E39271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39271; }
p { color: rgb(227,146,113); }
H1.HeaderClassName
{
color: #E39271;
}
.AnyTagClassName
{
color: #E39271;
}
</style>
background-color css
<style>
a { background-color: #E39271; }
a { background-color: rgb(227,146,113); }
div.DivClassName
{
background-color: #E39271;
}
.BgClassName
{
background-color: #E39271;
}
</style>
border-color css
<style>
span { border-color: #E39271; }
span { border-color: rgb(227,146,113); }
td.TdClassName
{
border-color: #E39271;
}
.TagClassName
{
border-color: #E39271;
}
</style>