Shades of Salmon #EE846C
Tints of Salmon #EE846C
RGB
CMYK
RGB Variations
Color information
#EE846C (or 0xEE846C) is known color: Salmon. HEX triplet: EE, 84 and 6C. RGB value is (238,132,108). Sum of RGB (Red+Green+Blue) = 238+132+108=478 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.79% from 478); Green value is 132 (51.95% from 255 or 27.62% from 478); Blue value is 108 (42.58% from 255 or 22.59% from 478); Max value from RGB is 238 - color contains mainly: red. Hex color #EE846C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE846C is #117B93. Grayscale: #A1A1A1. Windows color (decimal): -1145748 or 7111918. OLE color: 7111918.
HSL color Cylindrical-coordinate representation of color #EE846C: hue angle of 11.08º 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 #EE846C is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 132 | 108 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.07 |
| HSL | 11.08º | 0.79% | 0.68% | - |
| HSV(B) | 11.08º | 0.55% | 0.93% | - |
| XYZ | 46.22 | 35.76 | 18.65 | - |
| YUV | 160.96 | 98.12 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 132 | 108 | 0 | 0.45 | 0.55 | 0.07 | 11.08 | 0.79 | 0.68 |
| Hex | EE | 84 | 6C | 0 | 2D | 37 | 7 | B | 4F | 44 |
| Octal | 356 | 204 | 154 | 0 | 55 | 67 | 7 | 13 | 117 | 104 |
| Binary | 11101110 | 10000100 | 1101100 | 0 | 101101 | 110111 | 111 | 1011 | 1001111 | 1000100 |
Color Harmonies of #EE846C
Complementary color
Monochromatic Colors of #EE846C
Black with #EE846C
Text Example
Text Example
White with #EE846C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE846C; }
p { color: rgb(238,132,108); }
H1.HeaderClassName
{
color: #EE846C;
}
.AnyTagClassName
{
color: #EE846C;
}
</style>
background-color css
<style>
a { background-color: #EE846C; }
a { background-color: rgb(238,132,108); }
div.DivClassName
{
background-color: #EE846C;
}
.BgClassName
{
background-color: #EE846C;
}
</style>
border-color css
<style>
span { border-color: #EE846C; }
span { border-color: rgb(238,132,108); }
td.TdClassName
{
border-color: #EE846C;
}
.TagClassName
{
border-color: #EE846C;
}
</style>