Shades of Dark Salmon #EE8F70
Tints of Dark Salmon #EE8F70
RGB
CMYK
RGB Variations
Color information
#EE8F70 (or 0xEE8F70) is known color: Dark Salmon. HEX triplet: EE, 8F and 70. RGB value is (238,143,112). Sum of RGB (Red+Green+Blue) = 238+143+112=493 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.28% from 493); Green value is 143 (56.25% from 255 or 29.01% from 493); Blue value is 112 (44.14% from 255 or 22.72% from 493); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8F70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8F70 is #11708F. Grayscale: #A8A8A8. Windows color (decimal): -1142928 or 7376878. OLE color: 7376878.
HSL color Cylindrical-coordinate representation of color #EE8F70: hue angle of 14.76º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EE8F70 is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 143 | 112 | - |
| CMYK | 0 | 0.40 | 0.53 | 0.07 |
| HSL | 14.76º | 0.79% | 0.69% | - |
| HSV(B) | 14.76º | 0.53% | 0.93% | - |
| XYZ | 48.01 | 38.99 | 20.33 | - |
| YUV | 167.87 | 96.47 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 143 | 112 | 0 | 0.40 | 0.53 | 0.07 | 14.76 | 0.79 | 0.69 |
| Hex | EE | 8F | 70 | 0 | 28 | 35 | 7 | F | 4F | 45 |
| Octal | 356 | 217 | 160 | 0 | 50 | 65 | 7 | 17 | 117 | 105 |
| Binary | 11101110 | 10001111 | 1110000 | 0 | 101000 | 110101 | 111 | 1111 | 1001111 | 1000101 |
Color Harmonies of #EE8F70
Complementary color
Monochromatic Colors of #EE8F70
Black with #EE8F70
Text Example
Text Example
White with #EE8F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8F70; }
p { color: rgb(238,143,112); }
H1.HeaderClassName
{
color: #EE8F70;
}
.AnyTagClassName
{
color: #EE8F70;
}
</style>
background-color css
<style>
a { background-color: #EE8F70; }
a { background-color: rgb(238,143,112); }
div.DivClassName
{
background-color: #EE8F70;
}
.BgClassName
{
background-color: #EE8F70;
}
</style>
border-color css
<style>
span { border-color: #EE8F70; }
span { border-color: rgb(238,143,112); }
td.TdClassName
{
border-color: #EE8F70;
}
.TagClassName
{
border-color: #EE8F70;
}
</style>