Shades of Dark Salmon #EF9971
Tints of Dark Salmon #EF9971
RGB
CMYK
RGB Variations
Color information
#EF9971 (or 0xEF9971) is known color: Dark Salmon. HEX triplet: EF, 99 and 71. RGB value is (239,153,113). Sum of RGB (Red+Green+Blue) = 239+153+113=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 153 (60.16% from 255 or 30.30% from 505); Blue value is 113 (44.53% from 255 or 22.38% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9971 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9971 is #10668E. Grayscale: #AEAEAE. Windows color (decimal): -1074831 or 7444975. OLE color: 7444975.
HSL color Cylindrical-coordinate representation of color #EF9971: hue angle of 19.05º 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 #EF9971 is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 153 | 113 | - |
| CMYK | 0 | 0.36 | 0.53 | 0.06 |
| HSL | 19.05º | 0.8% | 0.69% | - |
| HSV(B) | 19.05º | 0.53% | 0.94% | - |
| XYZ | 49.97 | 42.33 | 21.16 | - |
| YUV | 174.15 | 93.49 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 153 | 113 | 0 | 0.36 | 0.53 | 0.06 | 19.05 | 0.8 | 0.69 |
| Hex | EF | 99 | 71 | 0 | 24 | 35 | 6 | 13 | 50 | 45 |
| Octal | 357 | 231 | 161 | 0 | 44 | 65 | 6 | 23 | 120 | 105 |
| Binary | 11101111 | 10011001 | 1110001 | 0 | 100100 | 110101 | 110 | 10011 | 1010000 | 1000101 |
Color Harmonies of #EF9971
Complementary color
Monochromatic Colors of #EF9971
Black with #EF9971
Text Example
Text Example
White with #EF9971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9971; }
p { color: rgb(239,153,113); }
H1.HeaderClassName
{
color: #EF9971;
}
.AnyTagClassName
{
color: #EF9971;
}
</style>
background-color css
<style>
a { background-color: #EF9971; }
a { background-color: rgb(239,153,113); }
div.DivClassName
{
background-color: #EF9971;
}
.BgClassName
{
background-color: #EF9971;
}
</style>
border-color css
<style>
span { border-color: #EF9971; }
span { border-color: rgb(239,153,113); }
td.TdClassName
{
border-color: #EF9971;
}
.TagClassName
{
border-color: #EF9971;
}
</style>