Shades of Salmon #EE886E
Tints of Salmon #EE886E
RGB
CMYK
RGB Variations
Color information
#EE886E (or 0xEE886E) is known color: Salmon. HEX triplet: EE, 88 and 6E. RGB value is (238,136,110). Sum of RGB (Red+Green+Blue) = 238+136+110=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 136 (53.52% from 255 or 28.10% from 484); Blue value is 110 (43.36% from 255 or 22.73% from 484); Max value from RGB is 238 - color contains mainly: red. Hex color #EE886E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE886E is #117791. Grayscale: #A3A3A3. Windows color (decimal): -1144722 or 7244014. OLE color: 7244014.
HSL color Cylindrical-coordinate representation of color #EE886E: hue angle of 12.19º 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 #EE886E is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 136 | 110 | - |
| CMYK | 0 | 0.43 | 0.54 | 0.07 |
| HSL | 12.19º | 0.79% | 0.68% | - |
| HSV(B) | 12.19º | 0.54% | 0.93% | - |
| XYZ | 46.88 | 36.91 | 19.41 | - |
| YUV | 163.53 | 97.79 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 136 | 110 | 0 | 0.43 | 0.54 | 0.07 | 12.19 | 0.79 | 0.68 |
| Hex | EE | 88 | 6E | 0 | 2B | 36 | 7 | C | 4F | 44 |
| Octal | 356 | 210 | 156 | 0 | 53 | 66 | 7 | 14 | 117 | 104 |
| Binary | 11101110 | 10001000 | 1101110 | 0 | 101011 | 110110 | 111 | 1100 | 1001111 | 1000100 |
Color Harmonies of #EE886E
Complementary color
Monochromatic Colors of #EE886E
Black with #EE886E
Text Example
Text Example
White with #EE886E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE886E; }
p { color: rgb(238,136,110); }
H1.HeaderClassName
{
color: #EE886E;
}
.AnyTagClassName
{
color: #EE886E;
}
</style>
background-color css
<style>
a { background-color: #EE886E; }
a { background-color: rgb(238,136,110); }
div.DivClassName
{
background-color: #EE886E;
}
.BgClassName
{
background-color: #EE886E;
}
</style>
border-color css
<style>
span { border-color: #EE886E; }
span { border-color: rgb(238,136,110); }
td.TdClassName
{
border-color: #EE886E;
}
.TagClassName
{
border-color: #EE886E;
}
</style>