Shades of Dark Salmon #EA9E7E
Tints of Dark Salmon #EA9E7E
RGB
CMYK
RGB Variations
Color information
#EA9E7E (or 0xEA9E7E) is known color: Dark Salmon. HEX triplet: EA, 9E and 7E. RGB value is (234,158,126). Sum of RGB (Red+Green+Blue) = 234+158+126=518 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.17% from 518); Green value is 158 (62.11% from 255 or 30.50% from 518); Blue value is 126 (49.61% from 255 or 24.32% from 518); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9E7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9E7E is #156181. Grayscale: #B1B1B1. Windows color (decimal): -1401218 or 8298218. OLE color: 8298218.
HSL color Cylindrical-coordinate representation of color #EA9E7E: hue angle of 17.78º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EA9E7E is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 158 | 126 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.08 |
| HSL | 17.78º | 0.72% | 0.71% | - |
| HSV(B) | 17.78º | 0.46% | 0.92% | - |
| XYZ | 49.92 | 43.45 | 25.49 | - |
| YUV | 177.08 | 99.18 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 158 | 126 | 0 | 0.32 | 0.46 | 0.08 | 17.78 | 0.72 | 0.71 |
| Hex | EA | 9E | 7E | 0 | 20 | 2E | 8 | 12 | 48 | 47 |
| Octal | 352 | 236 | 176 | 0 | 40 | 56 | 10 | 22 | 110 | 107 |
| Binary | 11101010 | 10011110 | 1111110 | 0 | 100000 | 101110 | 1000 | 10010 | 1001000 | 1000111 |
Color Harmonies of #EA9E7E
Complementary color
Monochromatic Colors of #EA9E7E
Black with #EA9E7E
Text Example
Text Example
White with #EA9E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9E7E; }
p { color: rgb(234,158,126); }
H1.HeaderClassName
{
color: #EA9E7E;
}
.AnyTagClassName
{
color: #EA9E7E;
}
</style>
background-color css
<style>
a { background-color: #EA9E7E; }
a { background-color: rgb(234,158,126); }
div.DivClassName
{
background-color: #EA9E7E;
}
.BgClassName
{
background-color: #EA9E7E;
}
</style>
border-color css
<style>
span { border-color: #EA9E7E; }
span { border-color: rgb(234,158,126); }
td.TdClassName
{
border-color: #EA9E7E;
}
.TagClassName
{
border-color: #EA9E7E;
}
</style>