Shades of Salmon #EE876C
Tints of Salmon #EE876C
RGB
CMYK
RGB Variations
Color information
#EE876C (or 0xEE876C) is known color: Salmon. HEX triplet: EE, 87 and 6C. RGB value is (238,135,108). Sum of RGB (Red+Green+Blue) = 238+135+108=481 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.48% from 481); Green value is 135 (53.12% from 255 or 28.07% from 481); Blue value is 108 (42.58% from 255 or 22.45% from 481); Max value from RGB is 238 - color contains mainly: red. Hex color #EE876C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE876C is #117893. Grayscale: #A2A2A2. Windows color (decimal): -1144980 or 7112686. OLE color: 7112686.
HSL color Cylindrical-coordinate representation of color #EE876C: hue angle of 12.46º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EE876C is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 135 | 108 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.07 |
| HSL | 12.46º | 0.79% | 0.68% | - |
| HSV(B) | 12.46º | 0.55% | 0.93% | - |
| XYZ | 46.63 | 36.59 | 18.79 | - |
| YUV | 162.72 | 97.12 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 135 | 108 | 0 | 0.43 | 0.55 | 0.07 | 12.46 | 0.79 | 0.68 |
| Hex | EE | 87 | 6C | 0 | 2B | 37 | 7 | C | 4F | 44 |
| Octal | 356 | 207 | 154 | 0 | 53 | 67 | 7 | 14 | 117 | 104 |
| Binary | 11101110 | 10000111 | 1101100 | 0 | 101011 | 110111 | 111 | 1100 | 1001111 | 1000100 |
Color Harmonies of #EE876C
Complementary color
Monochromatic Colors of #EE876C
Black with #EE876C
Text Example
Text Example
White with #EE876C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE876C; }
p { color: rgb(238,135,108); }
H1.HeaderClassName
{
color: #EE876C;
}
.AnyTagClassName
{
color: #EE876C;
}
</style>
background-color css
<style>
a { background-color: #EE876C; }
a { background-color: rgb(238,135,108); }
div.DivClassName
{
background-color: #EE876C;
}
.BgClassName
{
background-color: #EE876C;
}
</style>
border-color css
<style>
span { border-color: #EE876C; }
span { border-color: rgb(238,135,108); }
td.TdClassName
{
border-color: #EE876C;
}
.TagClassName
{
border-color: #EE876C;
}
</style>