Shades of Dark Salmon #E58C70
Tints of Dark Salmon #E58C70
RGB
CMYK
RGB Variations
Color information
#E58C70 (or 0xE58C70) is known color: Dark Salmon. HEX triplet: E5, 8C and 70. RGB value is (229,140,112). Sum of RGB (Red+Green+Blue) = 229+140+112=481 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.61% from 481); Green value is 140 (55.08% from 255 or 29.11% from 481); Blue value is 112 (44.14% from 255 or 23.28% from 481); Max value from RGB is 229 - color contains mainly: red. Hex color #E58C70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58C70 is #1A738F. Grayscale: #A3A3A3. Windows color (decimal): -1733520 or 7376101. OLE color: 7376101.
HSL color Cylindrical-coordinate representation of color #E58C70: hue angle of 14.36º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E58C70 is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 140 | 112 | - |
| CMYK | 0 | 0.39 | 0.51 | 0.10 |
| HSL | 14.36º | 0.69% | 0.67% | - |
| HSV(B) | 14.36º | 0.51% | 0.9% | - |
| XYZ | 44.62 | 36.58 | 20.04 | - |
| YUV | 163.42 | 98.99 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 140 | 112 | 0 | 0.39 | 0.51 | 0.10 | 14.36 | 0.69 | 0.67 |
| Hex | E5 | 8C | 70 | 0 | 27 | 33 | A | E | 45 | 43 |
| Octal | 345 | 214 | 160 | 0 | 47 | 63 | 12 | 16 | 105 | 103 |
| Binary | 11100101 | 10001100 | 1110000 | 0 | 100111 | 110011 | 1010 | 1110 | 1000101 | 1000011 |
Color Harmonies of #E58C70
Complementary color
Monochromatic Colors of #E58C70
Black with #E58C70
Text Example
Text Example
White with #E58C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58C70; }
p { color: rgb(229,140,112); }
H1.HeaderClassName
{
color: #E58C70;
}
.AnyTagClassName
{
color: #E58C70;
}
</style>
background-color css
<style>
a { background-color: #E58C70; }
a { background-color: rgb(229,140,112); }
div.DivClassName
{
background-color: #E58C70;
}
.BgClassName
{
background-color: #E58C70;
}
</style>
border-color css
<style>
span { border-color: #E58C70; }
span { border-color: rgb(229,140,112); }
td.TdClassName
{
border-color: #E58C70;
}
.TagClassName
{
border-color: #E58C70;
}
</style>