Shades of Dark Salmon #E38F76
Tints of Dark Salmon #E38F76
RGB
CMYK
RGB Variations
Color information
#E38F76 (or 0xE38F76) is known color: Dark Salmon. HEX triplet: E3, 8F and 76. RGB value is (227,143,118). Sum of RGB (Red+Green+Blue) = 227+143+118=488 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.52% from 488); Green value is 143 (56.25% from 255 or 29.30% from 488); Blue value is 118 (46.48% from 255 or 24.18% from 488); Max value from RGB is 227 - color contains mainly: red. Hex color #E38F76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38F76 is #1C7089. Grayscale: #A5A5A5. Windows color (decimal): -1863818 or 7770083. OLE color: 7770083.
HSL color Cylindrical-coordinate representation of color #E38F76: hue angle of 13.76º 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 #E38F76 is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 143 | 118 | - |
| CMYK | 0 | 0.37 | 0.48 | 0.11 |
| HSL | 13.76º | 0.66% | 0.68% | - |
| HSV(B) | 13.76º | 0.48% | 0.89% | - |
| XYZ | 44.77 | 37.28 | 21.98 | - |
| YUV | 165.27 | 101.33 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 143 | 118 | 0 | 0.37 | 0.48 | 0.11 | 13.76 | 0.66 | 0.68 |
| Hex | E3 | 8F | 76 | 0 | 25 | 30 | B | E | 42 | 44 |
| Octal | 343 | 217 | 166 | 0 | 45 | 60 | 13 | 16 | 102 | 104 |
| Binary | 11100011 | 10001111 | 1110110 | 0 | 100101 | 110000 | 1011 | 1110 | 1000010 | 1000100 |
Color Harmonies of #E38F76
Complementary color
Monochromatic Colors of #E38F76
Black with #E38F76
Text Example
Text Example
White with #E38F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38F76; }
p { color: rgb(227,143,118); }
H1.HeaderClassName
{
color: #E38F76;
}
.AnyTagClassName
{
color: #E38F76;
}
</style>
background-color css
<style>
a { background-color: #E38F76; }
a { background-color: rgb(227,143,118); }
div.DivClassName
{
background-color: #E38F76;
}
.BgClassName
{
background-color: #E38F76;
}
</style>
border-color css
<style>
span { border-color: #E38F76; }
span { border-color: rgb(227,143,118); }
td.TdClassName
{
border-color: #E38F76;
}
.TagClassName
{
border-color: #E38F76;
}
</style>