Shades of Dark Salmon #EA9F70
Tints of Dark Salmon #EA9F70
RGB
CMYK
RGB Variations
Color information
#EA9F70 (or 0xEA9F70) is known color: Dark Salmon. HEX triplet: EA, 9F and 70. RGB value is (234,159,112). Sum of RGB (Red+Green+Blue) = 234+159+112=505 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.34% from 505); Green value is 159 (62.5% from 255 or 31.49% from 505); Blue value is 112 (44.14% from 255 or 22.18% from 505); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9F70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9F70 is #15608F. Grayscale: #B0B0B0. Windows color (decimal): -1400976 or 7380970. OLE color: 7380970.
HSL color Cylindrical-coordinate representation of color #EA9F70: hue angle of 23.11º 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 #EA9F70 is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 159 | 112 | - |
| CMYK | 0 | 0.32 | 0.52 | 0.08 |
| HSL | 23.11º | 0.74% | 0.68% | - |
| HSV(B) | 23.11º | 0.52% | 0.92% | - |
| XYZ | 49.25 | 43.46 | 21.12 | - |
| YUV | 176.07 | 91.85 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 159 | 112 | 0 | 0.32 | 0.52 | 0.08 | 23.11 | 0.74 | 0.68 |
| Hex | EA | 9F | 70 | 0 | 20 | 34 | 8 | 17 | 4A | 44 |
| Octal | 352 | 237 | 160 | 0 | 40 | 64 | 10 | 27 | 112 | 104 |
| Binary | 11101010 | 10011111 | 1110000 | 0 | 100000 | 110100 | 1000 | 10111 | 1001010 | 1000100 |
Color Harmonies of #EA9F70
Complementary color
Monochromatic Colors of #EA9F70
Black with #EA9F70
Text Example
Text Example
White with #EA9F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9F70; }
p { color: rgb(234,159,112); }
H1.HeaderClassName
{
color: #EA9F70;
}
.AnyTagClassName
{
color: #EA9F70;
}
</style>
background-color css
<style>
a { background-color: #EA9F70; }
a { background-color: rgb(234,159,112); }
div.DivClassName
{
background-color: #EA9F70;
}
.BgClassName
{
background-color: #EA9F70;
}
</style>
border-color css
<style>
span { border-color: #EA9F70; }
span { border-color: rgb(234,159,112); }
td.TdClassName
{
border-color: #EA9F70;
}
.TagClassName
{
border-color: #EA9F70;
}
</style>