Shades of Dark Salmon #EA9582
Tints of Dark Salmon #EA9582
RGB
CMYK
RGB Variations
Color information
#EA9582 (or 0xEA9582) is known color: Dark Salmon. HEX triplet: EA, 95 and 82. RGB value is (234,149,130). Sum of RGB (Red+Green+Blue) = 234+149+130=513 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.61% from 513); Green value is 149 (58.59% from 255 or 29.04% from 513); Blue value is 130 (51.17% from 255 or 25.34% from 513); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9582 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9582 is #156A7D. Grayscale: #ACACAC. Windows color (decimal): -1403518 or 8558058. OLE color: 8558058.
HSL color Cylindrical-coordinate representation of color #EA9582: hue angle of 10.96º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EA9582 is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 149 | 130 | - |
| CMYK | 0 | 0.36 | 0.44 | 0.08 |
| HSL | 10.96º | 0.71% | 0.71% | - |
| HSV(B) | 10.96º | 0.44% | 0.92% | - |
| XYZ | 48.71 | 40.6 | 26.39 | - |
| YUV | 172.25 | 104.16 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 149 | 130 | 0 | 0.36 | 0.44 | 0.08 | 10.96 | 0.71 | 0.71 |
| Hex | EA | 95 | 82 | 0 | 24 | 2C | 8 | B | 47 | 47 |
| Octal | 352 | 225 | 202 | 0 | 44 | 54 | 10 | 13 | 107 | 107 |
| Binary | 11101010 | 10010101 | 10000010 | 0 | 100100 | 101100 | 1000 | 1011 | 1000111 | 1000111 |
Color Harmonies of #EA9582
Complementary color
Monochromatic Colors of #EA9582
Black with #EA9582
Text Example
Text Example
White with #EA9582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9582; }
p { color: rgb(234,149,130); }
H1.HeaderClassName
{
color: #EA9582;
}
.AnyTagClassName
{
color: #EA9582;
}
</style>
background-color css
<style>
a { background-color: #EA9582; }
a { background-color: rgb(234,149,130); }
div.DivClassName
{
background-color: #EA9582;
}
.BgClassName
{
background-color: #EA9582;
}
</style>
border-color css
<style>
span { border-color: #EA9582; }
span { border-color: rgb(234,149,130); }
td.TdClassName
{
border-color: #EA9582;
}
.TagClassName
{
border-color: #EA9582;
}
</style>