Shades of Dark Salmon #EE9980
Tints of Dark Salmon #EE9980
RGB
CMYK
RGB Variations
Color information
#EE9980 (or 0xEE9980) is known color: Dark Salmon. HEX triplet: EE, 99 and 80. RGB value is (238,153,128). Sum of RGB (Red+Green+Blue) = 238+153+128=519 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.86% from 519); Green value is 153 (60.16% from 255 or 29.48% from 519); Blue value is 128 (50.39% from 255 or 24.66% from 519); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9980 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE9980 is #11667F. Grayscale: #AFAFAF. Windows color (decimal): -1140352 or 8428014. OLE color: 8428014.
HSL color Cylindrical-coordinate representation of color #EE9980: hue angle of 13.64º 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 #EE9980 is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 153 | 128 | - |
| CMYK | 0 | 0.36 | 0.46 | 0.07 |
| HSL | 13.64º | 0.76% | 0.72% | - |
| HSV(B) | 13.64º | 0.46% | 0.93% | - |
| XYZ | 50.55 | 42.52 | 25.96 | - |
| YUV | 175.57 | 101.16 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 153 | 128 | 0 | 0.36 | 0.46 | 0.07 | 13.64 | 0.76 | 0.72 |
| Hex | EE | 99 | 80 | 0 | 24 | 2E | 7 | E | 4C | 48 |
| Octal | 356 | 231 | 200 | 0 | 44 | 56 | 7 | 16 | 114 | 110 |
| Binary | 11101110 | 10011001 | 10000000 | 0 | 100100 | 101110 | 111 | 1110 | 1001100 | 1001000 |
Color Harmonies of #EE9980
Complementary color
Monochromatic Colors of #EE9980
Black with #EE9980
Text Example
Text Example
White with #EE9980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9980; }
p { color: rgb(238,153,128); }
H1.HeaderClassName
{
color: #EE9980;
}
.AnyTagClassName
{
color: #EE9980;
}
</style>
background-color css
<style>
a { background-color: #EE9980; }
a { background-color: rgb(238,153,128); }
div.DivClassName
{
background-color: #EE9980;
}
.BgClassName
{
background-color: #EE9980;
}
</style>
border-color css
<style>
span { border-color: #EE9980; }
span { border-color: rgb(238,153,128); }
td.TdClassName
{
border-color: #EE9980;
}
.TagClassName
{
border-color: #EE9980;
}
</style>