Shades of Dark Salmon #EA9A7E
Tints of Dark Salmon #EA9A7E
RGB
CMYK
RGB Variations
Color information
#EA9A7E (or 0xEA9A7E) is known color: Dark Salmon. HEX triplet: EA, 9A and 7E. RGB value is (234,154,126). Sum of RGB (Red+Green+Blue) = 234+154+126=514 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.53% from 514); Green value is 154 (60.55% from 255 or 29.96% from 514); Blue value is 126 (49.61% from 255 or 24.51% from 514); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9A7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9A7E is #156581. Grayscale: #AEAEAE. Windows color (decimal): -1402242 or 8297194. OLE color: 8297194.
HSL color Cylindrical-coordinate representation of color #EA9A7E: hue angle of 15.56º 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 #EA9A7E is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 154 | 126 | - |
| CMYK | 0 | 0.34 | 0.46 | 0.08 |
| HSL | 15.56º | 0.72% | 0.71% | - |
| HSV(B) | 15.56º | 0.46% | 0.92% | - |
| XYZ | 49.25 | 42.11 | 25.27 | - |
| YUV | 174.73 | 100.5 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 154 | 126 | 0 | 0.34 | 0.46 | 0.08 | 15.56 | 0.72 | 0.71 |
| Hex | EA | 9A | 7E | 0 | 22 | 2E | 8 | 10 | 48 | 47 |
| Octal | 352 | 232 | 176 | 0 | 42 | 56 | 10 | 20 | 110 | 107 |
| Binary | 11101010 | 10011010 | 1111110 | 0 | 100010 | 101110 | 1000 | 10000 | 1001000 | 1000111 |
Color Harmonies of #EA9A7E
Complementary color
Monochromatic Colors of #EA9A7E
Black with #EA9A7E
Text Example
Text Example
White with #EA9A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9A7E; }
p { color: rgb(234,154,126); }
H1.HeaderClassName
{
color: #EA9A7E;
}
.AnyTagClassName
{
color: #EA9A7E;
}
</style>
background-color css
<style>
a { background-color: #EA9A7E; }
a { background-color: rgb(234,154,126); }
div.DivClassName
{
background-color: #EA9A7E;
}
.BgClassName
{
background-color: #EA9A7E;
}
</style>
border-color css
<style>
span { border-color: #EA9A7E; }
span { border-color: rgb(234,154,126); }
td.TdClassName
{
border-color: #EA9A7E;
}
.TagClassName
{
border-color: #EA9A7E;
}
</style>