Shades of Dark Salmon #EE906F
Tints of Dark Salmon #EE906F
RGB
CMYK
RGB Variations
Color information
#EE906F (or 0xEE906F) is known color: Dark Salmon. HEX triplet: EE, 90 and 6F. RGB value is (238,144,111). Sum of RGB (Red+Green+Blue) = 238+144+111=493 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.28% from 493); Green value is 144 (56.64% from 255 or 29.21% from 493); Blue value is 111 (43.75% from 255 or 22.52% from 493); Max value from RGB is 238 - color contains mainly: red. Hex color #EE906F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE906F is #116F90. Grayscale: #A8A8A8. Windows color (decimal): -1142673 or 7311598. OLE color: 7311598.
HSL color Cylindrical-coordinate representation of color #EE906F: hue angle of 15.59º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EE906F is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 144 | 111 | - |
| CMYK | 0 | 0.39 | 0.53 | 0.07 |
| HSL | 15.59º | 0.79% | 0.68% | - |
| HSV(B) | 15.59º | 0.53% | 0.93% | - |
| XYZ | 48.1 | 39.27 | 20.08 | - |
| YUV | 168.34 | 95.64 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 144 | 111 | 0 | 0.39 | 0.53 | 0.07 | 15.59 | 0.79 | 0.68 |
| Hex | EE | 90 | 6F | 0 | 27 | 35 | 7 | 10 | 4F | 44 |
| Octal | 356 | 220 | 157 | 0 | 47 | 65 | 7 | 20 | 117 | 104 |
| Binary | 11101110 | 10010000 | 1101111 | 0 | 100111 | 110101 | 111 | 10000 | 1001111 | 1000100 |
Color Harmonies of #EE906F
Complementary color
Monochromatic Colors of #EE906F
Black with #EE906F
Text Example
Text Example
White with #EE906F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE906F; }
p { color: rgb(238,144,111); }
H1.HeaderClassName
{
color: #EE906F;
}
.AnyTagClassName
{
color: #EE906F;
}
</style>
background-color css
<style>
a { background-color: #EE906F; }
a { background-color: rgb(238,144,111); }
div.DivClassName
{
background-color: #EE906F;
}
.BgClassName
{
background-color: #EE906F;
}
</style>
border-color css
<style>
span { border-color: #EE906F; }
span { border-color: rgb(238,144,111); }
td.TdClassName
{
border-color: #EE906F;
}
.TagClassName
{
border-color: #EE906F;
}
</style>