Shades of Dark Salmon #EE8F6B
Tints of Dark Salmon #EE8F6B
RGB
CMYK
RGB Variations
Color information
#EE8F6B (or 0xEE8F6B) is known color: Dark Salmon. HEX triplet: EE, 8F and 6B. RGB value is (238,143,107). Sum of RGB (Red+Green+Blue) = 238+143+107=488 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.77% from 488); Green value is 143 (56.25% from 255 or 29.30% from 488); Blue value is 107 (42.19% from 255 or 21.93% from 488); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8F6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8F6B is #117094. Grayscale: #A7A7A7. Windows color (decimal): -1142933 or 7049198. OLE color: 7049198.
HSL color Cylindrical-coordinate representation of color #EE8F6B: hue angle of 16.49º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EE8F6B is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 143 | 107 | - |
| CMYK | 0 | 0.40 | 0.55 | 0.07 |
| HSL | 16.49º | 0.79% | 0.68% | - |
| HSV(B) | 16.49º | 0.55% | 0.93% | - |
| XYZ | 47.74 | 38.88 | 18.9 | - |
| YUV | 167.3 | 93.97 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 143 | 107 | 0 | 0.40 | 0.55 | 0.07 | 16.49 | 0.79 | 0.68 |
| Hex | EE | 8F | 6B | 0 | 28 | 37 | 7 | 10 | 4F | 44 |
| Octal | 356 | 217 | 153 | 0 | 50 | 67 | 7 | 20 | 117 | 104 |
| Binary | 11101110 | 10001111 | 1101011 | 0 | 101000 | 110111 | 111 | 10000 | 1001111 | 1000100 |
Color Harmonies of #EE8F6B
Complementary color
Monochromatic Colors of #EE8F6B
Black with #EE8F6B
Text Example
Text Example
White with #EE8F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8F6B; }
p { color: rgb(238,143,107); }
H1.HeaderClassName
{
color: #EE8F6B;
}
.AnyTagClassName
{
color: #EE8F6B;
}
</style>
background-color css
<style>
a { background-color: #EE8F6B; }
a { background-color: rgb(238,143,107); }
div.DivClassName
{
background-color: #EE8F6B;
}
.BgClassName
{
background-color: #EE8F6B;
}
</style>
border-color css
<style>
span { border-color: #EE8F6B; }
span { border-color: rgb(238,143,107); }
td.TdClassName
{
border-color: #EE8F6B;
}
.TagClassName
{
border-color: #EE8F6B;
}
</style>