Shades of Dark Salmon #E38D75
Tints of Dark Salmon #E38D75
RGB
CMYK
RGB Variations
Color information
#E38D75 (or 0xE38D75) is known color: Dark Salmon. HEX triplet: E3, 8D and 75. RGB value is (227,141,117). Sum of RGB (Red+Green+Blue) = 227+141+117=485 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.80% from 485); Green value is 141 (55.47% from 255 or 29.07% from 485); Blue value is 117 (46.09% from 255 or 24.12% from 485); Max value from RGB is 227 - color contains mainly: red. Hex color #E38D75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38D75 is #1C728A. Grayscale: #A4A4A4. Windows color (decimal): -1864331 or 7704035. OLE color: 7704035.
HSL color Cylindrical-coordinate representation of color #E38D75: hue angle of 13.09º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E38D75 is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 141 | 117 | - |
| CMYK | 0 | 0.38 | 0.48 | 0.11 |
| HSL | 13.09º | 0.66% | 0.67% | - |
| HSV(B) | 13.09º | 0.48% | 0.89% | - |
| XYZ | 44.41 | 36.67 | 21.57 | - |
| YUV | 163.98 | 101.49 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 141 | 117 | 0 | 0.38 | 0.48 | 0.11 | 13.09 | 0.66 | 0.67 |
| Hex | E3 | 8D | 75 | 0 | 26 | 30 | B | D | 42 | 43 |
| Octal | 343 | 215 | 165 | 0 | 46 | 60 | 13 | 15 | 102 | 103 |
| Binary | 11100011 | 10001101 | 1110101 | 0 | 100110 | 110000 | 1011 | 1101 | 1000010 | 1000011 |
Color Harmonies of #E38D75
Complementary color
Monochromatic Colors of #E38D75
Black with #E38D75
Text Example
Text Example
White with #E38D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38D75; }
p { color: rgb(227,141,117); }
H1.HeaderClassName
{
color: #E38D75;
}
.AnyTagClassName
{
color: #E38D75;
}
</style>
background-color css
<style>
a { background-color: #E38D75; }
a { background-color: rgb(227,141,117); }
div.DivClassName
{
background-color: #E38D75;
}
.BgClassName
{
background-color: #E38D75;
}
</style>
border-color css
<style>
span { border-color: #E38D75; }
span { border-color: rgb(227,141,117); }
td.TdClassName
{
border-color: #E38D75;
}
.TagClassName
{
border-color: #E38D75;
}
</style>