Shades of Dark Salmon #EA9E73
Tints of Dark Salmon #EA9E73
RGB
CMYK
RGB Variations
Color information
#EA9E73 (or 0xEA9E73) is known color: Dark Salmon. HEX triplet: EA, 9E and 73. RGB value is (234,158,115). Sum of RGB (Red+Green+Blue) = 234+158+115=507 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.15% from 507); Green value is 158 (62.11% from 255 or 31.16% from 507); Blue value is 115 (45.31% from 255 or 22.68% from 507); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9E73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9E73 is #15618C. Grayscale: #B0B0B0. Windows color (decimal): -1401229 or 7577322. OLE color: 7577322.
HSL color Cylindrical-coordinate representation of color #EA9E73: hue angle of 21.68º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EA9E73 is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 158 | 115 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.08 |
| HSL | 21.68º | 0.74% | 0.68% | - |
| HSV(B) | 21.68º | 0.51% | 0.92% | - |
| XYZ | 49.25 | 43.18 | 21.96 | - |
| YUV | 175.82 | 93.68 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 158 | 115 | 0 | 0.32 | 0.51 | 0.08 | 21.68 | 0.74 | 0.68 |
| Hex | EA | 9E | 73 | 0 | 20 | 33 | 8 | 16 | 4A | 44 |
| Octal | 352 | 236 | 163 | 0 | 40 | 63 | 10 | 26 | 112 | 104 |
| Binary | 11101010 | 10011110 | 1110011 | 0 | 100000 | 110011 | 1000 | 10110 | 1001010 | 1000100 |
Color Harmonies of #EA9E73
Complementary color
Monochromatic Colors of #EA9E73
Black with #EA9E73
Text Example
Text Example
White with #EA9E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9E73; }
p { color: rgb(234,158,115); }
H1.HeaderClassName
{
color: #EA9E73;
}
.AnyTagClassName
{
color: #EA9E73;
}
</style>
background-color css
<style>
a { background-color: #EA9E73; }
a { background-color: rgb(234,158,115); }
div.DivClassName
{
background-color: #EA9E73;
}
.BgClassName
{
background-color: #EA9E73;
}
</style>
border-color css
<style>
span { border-color: #EA9E73; }
span { border-color: rgb(234,158,115); }
td.TdClassName
{
border-color: #EA9E73;
}
.TagClassName
{
border-color: #EA9E73;
}
</style>