Shades of Dark Salmon #EF9872
Tints of Dark Salmon #EF9872
RGB
CMYK
RGB Variations
Color information
#EF9872 (or 0xEF9872) is known color: Dark Salmon. HEX triplet: EF, 98 and 72. RGB value is (239,152,114). Sum of RGB (Red+Green+Blue) = 239+152+114=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 152 (59.77% from 255 or 30.10% from 505); Blue value is 114 (44.92% from 255 or 22.57% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9872 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9872 is #10678D. Grayscale: #ADADAD. Windows color (decimal): -1075086 or 7510255. OLE color: 7510255.
HSL color Cylindrical-coordinate representation of color #EF9872: hue angle of 18.24º 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 #EF9872 is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 152 | 114 | - |
| CMYK | 0 | 0.36 | 0.52 | 0.06 |
| HSL | 18.24º | 0.8% | 0.69% | - |
| HSV(B) | 18.24º | 0.52% | 0.94% | - |
| XYZ | 49.86 | 42.02 | 21.4 | - |
| YUV | 173.68 | 94.32 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 152 | 114 | 0 | 0.36 | 0.52 | 0.06 | 18.24 | 0.8 | 0.69 |
| Hex | EF | 98 | 72 | 0 | 24 | 34 | 6 | 12 | 50 | 45 |
| Octal | 357 | 230 | 162 | 0 | 44 | 64 | 6 | 22 | 120 | 105 |
| Binary | 11101111 | 10011000 | 1110010 | 0 | 100100 | 110100 | 110 | 10010 | 1010000 | 1000101 |
Color Harmonies of #EF9872
Complementary color
Monochromatic Colors of #EF9872
Black with #EF9872
Text Example
Text Example
White with #EF9872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9872; }
p { color: rgb(239,152,114); }
H1.HeaderClassName
{
color: #EF9872;
}
.AnyTagClassName
{
color: #EF9872;
}
</style>
background-color css
<style>
a { background-color: #EF9872; }
a { background-color: rgb(239,152,114); }
div.DivClassName
{
background-color: #EF9872;
}
.BgClassName
{
background-color: #EF9872;
}
</style>
border-color css
<style>
span { border-color: #EF9872; }
span { border-color: rgb(239,152,114); }
td.TdClassName
{
border-color: #EF9872;
}
.TagClassName
{
border-color: #EF9872;
}
</style>