Shades of Dark Salmon #EE996C
Tints of Dark Salmon #EE996C
RGB
CMYK
RGB Variations
Color information
#EE996C (or 0xEE996C) is known color: Dark Salmon. HEX triplet: EE, 99 and 6C. RGB value is (238,153,108). Sum of RGB (Red+Green+Blue) = 238+153+108=499 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.70% from 499); Green value is 153 (60.16% from 255 or 30.66% from 499); Blue value is 108 (42.58% from 255 or 21.64% from 499); Max value from RGB is 238 - color contains mainly: red. Hex color #EE996C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE996C is #116693. Grayscale: #ADADAD. Windows color (decimal): -1140372 or 7117294. OLE color: 7117294.
HSL color Cylindrical-coordinate representation of color #EE996C: hue angle of 20.77º 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 #EE996C is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 153 | 108 | - |
| CMYK | 0 | 0.36 | 0.55 | 0.07 |
| HSL | 20.77º | 0.79% | 0.68% | - |
| HSV(B) | 20.77º | 0.55% | 0.93% | - |
| XYZ | 49.36 | 42.04 | 19.7 | - |
| YUV | 173.29 | 91.16 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 153 | 108 | 0 | 0.36 | 0.55 | 0.07 | 20.77 | 0.79 | 0.68 |
| Hex | EE | 99 | 6C | 0 | 24 | 37 | 7 | 15 | 4F | 44 |
| Octal | 356 | 231 | 154 | 0 | 44 | 67 | 7 | 25 | 117 | 104 |
| Binary | 11101110 | 10011001 | 1101100 | 0 | 100100 | 110111 | 111 | 10101 | 1001111 | 1000100 |
Color Harmonies of #EE996C
Complementary color
Monochromatic Colors of #EE996C
Black with #EE996C
Text Example
Text Example
White with #EE996C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE996C; }
p { color: rgb(238,153,108); }
H1.HeaderClassName
{
color: #EE996C;
}
.AnyTagClassName
{
color: #EE996C;
}
</style>
background-color css
<style>
a { background-color: #EE996C; }
a { background-color: rgb(238,153,108); }
div.DivClassName
{
background-color: #EE996C;
}
.BgClassName
{
background-color: #EE996C;
}
</style>
border-color css
<style>
span { border-color: #EE996C; }
span { border-color: rgb(238,153,108); }
td.TdClassName
{
border-color: #EE996C;
}
.TagClassName
{
border-color: #EE996C;
}
</style>