Shades of Dark Salmon #EE9382
Tints of Dark Salmon #EE9382
RGB
CMYK
RGB Variations
Color information
#EE9382 (or 0xEE9382) is known color: Dark Salmon. HEX triplet: EE, 93 and 82. RGB value is (238,147,130). Sum of RGB (Red+Green+Blue) = 238+147+130=515 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.21% from 515); Green value is 147 (57.81% from 255 or 28.54% from 515); Blue value is 130 (51.17% from 255 or 25.24% from 515); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9382 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE9382 is #116C7D. Grayscale: #ACACAC. Windows color (decimal): -1141886 or 8557550. OLE color: 8557550.
HSL color Cylindrical-coordinate representation of color #EE9382: hue angle of 9.44º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EE9382 is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 147 | 130 | - |
| CMYK | 0 | 0.38 | 0.45 | 0.07 |
| HSL | 9.44º | 0.76% | 0.72% | - |
| HSV(B) | 9.44º | 0.45% | 0.93% | - |
| XYZ | 49.72 | 40.66 | 26.35 | - |
| YUV | 172.27 | 104.15 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 147 | 130 | 0 | 0.38 | 0.45 | 0.07 | 9.44 | 0.76 | 0.72 |
| Hex | EE | 93 | 82 | 0 | 26 | 2D | 7 | 9 | 4C | 48 |
| Octal | 356 | 223 | 202 | 0 | 46 | 55 | 7 | 11 | 114 | 110 |
| Binary | 11101110 | 10010011 | 10000010 | 0 | 100110 | 101101 | 111 | 1001 | 1001100 | 1001000 |
Color Harmonies of #EE9382
Complementary color
Monochromatic Colors of #EE9382
Black with #EE9382
Text Example
Text Example
White with #EE9382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9382; }
p { color: rgb(238,147,130); }
H1.HeaderClassName
{
color: #EE9382;
}
.AnyTagClassName
{
color: #EE9382;
}
</style>
background-color css
<style>
a { background-color: #EE9382; }
a { background-color: rgb(238,147,130); }
div.DivClassName
{
background-color: #EE9382;
}
.BgClassName
{
background-color: #EE9382;
}
</style>
border-color css
<style>
span { border-color: #EE9382; }
span { border-color: rgb(238,147,130); }
td.TdClassName
{
border-color: #EE9382;
}
.TagClassName
{
border-color: #EE9382;
}
</style>