Shades of Salmon #EE886F
Tints of Salmon #EE886F
RGB
CMYK
RGB Variations
Color information
#EE886F (or 0xEE886F) is known color: Salmon. HEX triplet: EE, 88 and 6F. RGB value is (238,136,111). Sum of RGB (Red+Green+Blue) = 238+136+111=485 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.07% from 485); Green value is 136 (53.52% from 255 or 28.04% from 485); Blue value is 111 (43.75% from 255 or 22.89% from 485); Max value from RGB is 238 - color contains mainly: red. Hex color #EE886F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE886F is #117790. Grayscale: #A3A3A3. Windows color (decimal): -1144721 or 7309550. OLE color: 7309550.
HSL color Cylindrical-coordinate representation of color #EE886F: hue angle of 11.81º 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 #EE886F is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 136 | 111 | - |
| CMYK | 0 | 0.43 | 0.53 | 0.07 |
| HSL | 11.81º | 0.79% | 0.68% | - |
| HSV(B) | 11.81º | 0.53% | 0.93% | - |
| XYZ | 46.93 | 36.93 | 19.69 | - |
| YUV | 163.65 | 98.29 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 136 | 111 | 0 | 0.43 | 0.53 | 0.07 | 11.81 | 0.79 | 0.68 |
| Hex | EE | 88 | 6F | 0 | 2B | 35 | 7 | C | 4F | 44 |
| Octal | 356 | 210 | 157 | 0 | 53 | 65 | 7 | 14 | 117 | 104 |
| Binary | 11101110 | 10001000 | 1101111 | 0 | 101011 | 110101 | 111 | 1100 | 1001111 | 1000100 |
Color Harmonies of #EE886F
Complementary color
Monochromatic Colors of #EE886F
Black with #EE886F
Text Example
Text Example
White with #EE886F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE886F; }
p { color: rgb(238,136,111); }
H1.HeaderClassName
{
color: #EE886F;
}
.AnyTagClassName
{
color: #EE886F;
}
</style>
background-color css
<style>
a { background-color: #EE886F; }
a { background-color: rgb(238,136,111); }
div.DivClassName
{
background-color: #EE886F;
}
.BgClassName
{
background-color: #EE886F;
}
</style>
border-color css
<style>
span { border-color: #EE886F; }
span { border-color: rgb(238,136,111); }
td.TdClassName
{
border-color: #EE886F;
}
.TagClassName
{
border-color: #EE886F;
}
</style>