Shades of Dark Salmon #EF9A71
Tints of Dark Salmon #EF9A71
RGB
CMYK
RGB Variations
Color information
#EF9A71 (or 0xEF9A71) is known color: Dark Salmon. HEX triplet: EF, 9A and 71. RGB value is (239,154,113). Sum of RGB (Red+Green+Blue) = 239+154+113=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 154 (60.55% from 255 or 30.43% from 506); Blue value is 113 (44.53% from 255 or 22.33% from 506); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9A71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9A71 is #10658E. Grayscale: #AEAEAE. Windows color (decimal): -1074575 or 7445231. OLE color: 7445231.
HSL color Cylindrical-coordinate representation of color #EF9A71: hue angle of 19.52º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EF9A71 is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 154 | 113 | - |
| CMYK | 0 | 0.36 | 0.53 | 0.06 |
| HSL | 19.52º | 0.8% | 0.69% | - |
| HSV(B) | 19.52º | 0.53% | 0.94% | - |
| XYZ | 50.13 | 42.65 | 21.21 | - |
| YUV | 174.74 | 93.16 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 154 | 113 | 0 | 0.36 | 0.53 | 0.06 | 19.52 | 0.8 | 0.69 |
| Hex | EF | 9A | 71 | 0 | 24 | 35 | 6 | 14 | 50 | 45 |
| Octal | 357 | 232 | 161 | 0 | 44 | 65 | 6 | 24 | 120 | 105 |
| Binary | 11101111 | 10011010 | 1110001 | 0 | 100100 | 110101 | 110 | 10100 | 1010000 | 1000101 |
Color Harmonies of #EF9A71
Complementary color
Monochromatic Colors of #EF9A71
Black with #EF9A71
Text Example
Text Example
White with #EF9A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9A71; }
p { color: rgb(239,154,113); }
H1.HeaderClassName
{
color: #EF9A71;
}
.AnyTagClassName
{
color: #EF9A71;
}
</style>
background-color css
<style>
a { background-color: #EF9A71; }
a { background-color: rgb(239,154,113); }
div.DivClassName
{
background-color: #EF9A71;
}
.BgClassName
{
background-color: #EF9A71;
}
</style>
border-color css
<style>
span { border-color: #EF9A71; }
span { border-color: rgb(239,154,113); }
td.TdClassName
{
border-color: #EF9A71;
}
.TagClassName
{
border-color: #EF9A71;
}
</style>