Shades of Dark Salmon #EA957A
Tints of Dark Salmon #EA957A
RGB
CMYK
RGB Variations
Color information
#EA957A (or 0xEA957A) is known color: Dark Salmon. HEX triplet: EA, 95 and 7A. RGB value is (234,149,122). Sum of RGB (Red+Green+Blue) = 234+149+122=505 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.34% from 505); Green value is 149 (58.59% from 255 or 29.50% from 505); Blue value is 122 (48.05% from 255 or 24.16% from 505); Max value from RGB is 234 - color contains mainly: red. Hex color #EA957A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA957A is #156A85. Grayscale: #ABABAB. Windows color (decimal): -1403526 or 8033770. OLE color: 8033770.
HSL color Cylindrical-coordinate representation of color #EA957A: hue angle of 14.46º 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 #EA957A is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 149 | 122 | - |
| CMYK | 0 | 0.36 | 0.48 | 0.08 |
| HSL | 14.46º | 0.73% | 0.7% | - |
| HSV(B) | 14.46º | 0.48% | 0.92% | - |
| XYZ | 48.19 | 40.39 | 23.67 | - |
| YUV | 171.34 | 100.16 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 149 | 122 | 0 | 0.36 | 0.48 | 0.08 | 14.46 | 0.73 | 0.7 |
| Hex | EA | 95 | 7A | 0 | 24 | 30 | 8 | E | 49 | 46 |
| Octal | 352 | 225 | 172 | 0 | 44 | 60 | 10 | 16 | 111 | 106 |
| Binary | 11101010 | 10010101 | 1111010 | 0 | 100100 | 110000 | 1000 | 1110 | 1001001 | 1000110 |
Color Harmonies of #EA957A
Complementary color
Monochromatic Colors of #EA957A
Black with #EA957A
Text Example
Text Example
White with #EA957A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA957A; }
p { color: rgb(234,149,122); }
H1.HeaderClassName
{
color: #EA957A;
}
.AnyTagClassName
{
color: #EA957A;
}
</style>
background-color css
<style>
a { background-color: #EA957A; }
a { background-color: rgb(234,149,122); }
div.DivClassName
{
background-color: #EA957A;
}
.BgClassName
{
background-color: #EA957A;
}
</style>
border-color css
<style>
span { border-color: #EA957A; }
span { border-color: rgb(234,149,122); }
td.TdClassName
{
border-color: #EA957A;
}
.TagClassName
{
border-color: #EA957A;
}
</style>