Shades of Dark Salmon #E38D7A
Tints of Dark Salmon #E38D7A
RGB
CMYK
RGB Variations
Color information
#E38D7A (or 0xE38D7A) is known color: Dark Salmon. HEX triplet: E3, 8D and 7A. RGB value is (227,141,122). Sum of RGB (Red+Green+Blue) = 227+141+122=490 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.33% from 490); Green value is 141 (55.47% from 255 or 28.78% from 490); Blue value is 122 (48.05% from 255 or 24.90% from 490); Max value from RGB is 227 - color contains mainly: red. Hex color #E38D7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38D7A is #1C7285. Grayscale: #A4A4A4. Windows color (decimal): -1864326 or 8031715. OLE color: 8031715.
HSL color Cylindrical-coordinate representation of color #E38D7A: hue angle of 10.86º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E38D7A is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 141 | 122 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.11 |
| HSL | 10.86º | 0.65% | 0.68% | - |
| HSV(B) | 10.86º | 0.46% | 0.89% | - |
| XYZ | 44.72 | 36.79 | 23.16 | - |
| YUV | 164.55 | 103.99 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 141 | 122 | 0 | 0.38 | 0.46 | 0.11 | 10.86 | 0.65 | 0.68 |
| Hex | E3 | 8D | 7A | 0 | 26 | 2E | B | B | 41 | 44 |
| Octal | 343 | 215 | 172 | 0 | 46 | 56 | 13 | 13 | 101 | 104 |
| Binary | 11100011 | 10001101 | 1111010 | 0 | 100110 | 101110 | 1011 | 1011 | 1000001 | 1000100 |
Color Harmonies of #E38D7A
Complementary color
Monochromatic Colors of #E38D7A
Black with #E38D7A
Text Example
Text Example
White with #E38D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38D7A; }
p { color: rgb(227,141,122); }
H1.HeaderClassName
{
color: #E38D7A;
}
.AnyTagClassName
{
color: #E38D7A;
}
</style>
background-color css
<style>
a { background-color: #E38D7A; }
a { background-color: rgb(227,141,122); }
div.DivClassName
{
background-color: #E38D7A;
}
.BgClassName
{
background-color: #E38D7A;
}
</style>
border-color css
<style>
span { border-color: #E38D7A; }
span { border-color: rgb(227,141,122); }
td.TdClassName
{
border-color: #E38D7A;
}
.TagClassName
{
border-color: #E38D7A;
}
</style>