Shades of Dark Salmon #EE9080
Tints of Dark Salmon #EE9080
RGB
CMYK
RGB Variations
Color information
#EE9080 (or 0xEE9080) is known color: Dark Salmon. HEX triplet: EE, 90 and 80. RGB value is (238,144,128). Sum of RGB (Red+Green+Blue) = 238+144+128=510 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.67% from 510); Green value is 144 (56.64% from 255 or 28.24% from 510); Blue value is 128 (50.39% from 255 or 25.10% from 510); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE9080 is #116F7F. Grayscale: #AAAAAA. Windows color (decimal): -1142656 or 8425710. OLE color: 8425710.
HSL color Cylindrical-coordinate representation of color #EE9080: hue angle of 8.73º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EE9080 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 144 | 128 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.07 |
| HSL | 8.73º | 0.76% | 0.72% | - |
| HSV(B) | 8.73º | 0.46% | 0.93% | - |
| XYZ | 49.13 | 39.68 | 25.49 | - |
| YUV | 170.28 | 104.14 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 144 | 128 | 0 | 0.39 | 0.46 | 0.07 | 8.73 | 0.76 | 0.72 |
| Hex | EE | 90 | 80 | 0 | 27 | 2E | 7 | 9 | 4C | 48 |
| Octal | 356 | 220 | 200 | 0 | 47 | 56 | 7 | 11 | 114 | 110 |
| Binary | 11101110 | 10010000 | 10000000 | 0 | 100111 | 101110 | 111 | 1001 | 1001100 | 1001000 |
Color Harmonies of #EE9080
Complementary color
Monochromatic Colors of #EE9080
Black with #EE9080
Text Example
Text Example
White with #EE9080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9080; }
p { color: rgb(238,144,128); }
H1.HeaderClassName
{
color: #EE9080;
}
.AnyTagClassName
{
color: #EE9080;
}
</style>
background-color css
<style>
a { background-color: #EE9080; }
a { background-color: rgb(238,144,128); }
div.DivClassName
{
background-color: #EE9080;
}
.BgClassName
{
background-color: #EE9080;
}
</style>
border-color css
<style>
span { border-color: #EE9080; }
span { border-color: rgb(238,144,128); }
td.TdClassName
{
border-color: #EE9080;
}
.TagClassName
{
border-color: #EE9080;
}
</style>