Shades of Dark Salmon #EE967A
Tints of Dark Salmon #EE967A
RGB
CMYK
RGB Variations
Color information
#EE967A (or 0xEE967A) is known color: Dark Salmon. HEX triplet: EE, 96 and 7A. RGB value is (238,150,122). Sum of RGB (Red+Green+Blue) = 238+150+122=510 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.67% from 510); Green value is 150 (58.98% from 255 or 29.41% from 510); Blue value is 122 (48.05% from 255 or 23.92% from 510); Max value from RGB is 238 - color contains mainly: red. Hex color #EE967A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE967A is #116985. Grayscale: #ADADAD. Windows color (decimal): -1141126 or 8034030. OLE color: 8034030.
HSL color Cylindrical-coordinate representation of color #EE967A: hue angle of 14.48º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EE967A is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 150 | 122 | - |
| CMYK | 0 | 0.37 | 0.49 | 0.07 |
| HSL | 14.48º | 0.77% | 0.71% | - |
| HSV(B) | 14.48º | 0.49% | 0.93% | - |
| XYZ | 49.68 | 41.39 | 23.78 | - |
| YUV | 173.12 | 99.15 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 150 | 122 | 0 | 0.37 | 0.49 | 0.07 | 14.48 | 0.77 | 0.71 |
| Hex | EE | 96 | 7A | 0 | 25 | 31 | 7 | E | 4D | 47 |
| Octal | 356 | 226 | 172 | 0 | 45 | 61 | 7 | 16 | 115 | 107 |
| Binary | 11101110 | 10010110 | 1111010 | 0 | 100101 | 110001 | 111 | 1110 | 1001101 | 1000111 |
Color Harmonies of #EE967A
Complementary color
Monochromatic Colors of #EE967A
Black with #EE967A
Text Example
Text Example
White with #EE967A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE967A; }
p { color: rgb(238,150,122); }
H1.HeaderClassName
{
color: #EE967A;
}
.AnyTagClassName
{
color: #EE967A;
}
</style>
background-color css
<style>
a { background-color: #EE967A; }
a { background-color: rgb(238,150,122); }
div.DivClassName
{
background-color: #EE967A;
}
.BgClassName
{
background-color: #EE967A;
}
</style>
border-color css
<style>
span { border-color: #EE967A; }
span { border-color: rgb(238,150,122); }
td.TdClassName
{
border-color: #EE967A;
}
.TagClassName
{
border-color: #EE967A;
}
</style>