Shades of Dark Salmon #EE9876
Tints of Dark Salmon #EE9876
RGB
CMYK
RGB Variations
Color information
#EE9876 (or 0xEE9876) is known color: Dark Salmon. HEX triplet: EE, 98 and 76. RGB value is (238,152,118). Sum of RGB (Red+Green+Blue) = 238+152+118=508 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.85% from 508); Green value is 152 (59.77% from 255 or 29.92% from 508); Blue value is 118 (46.48% from 255 or 23.23% from 508); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9876 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE9876 is #116789. Grayscale: #AEAEAE. Windows color (decimal): -1140618 or 7772398. OLE color: 7772398.
HSL color Cylindrical-coordinate representation of color #EE9876: hue angle of 17º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EE9876 is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 152 | 118 | - |
| CMYK | 0 | 0.36 | 0.50 | 0.07 |
| HSL | 17º | 0.78% | 0.7% | - |
| HSV(B) | 17º | 0.5% | 0.93% | - |
| XYZ | 49.76 | 41.94 | 22.61 | - |
| YUV | 173.84 | 96.49 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 152 | 118 | 0 | 0.36 | 0.50 | 0.07 | 17 | 0.78 | 0.7 |
| Hex | EE | 98 | 76 | 0 | 24 | 32 | 7 | 11 | 4E | 46 |
| Octal | 356 | 230 | 166 | 0 | 44 | 62 | 7 | 21 | 116 | 106 |
| Binary | 11101110 | 10011000 | 1110110 | 0 | 100100 | 110010 | 111 | 10001 | 1001110 | 1000110 |
Color Harmonies of #EE9876
Complementary color
Monochromatic Colors of #EE9876
Black with #EE9876
Text Example
Text Example
White with #EE9876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9876; }
p { color: rgb(238,152,118); }
H1.HeaderClassName
{
color: #EE9876;
}
.AnyTagClassName
{
color: #EE9876;
}
</style>
background-color css
<style>
a { background-color: #EE9876; }
a { background-color: rgb(238,152,118); }
div.DivClassName
{
background-color: #EE9876;
}
.BgClassName
{
background-color: #EE9876;
}
</style>
border-color css
<style>
span { border-color: #EE9876; }
span { border-color: rgb(238,152,118); }
td.TdClassName
{
border-color: #EE9876;
}
.TagClassName
{
border-color: #EE9876;
}
</style>