Shades of Dark Salmon #EF9C72
Tints of Dark Salmon #EF9C72
RGB
CMYK
RGB Variations
Color information
#EF9C72 (or 0xEF9C72) is known color: Dark Salmon. HEX triplet: EF, 9C and 72. RGB value is (239,156,114). Sum of RGB (Red+Green+Blue) = 239+156+114=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 156 (61.33% from 255 or 30.65% from 509); Blue value is 114 (44.92% from 255 or 22.40% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9C72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9C72 is #10638D. Grayscale: #B0B0B0. Windows color (decimal): -1074062 or 7511279. OLE color: 7511279.
HSL color Cylindrical-coordinate representation of color #EF9C72: hue angle of 20.16º 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 #EF9C72 is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 156 | 114 | - |
| CMYK | 0 | 0.35 | 0.52 | 0.06 |
| HSL | 20.16º | 0.8% | 0.69% | - |
| HSV(B) | 20.16º | 0.52% | 0.94% | - |
| XYZ | 50.52 | 43.34 | 21.62 | - |
| YUV | 176.03 | 93 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 156 | 114 | 0 | 0.35 | 0.52 | 0.06 | 20.16 | 0.8 | 0.69 |
| Hex | EF | 9C | 72 | 0 | 23 | 34 | 6 | 14 | 50 | 45 |
| Octal | 357 | 234 | 162 | 0 | 43 | 64 | 6 | 24 | 120 | 105 |
| Binary | 11101111 | 10011100 | 1110010 | 0 | 100011 | 110100 | 110 | 10100 | 1010000 | 1000101 |
Color Harmonies of #EF9C72
Complementary color
Monochromatic Colors of #EF9C72
Black with #EF9C72
Text Example
Text Example
White with #EF9C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9C72; }
p { color: rgb(239,156,114); }
H1.HeaderClassName
{
color: #EF9C72;
}
.AnyTagClassName
{
color: #EF9C72;
}
</style>
background-color css
<style>
a { background-color: #EF9C72; }
a { background-color: rgb(239,156,114); }
div.DivClassName
{
background-color: #EF9C72;
}
.BgClassName
{
background-color: #EF9C72;
}
</style>
border-color css
<style>
span { border-color: #EF9C72; }
span { border-color: rgb(239,156,114); }
td.TdClassName
{
border-color: #EF9C72;
}
.TagClassName
{
border-color: #EF9C72;
}
</style>