Shades of Dark Salmon #EE916C
Tints of Dark Salmon #EE916C
RGB
CMYK
RGB Variations
Color information
#EE916C (or 0xEE916C) is known color: Dark Salmon. HEX triplet: EE, 91 and 6C. RGB value is (238,145,108). Sum of RGB (Red+Green+Blue) = 238+145+108=491 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.47% from 491); Green value is 145 (57.03% from 255 or 29.53% from 491); Blue value is 108 (42.58% from 255 or 22.00% from 491); Max value from RGB is 238 - color contains mainly: red. Hex color #EE916C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE916C is #116E93. Grayscale: #A8A8A8. Windows color (decimal): -1142420 or 7115246. OLE color: 7115246.
HSL color Cylindrical-coordinate representation of color #EE916C: hue angle of 17.08º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EE916C is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 145 | 108 | - |
| CMYK | 0 | 0.39 | 0.55 | 0.07 |
| HSL | 17.08º | 0.79% | 0.68% | - |
| HSV(B) | 17.08º | 0.55% | 0.93% | - |
| XYZ | 48.09 | 39.51 | 19.28 | - |
| YUV | 168.59 | 93.81 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 145 | 108 | 0 | 0.39 | 0.55 | 0.07 | 17.08 | 0.79 | 0.68 |
| Hex | EE | 91 | 6C | 0 | 27 | 37 | 7 | 11 | 4F | 44 |
| Octal | 356 | 221 | 154 | 0 | 47 | 67 | 7 | 21 | 117 | 104 |
| Binary | 11101110 | 10010001 | 1101100 | 0 | 100111 | 110111 | 111 | 10001 | 1001111 | 1000100 |
Color Harmonies of #EE916C
Complementary color
Monochromatic Colors of #EE916C
Black with #EE916C
Text Example
Text Example
White with #EE916C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE916C; }
p { color: rgb(238,145,108); }
H1.HeaderClassName
{
color: #EE916C;
}
.AnyTagClassName
{
color: #EE916C;
}
</style>
background-color css
<style>
a { background-color: #EE916C; }
a { background-color: rgb(238,145,108); }
div.DivClassName
{
background-color: #EE916C;
}
.BgClassName
{
background-color: #EE916C;
}
</style>
border-color css
<style>
span { border-color: #EE916C; }
span { border-color: rgb(238,145,108); }
td.TdClassName
{
border-color: #EE916C;
}
.TagClassName
{
border-color: #EE916C;
}
</style>