Shades of Dark Salmon #EE917C
Tints of Dark Salmon #EE917C
RGB
CMYK
RGB Variations
Color information
#EE917C (or 0xEE917C) is known color: Dark Salmon. HEX triplet: EE, 91 and 7C. RGB value is (238,145,124). Sum of RGB (Red+Green+Blue) = 238+145+124=507 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.94% from 507); Green value is 145 (57.03% from 255 or 28.60% from 507); Blue value is 124 (48.83% from 255 or 24.46% from 507); Max value from RGB is 238 - color contains mainly: red. Hex color #EE917C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE917C is #116E83. Grayscale: #AAAAAA. Windows color (decimal): -1142404 or 8163822. OLE color: 8163822.
HSL color Cylindrical-coordinate representation of color #EE917C: hue angle of 11.05º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EE917C is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 145 | 124 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.07 |
| HSL | 11.05º | 0.77% | 0.71% | - |
| HSV(B) | 11.05º | 0.48% | 0.93% | - |
| XYZ | 49.02 | 39.88 | 24.18 | - |
| YUV | 170.41 | 101.81 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 145 | 124 | 0 | 0.39 | 0.48 | 0.07 | 11.05 | 0.77 | 0.71 |
| Hex | EE | 91 | 7C | 0 | 27 | 30 | 7 | B | 4D | 47 |
| Octal | 356 | 221 | 174 | 0 | 47 | 60 | 7 | 13 | 115 | 107 |
| Binary | 11101110 | 10010001 | 1111100 | 0 | 100111 | 110000 | 111 | 1011 | 1001101 | 1000111 |
Color Harmonies of #EE917C
Complementary color
Monochromatic Colors of #EE917C
Black with #EE917C
Text Example
Text Example
White with #EE917C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE917C; }
p { color: rgb(238,145,124); }
H1.HeaderClassName
{
color: #EE917C;
}
.AnyTagClassName
{
color: #EE917C;
}
</style>
background-color css
<style>
a { background-color: #EE917C; }
a { background-color: rgb(238,145,124); }
div.DivClassName
{
background-color: #EE917C;
}
.BgClassName
{
background-color: #EE917C;
}
</style>
border-color css
<style>
span { border-color: #EE917C; }
span { border-color: rgb(238,145,124); }
td.TdClassName
{
border-color: #EE917C;
}
.TagClassName
{
border-color: #EE917C;
}
</style>