Shades of Dark Salmon #EE9678
Tints of Dark Salmon #EE9678
RGB
CMYK
RGB Variations
Color information
#EE9678 (or 0xEE9678) is known color: Dark Salmon. HEX triplet: EE, 96 and 78. RGB value is (238,150,120). Sum of RGB (Red+Green+Blue) = 238+150+120=508 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.85% from 508); Green value is 150 (58.98% from 255 or 29.53% from 508); Blue value is 120 (47.27% from 255 or 23.62% from 508); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9678 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE9678 is #116987. Grayscale: #ADADAD. Windows color (decimal): -1141128 or 7902958. OLE color: 7902958.
HSL color Cylindrical-coordinate representation of color #EE9678: hue angle of 15.25º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EE9678 is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 150 | 120 | - |
| CMYK | 0 | 0.37 | 0.50 | 0.07 |
| HSL | 15.25º | 0.78% | 0.7% | - |
| HSV(B) | 15.25º | 0.5% | 0.93% | - |
| XYZ | 49.56 | 41.35 | 23.14 | - |
| YUV | 172.89 | 98.15 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 150 | 120 | 0 | 0.37 | 0.50 | 0.07 | 15.25 | 0.78 | 0.7 |
| Hex | EE | 96 | 78 | 0 | 25 | 32 | 7 | F | 4E | 46 |
| Octal | 356 | 226 | 170 | 0 | 45 | 62 | 7 | 17 | 116 | 106 |
| Binary | 11101110 | 10010110 | 1111000 | 0 | 100101 | 110010 | 111 | 1111 | 1001110 | 1000110 |
Color Harmonies of #EE9678
Complementary color
Monochromatic Colors of #EE9678
Black with #EE9678
Text Example
Text Example
White with #EE9678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9678; }
p { color: rgb(238,150,120); }
H1.HeaderClassName
{
color: #EE9678;
}
.AnyTagClassName
{
color: #EE9678;
}
</style>
background-color css
<style>
a { background-color: #EE9678; }
a { background-color: rgb(238,150,120); }
div.DivClassName
{
background-color: #EE9678;
}
.BgClassName
{
background-color: #EE9678;
}
</style>
border-color css
<style>
span { border-color: #EE9678; }
span { border-color: rgb(238,150,120); }
td.TdClassName
{
border-color: #EE9678;
}
.TagClassName
{
border-color: #EE9678;
}
</style>