Shades of Dark Salmon #E39A7D
Tints of Dark Salmon #E39A7D
RGB
CMYK
RGB Variations
Color information
#E39A7D (or 0xE39A7D) is known color: Dark Salmon. HEX triplet: E3, 9A and 7D. RGB value is (227,154,125). Sum of RGB (Red+Green+Blue) = 227+154+125=506 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.86% from 506); Green value is 154 (60.55% from 255 or 30.43% from 506); Blue value is 125 (49.22% from 255 or 24.70% from 506); Max value from RGB is 227 - color contains mainly: red. Hex color #E39A7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E39A7D is #1C6582. Grayscale: #ACACAC. Windows color (decimal): -1860995 or 8231651. OLE color: 8231651.
HSL color Cylindrical-coordinate representation of color #E39A7D: hue angle of 17.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 #E39A7D is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 154 | 125 | - |
| CMYK | 0 | 0.32 | 0.45 | 0.11 |
| HSL | 17.06º | 0.65% | 0.69% | - |
| HSV(B) | 17.06º | 0.45% | 0.89% | - |
| XYZ | 46.94 | 40.92 | 24.83 | - |
| YUV | 172.52 | 101.18 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 154 | 125 | 0 | 0.32 | 0.45 | 0.11 | 17.06 | 0.65 | 0.69 |
| Hex | E3 | 9A | 7D | 0 | 20 | 2D | B | 11 | 41 | 45 |
| Octal | 343 | 232 | 175 | 0 | 40 | 55 | 13 | 21 | 101 | 105 |
| Binary | 11100011 | 10011010 | 1111101 | 0 | 100000 | 101101 | 1011 | 10001 | 1000001 | 1000101 |
Color Harmonies of #E39A7D
Complementary color
Monochromatic Colors of #E39A7D
Black with #E39A7D
Text Example
Text Example
White with #E39A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39A7D; }
p { color: rgb(227,154,125); }
H1.HeaderClassName
{
color: #E39A7D;
}
.AnyTagClassName
{
color: #E39A7D;
}
</style>
background-color css
<style>
a { background-color: #E39A7D; }
a { background-color: rgb(227,154,125); }
div.DivClassName
{
background-color: #E39A7D;
}
.BgClassName
{
background-color: #E39A7D;
}
</style>
border-color css
<style>
span { border-color: #E39A7D; }
span { border-color: rgb(227,154,125); }
td.TdClassName
{
border-color: #E39A7D;
}
.TagClassName
{
border-color: #E39A7D;
}
</style>