Shades of Dark Salmon #E39B7C
Tints of Dark Salmon #E39B7C
RGB
CMYK
RGB Variations
Color information
#E39B7C (or 0xE39B7C) is known color: Dark Salmon. HEX triplet: E3, 9B and 7C. RGB value is (227,155,124). Sum of RGB (Red+Green+Blue) = 227+155+124=506 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.86% from 506); Green value is 155 (60.94% from 255 or 30.63% from 506); Blue value is 124 (48.83% from 255 or 24.51% from 506); Max value from RGB is 227 - color contains mainly: red. Hex color #E39B7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E39B7C is #1C6483. Grayscale: #ADADAD. Windows color (decimal): -1860740 or 8166371. OLE color: 8166371.
HSL color Cylindrical-coordinate representation of color #E39B7C: hue angle of 18.06º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E39B7C is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 155 | 124 | - |
| CMYK | 0 | 0.32 | 0.45 | 0.11 |
| HSL | 18.06º | 0.65% | 0.69% | - |
| HSV(B) | 18.06º | 0.45% | 0.89% | - |
| XYZ | 47.04 | 41.23 | 24.55 | - |
| YUV | 172.99 | 100.35 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 155 | 124 | 0 | 0.32 | 0.45 | 0.11 | 18.06 | 0.65 | 0.69 |
| Hex | E3 | 9B | 7C | 0 | 20 | 2D | B | 12 | 41 | 45 |
| Octal | 343 | 233 | 174 | 0 | 40 | 55 | 13 | 22 | 101 | 105 |
| Binary | 11100011 | 10011011 | 1111100 | 0 | 100000 | 101101 | 1011 | 10010 | 1000001 | 1000101 |
Color Harmonies of #E39B7C
Complementary color
Monochromatic Colors of #E39B7C
Black with #E39B7C
Text Example
Text Example
White with #E39B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39B7C; }
p { color: rgb(227,155,124); }
H1.HeaderClassName
{
color: #E39B7C;
}
.AnyTagClassName
{
color: #E39B7C;
}
</style>
background-color css
<style>
a { background-color: #E39B7C; }
a { background-color: rgb(227,155,124); }
div.DivClassName
{
background-color: #E39B7C;
}
.BgClassName
{
background-color: #E39B7C;
}
</style>
border-color css
<style>
span { border-color: #E39B7C; }
span { border-color: rgb(227,155,124); }
td.TdClassName
{
border-color: #E39B7C;
}
.TagClassName
{
border-color: #E39B7C;
}
</style>