Shades of Dark Salmon #EA9873
Tints of Dark Salmon #EA9873
RGB
CMYK
RGB Variations
Color information
#EA9873 (or 0xEA9873) is known color: Dark Salmon. HEX triplet: EA, 98 and 73. RGB value is (234,152,115). Sum of RGB (Red+Green+Blue) = 234+152+115=501 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.71% from 501); Green value is 152 (59.77% from 255 or 30.34% from 501); Blue value is 115 (45.31% from 255 or 22.95% from 501); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9873 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9873 is #15678C. Grayscale: #ACACAC. Windows color (decimal): -1402765 or 7575786. OLE color: 7575786.
HSL color Cylindrical-coordinate representation of color #EA9873: hue angle of 18.66º 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 #EA9873 is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 152 | 115 | - |
| CMYK | 0 | 0.35 | 0.51 | 0.08 |
| HSL | 18.66º | 0.74% | 0.68% | - |
| HSV(B) | 18.66º | 0.51% | 0.92% | - |
| XYZ | 48.25 | 41.19 | 21.63 | - |
| YUV | 172.3 | 95.67 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 152 | 115 | 0 | 0.35 | 0.51 | 0.08 | 18.66 | 0.74 | 0.68 |
| Hex | EA | 98 | 73 | 0 | 23 | 33 | 8 | 13 | 4A | 44 |
| Octal | 352 | 230 | 163 | 0 | 43 | 63 | 10 | 23 | 112 | 104 |
| Binary | 11101010 | 10011000 | 1110011 | 0 | 100011 | 110011 | 1000 | 10011 | 1001010 | 1000100 |
Color Harmonies of #EA9873
Complementary color
Monochromatic Colors of #EA9873
Black with #EA9873
Text Example
Text Example
White with #EA9873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9873; }
p { color: rgb(234,152,115); }
H1.HeaderClassName
{
color: #EA9873;
}
.AnyTagClassName
{
color: #EA9873;
}
</style>
background-color css
<style>
a { background-color: #EA9873; }
a { background-color: rgb(234,152,115); }
div.DivClassName
{
background-color: #EA9873;
}
.BgClassName
{
background-color: #EA9873;
}
</style>
border-color css
<style>
span { border-color: #EA9873; }
span { border-color: rgb(234,152,115); }
td.TdClassName
{
border-color: #EA9873;
}
.TagClassName
{
border-color: #EA9873;
}
</style>