Shades of Dark Salmon #EE8F6D
Tints of Dark Salmon #EE8F6D
RGB
CMYK
RGB Variations
Color information
#EE8F6D (or 0xEE8F6D) is known color: Dark Salmon. HEX triplet: EE, 8F and 6D. RGB value is (238,143,109). Sum of RGB (Red+Green+Blue) = 238+143+109=490 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.57% from 490); Green value is 143 (56.25% from 255 or 29.18% from 490); Blue value is 109 (42.97% from 255 or 22.24% from 490); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8F6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8F6D is #117092. Grayscale: #A7A7A7. Windows color (decimal): -1142931 or 7180270. OLE color: 7180270.
HSL color Cylindrical-coordinate representation of color #EE8F6D: hue angle of 15.81º 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 #EE8F6D is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 143 | 109 | - |
| CMYK | 0 | 0.40 | 0.54 | 0.07 |
| HSL | 15.81º | 0.79% | 0.68% | - |
| HSV(B) | 15.81º | 0.54% | 0.93% | - |
| XYZ | 47.84 | 38.93 | 19.46 | - |
| YUV | 167.53 | 94.97 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 143 | 109 | 0 | 0.40 | 0.54 | 0.07 | 15.81 | 0.79 | 0.68 |
| Hex | EE | 8F | 6D | 0 | 28 | 36 | 7 | 10 | 4F | 44 |
| Octal | 356 | 217 | 155 | 0 | 50 | 66 | 7 | 20 | 117 | 104 |
| Binary | 11101110 | 10001111 | 1101101 | 0 | 101000 | 110110 | 111 | 10000 | 1001111 | 1000100 |
Color Harmonies of #EE8F6D
Complementary color
Monochromatic Colors of #EE8F6D
Black with #EE8F6D
Text Example
Text Example
White with #EE8F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8F6D; }
p { color: rgb(238,143,109); }
H1.HeaderClassName
{
color: #EE8F6D;
}
.AnyTagClassName
{
color: #EE8F6D;
}
</style>
background-color css
<style>
a { background-color: #EE8F6D; }
a { background-color: rgb(238,143,109); }
div.DivClassName
{
background-color: #EE8F6D;
}
.BgClassName
{
background-color: #EE8F6D;
}
</style>
border-color css
<style>
span { border-color: #EE8F6D; }
span { border-color: rgb(238,143,109); }
td.TdClassName
{
border-color: #EE8F6D;
}
.TagClassName
{
border-color: #EE8F6D;
}
</style>