Shades of Dark Salmon #EE9577
Tints of Dark Salmon #EE9577
RGB
CMYK
RGB Variations
Color information
#EE9577 (or 0xEE9577) is known color: Dark Salmon. HEX triplet: EE, 95 and 77. RGB value is (238,149,119). Sum of RGB (Red+Green+Blue) = 238+149+119=506 (67% of max value = 765). Red value is 238 (93.36% from 255 or 47.04% from 506); Green value is 149 (58.59% from 255 or 29.45% from 506); Blue value is 119 (46.88% from 255 or 23.52% from 506); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9577 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE9577 is #116A88. Grayscale: #ACACAC. Windows color (decimal): -1141385 or 7837166. OLE color: 7837166.
HSL color Cylindrical-coordinate representation of color #EE9577: hue angle of 15.13º 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 #EE9577 is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 149 | 119 | - |
| CMYK | 0 | 0.37 | 0.50 | 0.07 |
| HSL | 15.13º | 0.78% | 0.7% | - |
| HSV(B) | 15.13º | 0.5% | 0.93% | - |
| XYZ | 49.34 | 41 | 22.77 | - |
| YUV | 172.19 | 97.99 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 149 | 119 | 0 | 0.37 | 0.50 | 0.07 | 15.13 | 0.78 | 0.7 |
| Hex | EE | 95 | 77 | 0 | 25 | 32 | 7 | F | 4E | 46 |
| Octal | 356 | 225 | 167 | 0 | 45 | 62 | 7 | 17 | 116 | 106 |
| Binary | 11101110 | 10010101 | 1110111 | 0 | 100101 | 110010 | 111 | 1111 | 1001110 | 1000110 |
Color Harmonies of #EE9577
Complementary color
Monochromatic Colors of #EE9577
Black with #EE9577
Text Example
Text Example
White with #EE9577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9577; }
p { color: rgb(238,149,119); }
H1.HeaderClassName
{
color: #EE9577;
}
.AnyTagClassName
{
color: #EE9577;
}
</style>
background-color css
<style>
a { background-color: #EE9577; }
a { background-color: rgb(238,149,119); }
div.DivClassName
{
background-color: #EE9577;
}
.BgClassName
{
background-color: #EE9577;
}
</style>
border-color css
<style>
span { border-color: #EE9577; }
span { border-color: rgb(238,149,119); }
td.TdClassName
{
border-color: #EE9577;
}
.TagClassName
{
border-color: #EE9577;
}
</style>