Shades of Dark Salmon #EE9377
Tints of Dark Salmon #EE9377
RGB
CMYK
RGB Variations
Color information
#EE9377 (or 0xEE9377) is known color: Dark Salmon. HEX triplet: EE, 93 and 77. RGB value is (238,147,119). Sum of RGB (Red+Green+Blue) = 238+147+119=504 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.22% from 504); Green value is 147 (57.81% from 255 or 29.17% from 504); Blue value is 119 (46.88% from 255 or 23.61% from 504); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9377 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE9377 is #116C88. Grayscale: #ABABAB. Windows color (decimal): -1141897 or 7836654. OLE color: 7836654.
HSL color Cylindrical-coordinate representation of color #EE9377: hue angle of 14.12º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EE9377 is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 147 | 119 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.07 |
| HSL | 14.12º | 0.78% | 0.7% | - |
| HSV(B) | 14.12º | 0.5% | 0.93% | - |
| XYZ | 49.02 | 40.38 | 22.66 | - |
| YUV | 171.02 | 98.65 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 147 | 119 | 0 | 0.38 | 0.50 | 0.07 | 14.12 | 0.78 | 0.7 |
| Hex | EE | 93 | 77 | 0 | 26 | 32 | 7 | E | 4E | 46 |
| Octal | 356 | 223 | 167 | 0 | 46 | 62 | 7 | 16 | 116 | 106 |
| Binary | 11101110 | 10010011 | 1110111 | 0 | 100110 | 110010 | 111 | 1110 | 1001110 | 1000110 |
Color Harmonies of #EE9377
Complementary color
Monochromatic Colors of #EE9377
Black with #EE9377
Text Example
Text Example
White with #EE9377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9377; }
p { color: rgb(238,147,119); }
H1.HeaderClassName
{
color: #EE9377;
}
.AnyTagClassName
{
color: #EE9377;
}
</style>
background-color css
<style>
a { background-color: #EE9377; }
a { background-color: rgb(238,147,119); }
div.DivClassName
{
background-color: #EE9377;
}
.BgClassName
{
background-color: #EE9377;
}
</style>
border-color css
<style>
span { border-color: #EE9377; }
span { border-color: rgb(238,147,119); }
td.TdClassName
{
border-color: #EE9377;
}
.TagClassName
{
border-color: #EE9377;
}
</style>