Shades of Dark Salmon #E38F70
Tints of Dark Salmon #E38F70
RGB
CMYK
RGB Variations
Color information
#E38F70 (or 0xE38F70) is known color: Dark Salmon. HEX triplet: E3, 8F and 70. RGB value is (227,143,112). Sum of RGB (Red+Green+Blue) = 227+143+112=482 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.10% from 482); Green value is 143 (56.25% from 255 or 29.67% from 482); Blue value is 112 (44.14% from 255 or 23.24% from 482); Max value from RGB is 227 - color contains mainly: red. Hex color #E38F70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38F70 is #1C708F. Grayscale: #A4A4A4. Windows color (decimal): -1863824 or 7376867. OLE color: 7376867.
HSL color Cylindrical-coordinate representation of color #E38F70: hue angle of 16.17º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E38F70 is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 143 | 112 | - |
| CMYK | 0 | 0.37 | 0.51 | 0.11 |
| HSL | 16.17º | 0.67% | 0.66% | - |
| HSV(B) | 16.17º | 0.51% | 0.89% | - |
| XYZ | 44.43 | 37.15 | 20.16 | - |
| YUV | 164.58 | 98.33 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 143 | 112 | 0 | 0.37 | 0.51 | 0.11 | 16.17 | 0.67 | 0.66 |
| Hex | E3 | 8F | 70 | 0 | 25 | 33 | B | 10 | 43 | 42 |
| Octal | 343 | 217 | 160 | 0 | 45 | 63 | 13 | 20 | 103 | 102 |
| Binary | 11100011 | 10001111 | 1110000 | 0 | 100101 | 110011 | 1011 | 10000 | 1000011 | 1000010 |
Color Harmonies of #E38F70
Complementary color
Monochromatic Colors of #E38F70
Black with #E38F70
Text Example
Text Example
White with #E38F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38F70; }
p { color: rgb(227,143,112); }
H1.HeaderClassName
{
color: #E38F70;
}
.AnyTagClassName
{
color: #E38F70;
}
</style>
background-color css
<style>
a { background-color: #E38F70; }
a { background-color: rgb(227,143,112); }
div.DivClassName
{
background-color: #E38F70;
}
.BgClassName
{
background-color: #E38F70;
}
</style>
border-color css
<style>
span { border-color: #E38F70; }
span { border-color: rgb(227,143,112); }
td.TdClassName
{
border-color: #E38F70;
}
.TagClassName
{
border-color: #E38F70;
}
</style>