Shades of Salmon #EE876E
Tints of Salmon #EE876E
RGB
CMYK
RGB Variations
Color information
#EE876E (or 0xEE876E) is known color: Salmon. HEX triplet: EE, 87 and 6E. RGB value is (238,135,110). Sum of RGB (Red+Green+Blue) = 238+135+110=483 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.28% from 483); Green value is 135 (53.12% from 255 or 27.95% from 483); Blue value is 110 (43.36% from 255 or 22.77% from 483); Max value from RGB is 238 - color contains mainly: red. Hex color #EE876E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE876E is #117891. Grayscale: #A3A3A3. Windows color (decimal): -1144978 or 7243758. OLE color: 7243758.
HSL color Cylindrical-coordinate representation of color #EE876E: hue angle of 11.72º 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 #EE876E is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 135 | 110 | - |
| CMYK | 0 | 0.43 | 0.54 | 0.07 |
| HSL | 11.72º | 0.79% | 0.68% | - |
| HSV(B) | 11.72º | 0.54% | 0.93% | - |
| XYZ | 46.74 | 36.63 | 19.36 | - |
| YUV | 162.95 | 98.12 | 181.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 135 | 110 | 0 | 0.43 | 0.54 | 0.07 | 11.72 | 0.79 | 0.68 |
| Hex | EE | 87 | 6E | 0 | 2B | 36 | 7 | C | 4F | 44 |
| Octal | 356 | 207 | 156 | 0 | 53 | 66 | 7 | 14 | 117 | 104 |
| Binary | 11101110 | 10000111 | 1101110 | 0 | 101011 | 110110 | 111 | 1100 | 1001111 | 1000100 |
Color Harmonies of #EE876E
Complementary color
Monochromatic Colors of #EE876E
Black with #EE876E
Text Example
Text Example
White with #EE876E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE876E; }
p { color: rgb(238,135,110); }
H1.HeaderClassName
{
color: #EE876E;
}
.AnyTagClassName
{
color: #EE876E;
}
</style>
background-color css
<style>
a { background-color: #EE876E; }
a { background-color: rgb(238,135,110); }
div.DivClassName
{
background-color: #EE876E;
}
.BgClassName
{
background-color: #EE876E;
}
</style>
border-color css
<style>
span { border-color: #EE876E; }
span { border-color: rgb(238,135,110); }
td.TdClassName
{
border-color: #EE876E;
}
.TagClassName
{
border-color: #EE876E;
}
</style>