Shades of Dark Salmon #EE9180
Tints of Dark Salmon #EE9180
RGB
CMYK
RGB Variations
Color information
#EE9180 (or 0xEE9180) is known color: Dark Salmon. HEX triplet: EE, 91 and 80. RGB value is (238,145,128). Sum of RGB (Red+Green+Blue) = 238+145+128=511 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.58% from 511); Green value is 145 (57.03% from 255 or 28.38% from 511); Blue value is 128 (50.39% from 255 or 25.05% from 511); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9180 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE9180 is #116E7F. Grayscale: #ABABAB. Windows color (decimal): -1142400 or 8425966. OLE color: 8425966.
HSL color Cylindrical-coordinate representation of color #EE9180: hue angle of 9.27º 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 #EE9180 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 145 | 128 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.07 |
| HSL | 9.27º | 0.76% | 0.72% | - |
| HSV(B) | 9.27º | 0.46% | 0.93% | - |
| XYZ | 49.28 | 39.99 | 25.54 | - |
| YUV | 170.87 | 103.81 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 145 | 128 | 0 | 0.39 | 0.46 | 0.07 | 9.27 | 0.76 | 0.72 |
| Hex | EE | 91 | 80 | 0 | 27 | 2E | 7 | 9 | 4C | 48 |
| Octal | 356 | 221 | 200 | 0 | 47 | 56 | 7 | 11 | 114 | 110 |
| Binary | 11101110 | 10010001 | 10000000 | 0 | 100111 | 101110 | 111 | 1001 | 1001100 | 1001000 |
Color Harmonies of #EE9180
Complementary color
Monochromatic Colors of #EE9180
Black with #EE9180
Text Example
Text Example
White with #EE9180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9180; }
p { color: rgb(238,145,128); }
H1.HeaderClassName
{
color: #EE9180;
}
.AnyTagClassName
{
color: #EE9180;
}
</style>
background-color css
<style>
a { background-color: #EE9180; }
a { background-color: rgb(238,145,128); }
div.DivClassName
{
background-color: #EE9180;
}
.BgClassName
{
background-color: #EE9180;
}
</style>
border-color css
<style>
span { border-color: #EE9180; }
span { border-color: rgb(238,145,128); }
td.TdClassName
{
border-color: #EE9180;
}
.TagClassName
{
border-color: #EE9180;
}
</style>