Shades of Dark Salmon #EE9878
Tints of Dark Salmon #EE9878
RGB
CMYK
RGB Variations
Color information
#EE9878 (or 0xEE9878) is known color: Dark Salmon. HEX triplet: EE, 98 and 78. RGB value is (238,152,120). Sum of RGB (Red+Green+Blue) = 238+152+120=510 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.67% from 510); Green value is 152 (59.77% from 255 or 29.80% from 510); Blue value is 120 (47.27% from 255 or 23.53% from 510); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9878 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE9878 is #116787. Grayscale: #AEAEAE. Windows color (decimal): -1140616 or 7903470. OLE color: 7903470.
HSL color Cylindrical-coordinate representation of color #EE9878: hue angle of 16.27º 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 #EE9878 is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 152 | 120 | - |
| CMYK | 0 | 0.36 | 0.50 | 0.07 |
| HSL | 16.27º | 0.78% | 0.7% | - |
| HSV(B) | 16.27º | 0.5% | 0.93% | - |
| XYZ | 49.88 | 41.99 | 23.25 | - |
| YUV | 174.07 | 97.49 | 173.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 152 | 120 | 0 | 0.36 | 0.50 | 0.07 | 16.27 | 0.78 | 0.7 |
| Hex | EE | 98 | 78 | 0 | 24 | 32 | 7 | 10 | 4E | 46 |
| Octal | 356 | 230 | 170 | 0 | 44 | 62 | 7 | 20 | 116 | 106 |
| Binary | 11101110 | 10011000 | 1111000 | 0 | 100100 | 110010 | 111 | 10000 | 1001110 | 1000110 |
Color Harmonies of #EE9878
Complementary color
Monochromatic Colors of #EE9878
Black with #EE9878
Text Example
Text Example
White with #EE9878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9878; }
p { color: rgb(238,152,120); }
H1.HeaderClassName
{
color: #EE9878;
}
.AnyTagClassName
{
color: #EE9878;
}
</style>
background-color css
<style>
a { background-color: #EE9878; }
a { background-color: rgb(238,152,120); }
div.DivClassName
{
background-color: #EE9878;
}
.BgClassName
{
background-color: #EE9878;
}
</style>
border-color css
<style>
span { border-color: #EE9878; }
span { border-color: rgb(238,152,120); }
td.TdClassName
{
border-color: #EE9878;
}
.TagClassName
{
border-color: #EE9878;
}
</style>