Shades of Dark Salmon #EE937E
Tints of Dark Salmon #EE937E
RGB
CMYK
RGB Variations
Color information
#EE937E (or 0xEE937E) is known color: Dark Salmon. HEX triplet: EE, 93 and 7E. RGB value is (238,147,126). Sum of RGB (Red+Green+Blue) = 238+147+126=511 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.58% from 511); Green value is 147 (57.81% from 255 or 28.77% from 511); Blue value is 126 (49.61% from 255 or 24.66% from 511); Max value from RGB is 238 - color contains mainly: red. Hex color #EE937E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE937E is #116C81. Grayscale: #ABABAB. Windows color (decimal): -1141890 or 8295406. OLE color: 8295406.
HSL color Cylindrical-coordinate representation of color #EE937E: hue angle of 11.25º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EE937E is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 147 | 126 | - |
| CMYK | 0 | 0.38 | 0.47 | 0.07 |
| HSL | 11.25º | 0.77% | 0.71% | - |
| HSV(B) | 11.25º | 0.47% | 0.93% | - |
| XYZ | 49.46 | 40.55 | 24.96 | - |
| YUV | 171.82 | 102.15 | 175.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 147 | 126 | 0 | 0.38 | 0.47 | 0.07 | 11.25 | 0.77 | 0.71 |
| Hex | EE | 93 | 7E | 0 | 26 | 2F | 7 | B | 4D | 47 |
| Octal | 356 | 223 | 176 | 0 | 46 | 57 | 7 | 13 | 115 | 107 |
| Binary | 11101110 | 10010011 | 1111110 | 0 | 100110 | 101111 | 111 | 1011 | 1001101 | 1000111 |
Color Harmonies of #EE937E
Complementary color
Monochromatic Colors of #EE937E
Black with #EE937E
Text Example
Text Example
White with #EE937E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE937E; }
p { color: rgb(238,147,126); }
H1.HeaderClassName
{
color: #EE937E;
}
.AnyTagClassName
{
color: #EE937E;
}
</style>
background-color css
<style>
a { background-color: #EE937E; }
a { background-color: rgb(238,147,126); }
div.DivClassName
{
background-color: #EE937E;
}
.BgClassName
{
background-color: #EE937E;
}
</style>
border-color css
<style>
span { border-color: #EE937E; }
span { border-color: rgb(238,147,126); }
td.TdClassName
{
border-color: #EE937E;
}
.TagClassName
{
border-color: #EE937E;
}
</style>