Shades of Dark Salmon #EA957C
Tints of Dark Salmon #EA957C
RGB
CMYK
RGB Variations
Color information
#EA957C (or 0xEA957C) is known color: Dark Salmon. HEX triplet: EA, 95 and 7C. RGB value is (234,149,124). Sum of RGB (Red+Green+Blue) = 234+149+124=507 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.15% from 507); Green value is 149 (58.59% from 255 or 29.39% from 507); Blue value is 124 (48.83% from 255 or 24.46% from 507); Max value from RGB is 234 - color contains mainly: red. Hex color #EA957C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA957C is #156A83. Grayscale: #ABABAB. Windows color (decimal): -1403524 or 8164842. OLE color: 8164842.
HSL color Cylindrical-coordinate representation of color #EA957C: hue angle of 13.64º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EA957C is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 149 | 124 | - |
| CMYK | 0 | 0.36 | 0.47 | 0.08 |
| HSL | 13.64º | 0.72% | 0.7% | - |
| HSV(B) | 13.64º | 0.47% | 0.92% | - |
| XYZ | 48.32 | 40.44 | 24.33 | - |
| YUV | 171.57 | 101.16 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 149 | 124 | 0 | 0.36 | 0.47 | 0.08 | 13.64 | 0.72 | 0.7 |
| Hex | EA | 95 | 7C | 0 | 24 | 2F | 8 | E | 48 | 46 |
| Octal | 352 | 225 | 174 | 0 | 44 | 57 | 10 | 16 | 110 | 106 |
| Binary | 11101010 | 10010101 | 1111100 | 0 | 100100 | 101111 | 1000 | 1110 | 1001000 | 1000110 |
Color Harmonies of #EA957C
Complementary color
Monochromatic Colors of #EA957C
Black with #EA957C
Text Example
Text Example
White with #EA957C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA957C; }
p { color: rgb(234,149,124); }
H1.HeaderClassName
{
color: #EA957C;
}
.AnyTagClassName
{
color: #EA957C;
}
</style>
background-color css
<style>
a { background-color: #EA957C; }
a { background-color: rgb(234,149,124); }
div.DivClassName
{
background-color: #EA957C;
}
.BgClassName
{
background-color: #EA957C;
}
</style>
border-color css
<style>
span { border-color: #EA957C; }
span { border-color: rgb(234,149,124); }
td.TdClassName
{
border-color: #EA957C;
}
.TagClassName
{
border-color: #EA957C;
}
</style>