Shades of Dark Salmon #EE9380
Tints of Dark Salmon #EE9380
RGB
CMYK
RGB Variations
Color information
#EE9380 (or 0xEE9380) is known color: Dark Salmon. HEX triplet: EE, 93 and 80. RGB value is (238,147,128). Sum of RGB (Red+Green+Blue) = 238+147+128=513 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.39% from 513); Green value is 147 (57.81% from 255 or 28.65% from 513); Blue value is 128 (50.39% from 255 or 24.95% from 513); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9380 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE9380 is #116C7F. Grayscale: #ACACAC. Windows color (decimal): -1141888 or 8426478. OLE color: 8426478.
HSL color Cylindrical-coordinate representation of color #EE9380: hue angle of 10.36º 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 #EE9380 is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 147 | 128 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.07 |
| HSL | 10.36º | 0.76% | 0.72% | - |
| HSV(B) | 10.36º | 0.46% | 0.93% | - |
| XYZ | 49.59 | 40.6 | 25.65 | - |
| YUV | 172.04 | 103.15 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 147 | 128 | 0 | 0.38 | 0.46 | 0.07 | 10.36 | 0.76 | 0.72 |
| Hex | EE | 93 | 80 | 0 | 26 | 2E | 7 | A | 4C | 48 |
| Octal | 356 | 223 | 200 | 0 | 46 | 56 | 7 | 12 | 114 | 110 |
| Binary | 11101110 | 10010011 | 10000000 | 0 | 100110 | 101110 | 111 | 1010 | 1001100 | 1001000 |
Color Harmonies of #EE9380
Complementary color
Monochromatic Colors of #EE9380
Black with #EE9380
Text Example
Text Example
White with #EE9380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9380; }
p { color: rgb(238,147,128); }
H1.HeaderClassName
{
color: #EE9380;
}
.AnyTagClassName
{
color: #EE9380;
}
</style>
background-color css
<style>
a { background-color: #EE9380; }
a { background-color: rgb(238,147,128); }
div.DivClassName
{
background-color: #EE9380;
}
.BgClassName
{
background-color: #EE9380;
}
</style>
border-color css
<style>
span { border-color: #EE9380; }
span { border-color: rgb(238,147,128); }
td.TdClassName
{
border-color: #EE9380;
}
.TagClassName
{
border-color: #EE9380;
}
</style>