Shades of Dark Salmon #EE986F
Tints of Dark Salmon #EE986F
RGB
CMYK
RGB Variations
Color information
#EE986F (or 0xEE986F) is known color: Dark Salmon. HEX triplet: EE, 98 and 6F. RGB value is (238,152,111). Sum of RGB (Red+Green+Blue) = 238+152+111=501 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.50% from 501); Green value is 152 (59.77% from 255 or 30.34% from 501); Blue value is 111 (43.75% from 255 or 22.16% from 501); Max value from RGB is 238 - color contains mainly: red. Hex color #EE986F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE986F is #116790. Grayscale: #ADADAD. Windows color (decimal): -1140625 or 7313646. OLE color: 7313646.
HSL color Cylindrical-coordinate representation of color #EE986F: hue angle of 19.37º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EE986F is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 152 | 111 | - |
| CMYK | 0 | 0.36 | 0.53 | 0.07 |
| HSL | 19.37º | 0.79% | 0.68% | - |
| HSV(B) | 19.37º | 0.53% | 0.93% | - |
| XYZ | 49.36 | 41.78 | 20.5 | - |
| YUV | 173.04 | 92.99 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 152 | 111 | 0 | 0.36 | 0.53 | 0.07 | 19.37 | 0.79 | 0.68 |
| Hex | EE | 98 | 6F | 0 | 24 | 35 | 7 | 13 | 4F | 44 |
| Octal | 356 | 230 | 157 | 0 | 44 | 65 | 7 | 23 | 117 | 104 |
| Binary | 11101110 | 10011000 | 1101111 | 0 | 100100 | 110101 | 111 | 10011 | 1001111 | 1000100 |
Color Harmonies of #EE986F
Complementary color
Monochromatic Colors of #EE986F
Black with #EE986F
Text Example
Text Example
White with #EE986F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE986F; }
p { color: rgb(238,152,111); }
H1.HeaderClassName
{
color: #EE986F;
}
.AnyTagClassName
{
color: #EE986F;
}
</style>
background-color css
<style>
a { background-color: #EE986F; }
a { background-color: rgb(238,152,111); }
div.DivClassName
{
background-color: #EE986F;
}
.BgClassName
{
background-color: #EE986F;
}
</style>
border-color css
<style>
span { border-color: #EE986F; }
span { border-color: rgb(238,152,111); }
td.TdClassName
{
border-color: #EE986F;
}
.TagClassName
{
border-color: #EE986F;
}
</style>