Shades of Dark Salmon #EA9F71
Tints of Dark Salmon #EA9F71
RGB
CMYK
RGB Variations
Color information
#EA9F71 (or 0xEA9F71) is known color: Dark Salmon. HEX triplet: EA, 9F and 71. RGB value is (234,159,113). Sum of RGB (Red+Green+Blue) = 234+159+113=506 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.25% from 506); Green value is 159 (62.5% from 255 or 31.42% from 506); Blue value is 113 (44.53% from 255 or 22.33% from 506); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9F71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9F71 is #15608E. Grayscale: #B0B0B0. Windows color (decimal): -1400975 or 7446506. OLE color: 7446506.
HSL color Cylindrical-coordinate representation of color #EA9F71: hue angle of 22.81º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EA9F71 is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 159 | 113 | - |
| CMYK | 0 | 0.32 | 0.52 | 0.08 |
| HSL | 22.81º | 0.74% | 0.68% | - |
| HSV(B) | 22.81º | 0.52% | 0.92% | - |
| XYZ | 49.31 | 43.48 | 21.42 | - |
| YUV | 176.18 | 92.35 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 159 | 113 | 0 | 0.32 | 0.52 | 0.08 | 22.81 | 0.74 | 0.68 |
| Hex | EA | 9F | 71 | 0 | 20 | 34 | 8 | 17 | 4A | 44 |
| Octal | 352 | 237 | 161 | 0 | 40 | 64 | 10 | 27 | 112 | 104 |
| Binary | 11101010 | 10011111 | 1110001 | 0 | 100000 | 110100 | 1000 | 10111 | 1001010 | 1000100 |
Color Harmonies of #EA9F71
Complementary color
Monochromatic Colors of #EA9F71
Black with #EA9F71
Text Example
Text Example
White with #EA9F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9F71; }
p { color: rgb(234,159,113); }
H1.HeaderClassName
{
color: #EA9F71;
}
.AnyTagClassName
{
color: #EA9F71;
}
</style>
background-color css
<style>
a { background-color: #EA9F71; }
a { background-color: rgb(234,159,113); }
div.DivClassName
{
background-color: #EA9F71;
}
.BgClassName
{
background-color: #EA9F71;
}
</style>
border-color css
<style>
span { border-color: #EA9F71; }
span { border-color: rgb(234,159,113); }
td.TdClassName
{
border-color: #EA9F71;
}
.TagClassName
{
border-color: #EA9F71;
}
</style>