Shades of Dark Salmon #EA917B
Tints of Dark Salmon #EA917B
RGB
CMYK
RGB Variations
Color information
#EA917B (or 0xEA917B) is known color: Dark Salmon. HEX triplet: EA, 91 and 7B. RGB value is (234,145,123). Sum of RGB (Red+Green+Blue) = 234+145+123=502 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.61% from 502); Green value is 145 (57.03% from 255 or 28.88% from 502); Blue value is 123 (48.44% from 255 or 24.50% from 502); Max value from RGB is 234 - color contains mainly: red. Hex color #EA917B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA917B is #156E84. Grayscale: #A9A9A9. Windows color (decimal): -1404549 or 8098282. OLE color: 8098282.
HSL color Cylindrical-coordinate representation of color #EA917B: hue angle of 11.89º degrees, saturation: 0.73, 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 #EA917B is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 145 | 123 | - |
| CMYK | 0 | 0.38 | 0.47 | 0.08 |
| HSL | 11.89º | 0.73% | 0.7% | - |
| HSV(B) | 11.89º | 0.47% | 0.92% | - |
| XYZ | 47.63 | 39.17 | 23.79 | - |
| YUV | 169.1 | 101.99 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 145 | 123 | 0 | 0.38 | 0.47 | 0.08 | 11.89 | 0.73 | 0.7 |
| Hex | EA | 91 | 7B | 0 | 26 | 2F | 8 | C | 49 | 46 |
| Octal | 352 | 221 | 173 | 0 | 46 | 57 | 10 | 14 | 111 | 106 |
| Binary | 11101010 | 10010001 | 1111011 | 0 | 100110 | 101111 | 1000 | 1100 | 1001001 | 1000110 |
Color Harmonies of #EA917B
Complementary color
Monochromatic Colors of #EA917B
Black with #EA917B
Text Example
Text Example
White with #EA917B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA917B; }
p { color: rgb(234,145,123); }
H1.HeaderClassName
{
color: #EA917B;
}
.AnyTagClassName
{
color: #EA917B;
}
</style>
background-color css
<style>
a { background-color: #EA917B; }
a { background-color: rgb(234,145,123); }
div.DivClassName
{
background-color: #EA917B;
}
.BgClassName
{
background-color: #EA917B;
}
</style>
border-color css
<style>
span { border-color: #EA917B; }
span { border-color: rgb(234,145,123); }
td.TdClassName
{
border-color: #EA917B;
}
.TagClassName
{
border-color: #EA917B;
}
</style>