Shades of Dark Salmon #EE967E
Tints of Dark Salmon #EE967E
RGB
CMYK
RGB Variations
Color information
#EE967E (or 0xEE967E) is known color: Dark Salmon. HEX triplet: EE, 96 and 7E. RGB value is (238,150,126). Sum of RGB (Red+Green+Blue) = 238+150+126=514 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.30% from 514); Green value is 150 (58.98% from 255 or 29.18% from 514); Blue value is 126 (49.61% from 255 or 24.51% from 514); Max value from RGB is 238 - color contains mainly: red. Hex color #EE967E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE967E is #116981. Grayscale: #ADADAD. Windows color (decimal): -1141122 or 8296174. OLE color: 8296174.
HSL color Cylindrical-coordinate representation of color #EE967E: hue angle of 12.86º 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 #EE967E is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 150 | 126 | - |
| CMYK | 0 | 0.37 | 0.47 | 0.07 |
| HSL | 12.86º | 0.77% | 0.71% | - |
| HSV(B) | 12.86º | 0.47% | 0.93% | - |
| XYZ | 49.93 | 41.5 | 25.12 | - |
| YUV | 173.58 | 101.15 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 150 | 126 | 0 | 0.37 | 0.47 | 0.07 | 12.86 | 0.77 | 0.71 |
| Hex | EE | 96 | 7E | 0 | 25 | 2F | 7 | D | 4D | 47 |
| Octal | 356 | 226 | 176 | 0 | 45 | 57 | 7 | 15 | 115 | 107 |
| Binary | 11101110 | 10010110 | 1111110 | 0 | 100101 | 101111 | 111 | 1101 | 1001101 | 1000111 |
Color Harmonies of #EE967E
Complementary color
Monochromatic Colors of #EE967E
Black with #EE967E
Text Example
Text Example
White with #EE967E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE967E; }
p { color: rgb(238,150,126); }
H1.HeaderClassName
{
color: #EE967E;
}
.AnyTagClassName
{
color: #EE967E;
}
</style>
background-color css
<style>
a { background-color: #EE967E; }
a { background-color: rgb(238,150,126); }
div.DivClassName
{
background-color: #EE967E;
}
.BgClassName
{
background-color: #EE967E;
}
</style>
border-color css
<style>
span { border-color: #EE967E; }
span { border-color: rgb(238,150,126); }
td.TdClassName
{
border-color: #EE967E;
}
.TagClassName
{
border-color: #EE967E;
}
</style>