Shades of Dark Salmon #EF9972
Tints of Dark Salmon #EF9972
RGB
CMYK
RGB Variations
Color information
#EF9972 (or 0xEF9972) is known color: Dark Salmon. HEX triplet: EF, 99 and 72. RGB value is (239,153,114). Sum of RGB (Red+Green+Blue) = 239+153+114=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 153 (60.16% from 255 or 30.24% from 506); Blue value is 114 (44.92% from 255 or 22.53% from 506); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9972 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9972 is #10668D. Grayscale: #AEAEAE. Windows color (decimal): -1074830 or 7510511. OLE color: 7510511.
HSL color Cylindrical-coordinate representation of color #EF9972: hue angle of 18.72º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EF9972 is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 153 | 114 | - |
| CMYK | 0 | 0.36 | 0.52 | 0.06 |
| HSL | 18.72º | 0.8% | 0.69% | - |
| HSV(B) | 18.72º | 0.52% | 0.94% | - |
| XYZ | 50.03 | 42.35 | 21.46 | - |
| YUV | 174.27 | 93.99 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 153 | 114 | 0 | 0.36 | 0.52 | 0.06 | 18.72 | 0.8 | 0.69 |
| Hex | EF | 99 | 72 | 0 | 24 | 34 | 6 | 13 | 50 | 45 |
| Octal | 357 | 231 | 162 | 0 | 44 | 64 | 6 | 23 | 120 | 105 |
| Binary | 11101111 | 10011001 | 1110010 | 0 | 100100 | 110100 | 110 | 10011 | 1010000 | 1000101 |
Color Harmonies of #EF9972
Complementary color
Monochromatic Colors of #EF9972
Black with #EF9972
Text Example
Text Example
White with #EF9972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9972; }
p { color: rgb(239,153,114); }
H1.HeaderClassName
{
color: #EF9972;
}
.AnyTagClassName
{
color: #EF9972;
}
</style>
background-color css
<style>
a { background-color: #EF9972; }
a { background-color: rgb(239,153,114); }
div.DivClassName
{
background-color: #EF9972;
}
.BgClassName
{
background-color: #EF9972;
}
</style>
border-color css
<style>
span { border-color: #EF9972; }
span { border-color: rgb(239,153,114); }
td.TdClassName
{
border-color: #EF9972;
}
.TagClassName
{
border-color: #EF9972;
}
</style>