Shades of Dark Salmon #EE966C
Tints of Dark Salmon #EE966C
RGB
CMYK
RGB Variations
Color information
#EE966C (or 0xEE966C) is known color: Dark Salmon. HEX triplet: EE, 96 and 6C. RGB value is (238,150,108). Sum of RGB (Red+Green+Blue) = 238+150+108=496 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.98% from 496); Green value is 150 (58.98% from 255 or 30.24% from 496); Blue value is 108 (42.58% from 255 or 21.77% from 496); Max value from RGB is 238 - color contains mainly: red. Hex color #EE966C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE966C is #116993. Grayscale: #ABABAB. Windows color (decimal): -1141140 or 7116526. OLE color: 7116526.
HSL color Cylindrical-coordinate representation of color #EE966C: hue angle of 19.38º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EE966C is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 150 | 108 | - |
| CMYK | 0 | 0.37 | 0.55 | 0.07 |
| HSL | 19.38º | 0.79% | 0.68% | - |
| HSV(B) | 19.38º | 0.55% | 0.93% | - |
| XYZ | 48.87 | 41.07 | 19.54 | - |
| YUV | 171.52 | 92.15 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 150 | 108 | 0 | 0.37 | 0.55 | 0.07 | 19.38 | 0.79 | 0.68 |
| Hex | EE | 96 | 6C | 0 | 25 | 37 | 7 | 13 | 4F | 44 |
| Octal | 356 | 226 | 154 | 0 | 45 | 67 | 7 | 23 | 117 | 104 |
| Binary | 11101110 | 10010110 | 1101100 | 0 | 100101 | 110111 | 111 | 10011 | 1001111 | 1000100 |
Color Harmonies of #EE966C
Complementary color
Monochromatic Colors of #EE966C
Black with #EE966C
Text Example
Text Example
White with #EE966C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE966C; }
p { color: rgb(238,150,108); }
H1.HeaderClassName
{
color: #EE966C;
}
.AnyTagClassName
{
color: #EE966C;
}
</style>
background-color css
<style>
a { background-color: #EE966C; }
a { background-color: rgb(238,150,108); }
div.DivClassName
{
background-color: #EE966C;
}
.BgClassName
{
background-color: #EE966C;
}
</style>
border-color css
<style>
span { border-color: #EE966C; }
span { border-color: rgb(238,150,108); }
td.TdClassName
{
border-color: #EE966C;
}
.TagClassName
{
border-color: #EE966C;
}
</style>