Shades of Dark Salmon #EE8F6E
Tints of Dark Salmon #EE8F6E
RGB
CMYK
RGB Variations
Color information
#EE8F6E (or 0xEE8F6E) is known color: Dark Salmon. HEX triplet: EE, 8F and 6E. RGB value is (238,143,110). Sum of RGB (Red+Green+Blue) = 238+143+110=491 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.47% from 491); Green value is 143 (56.25% from 255 or 29.12% from 491); Blue value is 110 (43.36% from 255 or 22.40% from 491); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8F6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8F6E is #117091. Grayscale: #A7A7A7. Windows color (decimal): -1142930 or 7245806. OLE color: 7245806.
HSL color Cylindrical-coordinate representation of color #EE8F6E: hue angle of 15.47º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EE8F6E is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 143 | 110 | - |
| CMYK | 0 | 0.40 | 0.54 | 0.07 |
| HSL | 15.47º | 0.79% | 0.68% | - |
| HSV(B) | 15.47º | 0.54% | 0.93% | - |
| XYZ | 47.9 | 38.95 | 19.75 | - |
| YUV | 167.64 | 95.47 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 143 | 110 | 0 | 0.40 | 0.54 | 0.07 | 15.47 | 0.79 | 0.68 |
| Hex | EE | 8F | 6E | 0 | 28 | 36 | 7 | F | 4F | 44 |
| Octal | 356 | 217 | 156 | 0 | 50 | 66 | 7 | 17 | 117 | 104 |
| Binary | 11101110 | 10001111 | 1101110 | 0 | 101000 | 110110 | 111 | 1111 | 1001111 | 1000100 |
Color Harmonies of #EE8F6E
Complementary color
Monochromatic Colors of #EE8F6E
Black with #EE8F6E
Text Example
Text Example
White with #EE8F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8F6E; }
p { color: rgb(238,143,110); }
H1.HeaderClassName
{
color: #EE8F6E;
}
.AnyTagClassName
{
color: #EE8F6E;
}
</style>
background-color css
<style>
a { background-color: #EE8F6E; }
a { background-color: rgb(238,143,110); }
div.DivClassName
{
background-color: #EE8F6E;
}
.BgClassName
{
background-color: #EE8F6E;
}
</style>
border-color css
<style>
span { border-color: #EE8F6E; }
span { border-color: rgb(238,143,110); }
td.TdClassName
{
border-color: #EE8F6E;
}
.TagClassName
{
border-color: #EE8F6E;
}
</style>