Shades of Dark Salmon #EE9375
Tints of Dark Salmon #EE9375
RGB
CMYK
RGB Variations
Color information
#EE9375 (or 0xEE9375) is known color: Dark Salmon. HEX triplet: EE, 93 and 75. RGB value is (238,147,117). Sum of RGB (Red+Green+Blue) = 238+147+117=502 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.41% from 502); Green value is 147 (57.81% from 255 or 29.28% from 502); Blue value is 117 (46.09% from 255 or 23.31% from 502); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9375 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE9375 is #116C8A. Grayscale: #ABABAB. Windows color (decimal): -1141899 or 7705582. OLE color: 7705582.
HSL color Cylindrical-coordinate representation of color #EE9375: hue angle of 14.88º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EE9375 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 147 | 117 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.07 |
| HSL | 14.88º | 0.78% | 0.7% | - |
| HSV(B) | 14.88º | 0.51% | 0.93% | - |
| XYZ | 48.9 | 40.33 | 22.04 | - |
| YUV | 170.79 | 97.65 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 147 | 117 | 0 | 0.38 | 0.51 | 0.07 | 14.88 | 0.78 | 0.7 |
| Hex | EE | 93 | 75 | 0 | 26 | 33 | 7 | F | 4E | 46 |
| Octal | 356 | 223 | 165 | 0 | 46 | 63 | 7 | 17 | 116 | 106 |
| Binary | 11101110 | 10010011 | 1110101 | 0 | 100110 | 110011 | 111 | 1111 | 1001110 | 1000110 |
Color Harmonies of #EE9375
Complementary color
Monochromatic Colors of #EE9375
Black with #EE9375
Text Example
Text Example
White with #EE9375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9375; }
p { color: rgb(238,147,117); }
H1.HeaderClassName
{
color: #EE9375;
}
.AnyTagClassName
{
color: #EE9375;
}
</style>
background-color css
<style>
a { background-color: #EE9375; }
a { background-color: rgb(238,147,117); }
div.DivClassName
{
background-color: #EE9375;
}
.BgClassName
{
background-color: #EE9375;
}
</style>
border-color css
<style>
span { border-color: #EE9375; }
span { border-color: rgb(238,147,117); }
td.TdClassName
{
border-color: #EE9375;
}
.TagClassName
{
border-color: #EE9375;
}
</style>