Shades of Dark Salmon #EA9F7A
Tints of Dark Salmon #EA9F7A
RGB
CMYK
RGB Variations
Color information
#EA9F7A (or 0xEA9F7A) is known color: Dark Salmon. HEX triplet: EA, 9F and 7A. RGB value is (234,159,122). Sum of RGB (Red+Green+Blue) = 234+159+122=515 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.44% from 515); Green value is 159 (62.5% from 255 or 30.87% from 515); Blue value is 122 (48.05% from 255 or 23.69% from 515); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9F7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9F7A is #156085. Grayscale: #B1B1B1. Windows color (decimal): -1400966 or 8036330. OLE color: 8036330.
HSL color Cylindrical-coordinate representation of color #EA9F7A: hue angle of 19.82º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EA9F7A is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 159 | 122 | - |
| CMYK | 0 | 0.32 | 0.48 | 0.08 |
| HSL | 19.82º | 0.73% | 0.7% | - |
| HSV(B) | 19.82º | 0.48% | 0.92% | - |
| XYZ | 49.84 | 43.69 | 24.22 | - |
| YUV | 177.21 | 96.85 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 159 | 122 | 0 | 0.32 | 0.48 | 0.08 | 19.82 | 0.73 | 0.7 |
| Hex | EA | 9F | 7A | 0 | 20 | 30 | 8 | 14 | 49 | 46 |
| Octal | 352 | 237 | 172 | 0 | 40 | 60 | 10 | 24 | 111 | 106 |
| Binary | 11101010 | 10011111 | 1111010 | 0 | 100000 | 110000 | 1000 | 10100 | 1001001 | 1000110 |
Color Harmonies of #EA9F7A
Complementary color
Monochromatic Colors of #EA9F7A
Black with #EA9F7A
Text Example
Text Example
White with #EA9F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9F7A; }
p { color: rgb(234,159,122); }
H1.HeaderClassName
{
color: #EA9F7A;
}
.AnyTagClassName
{
color: #EA9F7A;
}
</style>
background-color css
<style>
a { background-color: #EA9F7A; }
a { background-color: rgb(234,159,122); }
div.DivClassName
{
background-color: #EA9F7A;
}
.BgClassName
{
background-color: #EA9F7A;
}
</style>
border-color css
<style>
span { border-color: #EA9F7A; }
span { border-color: rgb(234,159,122); }
td.TdClassName
{
border-color: #EA9F7A;
}
.TagClassName
{
border-color: #EA9F7A;
}
</style>