Shades of Dark Salmon #EE967B
Tints of Dark Salmon #EE967B
RGB
CMYK
RGB Variations
Color information
#EE967B (or 0xEE967B) is known color: Dark Salmon. HEX triplet: EE, 96 and 7B. RGB value is (238,150,123). Sum of RGB (Red+Green+Blue) = 238+150+123=511 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.58% from 511); Green value is 150 (58.98% from 255 or 29.35% from 511); Blue value is 123 (48.44% from 255 or 24.07% from 511); Max value from RGB is 238 - color contains mainly: red. Hex color #EE967B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE967B is #116984. Grayscale: #ADADAD. Windows color (decimal): -1141125 or 8099566. OLE color: 8099566.
HSL color Cylindrical-coordinate representation of color #EE967B: hue angle of 14.09º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EE967B is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 150 | 123 | - |
| CMYK | 0 | 0.37 | 0.48 | 0.07 |
| HSL | 14.09º | 0.77% | 0.71% | - |
| HSV(B) | 14.09º | 0.48% | 0.93% | - |
| XYZ | 49.74 | 41.42 | 24.11 | - |
| YUV | 173.23 | 99.65 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 150 | 123 | 0 | 0.37 | 0.48 | 0.07 | 14.09 | 0.77 | 0.71 |
| Hex | EE | 96 | 7B | 0 | 25 | 30 | 7 | E | 4D | 47 |
| Octal | 356 | 226 | 173 | 0 | 45 | 60 | 7 | 16 | 115 | 107 |
| Binary | 11101110 | 10010110 | 1111011 | 0 | 100101 | 110000 | 111 | 1110 | 1001101 | 1000111 |
Color Harmonies of #EE967B
Complementary color
Monochromatic Colors of #EE967B
Black with #EE967B
Text Example
Text Example
White with #EE967B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE967B; }
p { color: rgb(238,150,123); }
H1.HeaderClassName
{
color: #EE967B;
}
.AnyTagClassName
{
color: #EE967B;
}
</style>
background-color css
<style>
a { background-color: #EE967B; }
a { background-color: rgb(238,150,123); }
div.DivClassName
{
background-color: #EE967B;
}
.BgClassName
{
background-color: #EE967B;
}
</style>
border-color css
<style>
span { border-color: #EE967B; }
span { border-color: rgb(238,150,123); }
td.TdClassName
{
border-color: #EE967B;
}
.TagClassName
{
border-color: #EE967B;
}
</style>