Shades of Dark Salmon #E39A7B
Tints of Dark Salmon #E39A7B
RGB
CMYK
RGB Variations
Color information
#E39A7B (or 0xE39A7B) is known color: Dark Salmon. HEX triplet: E3, 9A and 7B. RGB value is (227,154,123). Sum of RGB (Red+Green+Blue) = 227+154+123=504 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.04% from 504); Green value is 154 (60.55% from 255 or 30.56% from 504); Blue value is 123 (48.44% from 255 or 24.40% from 504); Max value from RGB is 227 - color contains mainly: red. Hex color #E39A7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E39A7B is #1C6584. Grayscale: #ACACAC. Windows color (decimal): -1860997 or 8100579. OLE color: 8100579.
HSL color Cylindrical-coordinate representation of color #E39A7B: hue angle of 17.88º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E39A7B is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 154 | 123 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.11 |
| HSL | 17.88º | 0.65% | 0.69% | - |
| HSV(B) | 17.88º | 0.46% | 0.89% | - |
| XYZ | 46.81 | 40.87 | 24.16 | - |
| YUV | 172.29 | 100.18 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 154 | 123 | 0 | 0.32 | 0.46 | 0.11 | 17.88 | 0.65 | 0.69 |
| Hex | E3 | 9A | 7B | 0 | 20 | 2E | B | 12 | 41 | 45 |
| Octal | 343 | 232 | 173 | 0 | 40 | 56 | 13 | 22 | 101 | 105 |
| Binary | 11100011 | 10011010 | 1111011 | 0 | 100000 | 101110 | 1011 | 10010 | 1000001 | 1000101 |
Color Harmonies of #E39A7B
Complementary color
Monochromatic Colors of #E39A7B
Black with #E39A7B
Text Example
Text Example
White with #E39A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39A7B; }
p { color: rgb(227,154,123); }
H1.HeaderClassName
{
color: #E39A7B;
}
.AnyTagClassName
{
color: #E39A7B;
}
</style>
background-color css
<style>
a { background-color: #E39A7B; }
a { background-color: rgb(227,154,123); }
div.DivClassName
{
background-color: #E39A7B;
}
.BgClassName
{
background-color: #E39A7B;
}
</style>
border-color css
<style>
span { border-color: #E39A7B; }
span { border-color: rgb(227,154,123); }
td.TdClassName
{
border-color: #E39A7B;
}
.TagClassName
{
border-color: #E39A7B;
}
</style>