Shades of Salmon #EE886D
Tints of Salmon #EE886D
RGB
CMYK
RGB Variations
Color information
#EE886D (or 0xEE886D) is known color: Salmon. HEX triplet: EE, 88 and 6D. RGB value is (238,136,109). Sum of RGB (Red+Green+Blue) = 238+136+109=483 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.28% from 483); Green value is 136 (53.52% from 255 or 28.16% from 483); Blue value is 109 (42.97% from 255 or 22.57% from 483); Max value from RGB is 238 - color contains mainly: red. Hex color #EE886D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE886D is #117792. Grayscale: #A3A3A3. Windows color (decimal): -1144723 or 7178478. OLE color: 7178478.
HSL color Cylindrical-coordinate representation of color #EE886D: hue angle of 12.56º 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 #EE886D is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 136 | 109 | - |
| CMYK | 0 | 0.43 | 0.54 | 0.07 |
| HSL | 12.56º | 0.79% | 0.68% | - |
| HSV(B) | 12.56º | 0.54% | 0.93% | - |
| XYZ | 46.82 | 36.89 | 19.12 | - |
| YUV | 163.42 | 97.29 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 136 | 109 | 0 | 0.43 | 0.54 | 0.07 | 12.56 | 0.79 | 0.68 |
| Hex | EE | 88 | 6D | 0 | 2B | 36 | 7 | D | 4F | 44 |
| Octal | 356 | 210 | 155 | 0 | 53 | 66 | 7 | 15 | 117 | 104 |
| Binary | 11101110 | 10001000 | 1101101 | 0 | 101011 | 110110 | 111 | 1101 | 1001111 | 1000100 |
Color Harmonies of #EE886D
Complementary color
Monochromatic Colors of #EE886D
Black with #EE886D
Text Example
Text Example
White with #EE886D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE886D; }
p { color: rgb(238,136,109); }
H1.HeaderClassName
{
color: #EE886D;
}
.AnyTagClassName
{
color: #EE886D;
}
</style>
background-color css
<style>
a { background-color: #EE886D; }
a { background-color: rgb(238,136,109); }
div.DivClassName
{
background-color: #EE886D;
}
.BgClassName
{
background-color: #EE886D;
}
</style>
border-color css
<style>
span { border-color: #EE886D; }
span { border-color: rgb(238,136,109); }
td.TdClassName
{
border-color: #EE886D;
}
.TagClassName
{
border-color: #EE886D;
}
</style>