Shades of Dark Salmon #EE8D7C
Tints of Dark Salmon #EE8D7C
RGB
CMYK
RGB Variations
Color information
#EE8D7C (or 0xEE8D7C) is known color: Dark Salmon. HEX triplet: EE, 8D and 7C. RGB value is (238,141,124). Sum of RGB (Red+Green+Blue) = 238+141+124=503 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.32% from 503); Green value is 141 (55.47% from 255 or 28.03% from 503); Blue value is 124 (48.83% from 255 or 24.65% from 503); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8D7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8D7C is #117283. Grayscale: #A8A8A8. Windows color (decimal): -1143428 or 8162798. OLE color: 8162798.
HSL color Cylindrical-coordinate representation of color #EE8D7C: hue angle of 8.95º 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 #EE8D7C is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 141 | 124 | - |
| CMYK | 0 | 0.41 | 0.48 | 0.07 |
| HSL | 8.95º | 0.77% | 0.71% | - |
| HSV(B) | 8.95º | 0.48% | 0.93% | - |
| XYZ | 48.42 | 38.68 | 23.98 | - |
| YUV | 168.07 | 103.14 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 141 | 124 | 0 | 0.41 | 0.48 | 0.07 | 8.95 | 0.77 | 0.71 |
| Hex | EE | 8D | 7C | 0 | 29 | 30 | 7 | 9 | 4D | 47 |
| Octal | 356 | 215 | 174 | 0 | 51 | 60 | 7 | 11 | 115 | 107 |
| Binary | 11101110 | 10001101 | 1111100 | 0 | 101001 | 110000 | 111 | 1001 | 1001101 | 1000111 |
Color Harmonies of #EE8D7C
Complementary color
Monochromatic Colors of #EE8D7C
Black with #EE8D7C
Text Example
Text Example
White with #EE8D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8D7C; }
p { color: rgb(238,141,124); }
H1.HeaderClassName
{
color: #EE8D7C;
}
.AnyTagClassName
{
color: #EE8D7C;
}
</style>
background-color css
<style>
a { background-color: #EE8D7C; }
a { background-color: rgb(238,141,124); }
div.DivClassName
{
background-color: #EE8D7C;
}
.BgClassName
{
background-color: #EE8D7C;
}
</style>
border-color css
<style>
span { border-color: #EE8D7C; }
span { border-color: rgb(238,141,124); }
td.TdClassName
{
border-color: #EE8D7C;
}
.TagClassName
{
border-color: #EE8D7C;
}
</style>