Shades of Dark Salmon #EE997E
Tints of Dark Salmon #EE997E
RGB
CMYK
RGB Variations
Color information
#EE997E (or 0xEE997E) is known color: Dark Salmon. HEX triplet: EE, 99 and 7E. RGB value is (238,153,126). Sum of RGB (Red+Green+Blue) = 238+153+126=517 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.03% from 517); Green value is 153 (60.16% from 255 or 29.59% from 517); Blue value is 126 (49.61% from 255 or 24.37% from 517); Max value from RGB is 238 - color contains mainly: red. Hex color #EE997E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE997E is #116681. Grayscale: #AFAFAF. Windows color (decimal): -1140354 or 8296942. OLE color: 8296942.
HSL color Cylindrical-coordinate representation of color #EE997E: hue angle of 14.46º 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 #EE997E is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 153 | 126 | - |
| CMYK | 0 | 0.36 | 0.47 | 0.07 |
| HSL | 14.46º | 0.77% | 0.71% | - |
| HSV(B) | 14.46º | 0.47% | 0.93% | - |
| XYZ | 50.42 | 42.47 | 25.28 | - |
| YUV | 175.34 | 100.16 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 153 | 126 | 0 | 0.36 | 0.47 | 0.07 | 14.46 | 0.77 | 0.71 |
| Hex | EE | 99 | 7E | 0 | 24 | 2F | 7 | E | 4D | 47 |
| Octal | 356 | 231 | 176 | 0 | 44 | 57 | 7 | 16 | 115 | 107 |
| Binary | 11101110 | 10011001 | 1111110 | 0 | 100100 | 101111 | 111 | 1110 | 1001101 | 1000111 |
Color Harmonies of #EE997E
Complementary color
Monochromatic Colors of #EE997E
Black with #EE997E
Text Example
Text Example
White with #EE997E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE997E; }
p { color: rgb(238,153,126); }
H1.HeaderClassName
{
color: #EE997E;
}
.AnyTagClassName
{
color: #EE997E;
}
</style>
background-color css
<style>
a { background-color: #EE997E; }
a { background-color: rgb(238,153,126); }
div.DivClassName
{
background-color: #EE997E;
}
.BgClassName
{
background-color: #EE997E;
}
</style>
border-color css
<style>
span { border-color: #EE997E; }
span { border-color: rgb(238,153,126); }
td.TdClassName
{
border-color: #EE997E;
}
.TagClassName
{
border-color: #EE997E;
}
</style>