Shades of Dark Salmon #EA9170
Tints of Dark Salmon #EA9170
RGB
CMYK
RGB Variations
Color information
#EA9170 (or 0xEA9170) is known color: Dark Salmon. HEX triplet: EA, 91 and 70. RGB value is (234,145,112). Sum of RGB (Red+Green+Blue) = 234+145+112=491 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.66% from 491); Green value is 145 (57.03% from 255 or 29.53% from 491); Blue value is 112 (44.14% from 255 or 22.81% from 491); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9170 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9170 is #156E8F. Grayscale: #A8A8A8. Windows color (decimal): -1404560 or 7377386. OLE color: 7377386.
HSL color Cylindrical-coordinate representation of color #EA9170: hue angle of 16.23º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EA9170 is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 145 | 112 | - |
| CMYK | 0 | 0.38 | 0.52 | 0.08 |
| HSL | 16.23º | 0.74% | 0.68% | - |
| HSV(B) | 16.23º | 0.52% | 0.92% | - |
| XYZ | 46.98 | 38.91 | 20.36 | - |
| YUV | 167.85 | 96.49 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 145 | 112 | 0 | 0.38 | 0.52 | 0.08 | 16.23 | 0.74 | 0.68 |
| Hex | EA | 91 | 70 | 0 | 26 | 34 | 8 | 10 | 4A | 44 |
| Octal | 352 | 221 | 160 | 0 | 46 | 64 | 10 | 20 | 112 | 104 |
| Binary | 11101010 | 10010001 | 1110000 | 0 | 100110 | 110100 | 1000 | 10000 | 1001010 | 1000100 |
Color Harmonies of #EA9170
Complementary color
Monochromatic Colors of #EA9170
Black with #EA9170
Text Example
Text Example
White with #EA9170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9170; }
p { color: rgb(234,145,112); }
H1.HeaderClassName
{
color: #EA9170;
}
.AnyTagClassName
{
color: #EA9170;
}
</style>
background-color css
<style>
a { background-color: #EA9170; }
a { background-color: rgb(234,145,112); }
div.DivClassName
{
background-color: #EA9170;
}
.BgClassName
{
background-color: #EA9170;
}
</style>
border-color css
<style>
span { border-color: #EA9170; }
span { border-color: rgb(234,145,112); }
td.TdClassName
{
border-color: #EA9170;
}
.TagClassName
{
border-color: #EA9170;
}
</style>