Shades of Salmon #EE8876
Tints of Salmon #EE8876
RGB
CMYK
RGB Variations
Color information
#EE8876 (or 0xEE8876) is known color: Salmon. HEX triplet: EE, 88 and 76. RGB value is (238,136,118). Sum of RGB (Red+Green+Blue) = 238+136+118=492 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.37% from 492); Green value is 136 (53.52% from 255 or 27.64% from 492); Blue value is 118 (46.48% from 255 or 23.98% from 492); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8876 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8876 is #117789. Grayscale: #A4A4A4. Windows color (decimal): -1144714 or 7768302. OLE color: 7768302.
HSL color Cylindrical-coordinate representation of color #EE8876: hue angle of 9º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EE8876 is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 136 | 118 | - |
| CMYK | 0 | 0.43 | 0.50 | 0.07 |
| HSL | 9º | 0.78% | 0.7% | - |
| HSV(B) | 9º | 0.5% | 0.93% | - |
| XYZ | 47.33 | 37.09 | 21.8 | - |
| YUV | 164.45 | 101.79 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 136 | 118 | 0 | 0.43 | 0.50 | 0.07 | 9 | 0.78 | 0.7 |
| Hex | EE | 88 | 76 | 0 | 2B | 32 | 7 | 9 | 4E | 46 |
| Octal | 356 | 210 | 166 | 0 | 53 | 62 | 7 | 11 | 116 | 106 |
| Binary | 11101110 | 10001000 | 1110110 | 0 | 101011 | 110010 | 111 | 1001 | 1001110 | 1000110 |
Color Harmonies of #EE8876
Complementary color
Monochromatic Colors of #EE8876
Black with #EE8876
Text Example
Text Example
White with #EE8876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8876; }
p { color: rgb(238,136,118); }
H1.HeaderClassName
{
color: #EE8876;
}
.AnyTagClassName
{
color: #EE8876;
}
</style>
background-color css
<style>
a { background-color: #EE8876; }
a { background-color: rgb(238,136,118); }
div.DivClassName
{
background-color: #EE8876;
}
.BgClassName
{
background-color: #EE8876;
}
</style>
border-color css
<style>
span { border-color: #EE8876; }
span { border-color: rgb(238,136,118); }
td.TdClassName
{
border-color: #EE8876;
}
.TagClassName
{
border-color: #EE8876;
}
</style>