Shades of Dark Salmon #EE9679
Tints of Dark Salmon #EE9679
RGB
CMYK
RGB Variations
Color information
#EE9679 (or 0xEE9679) is known color: Dark Salmon. HEX triplet: EE, 96 and 79. RGB value is (238,150,121). Sum of RGB (Red+Green+Blue) = 238+150+121=509 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.76% from 509); Green value is 150 (58.98% from 255 or 29.47% from 509); Blue value is 121 (47.66% from 255 or 23.77% from 509); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9679 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE9679 is #116986. Grayscale: #ADADAD. Windows color (decimal): -1141127 or 7968494. OLE color: 7968494.
HSL color Cylindrical-coordinate representation of color #EE9679: hue angle of 14.87º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EE9679 is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 150 | 121 | - |
| CMYK | 0 | 0.37 | 0.49 | 0.07 |
| HSL | 14.87º | 0.77% | 0.7% | - |
| HSV(B) | 14.87º | 0.49% | 0.93% | - |
| XYZ | 49.62 | 41.37 | 23.46 | - |
| YUV | 173.01 | 98.65 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 150 | 121 | 0 | 0.37 | 0.49 | 0.07 | 14.87 | 0.77 | 0.7 |
| Hex | EE | 96 | 79 | 0 | 25 | 31 | 7 | F | 4D | 46 |
| Octal | 356 | 226 | 171 | 0 | 45 | 61 | 7 | 17 | 115 | 106 |
| Binary | 11101110 | 10010110 | 1111001 | 0 | 100101 | 110001 | 111 | 1111 | 1001101 | 1000110 |
Color Harmonies of #EE9679
Complementary color
Monochromatic Colors of #EE9679
Black with #EE9679
Text Example
Text Example
White with #EE9679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9679; }
p { color: rgb(238,150,121); }
H1.HeaderClassName
{
color: #EE9679;
}
.AnyTagClassName
{
color: #EE9679;
}
</style>
background-color css
<style>
a { background-color: #EE9679; }
a { background-color: rgb(238,150,121); }
div.DivClassName
{
background-color: #EE9679;
}
.BgClassName
{
background-color: #EE9679;
}
</style>
border-color css
<style>
span { border-color: #EE9679; }
span { border-color: rgb(238,150,121); }
td.TdClassName
{
border-color: #EE9679;
}
.TagClassName
{
border-color: #EE9679;
}
</style>