Shades of Salmon #EE836F
Tints of Salmon #EE836F
RGB
CMYK
RGB Variations
Color information
#EE836F (or 0xEE836F) is known color: Salmon. HEX triplet: EE, 83 and 6F. RGB value is (238,131,111). Sum of RGB (Red+Green+Blue) = 238+131+111=480 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.58% from 480); Green value is 131 (51.56% from 255 or 27.29% from 480); Blue value is 111 (43.75% from 255 or 23.12% from 480); Max value from RGB is 238 - color contains mainly: red. Hex color #EE836F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE836F is #117C90. Grayscale: #A0A0A0. Windows color (decimal): -1146001 or 7308270. OLE color: 7308270.
HSL color Cylindrical-coordinate representation of color #EE836F: hue angle of 9.45º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EE836F is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 131 | 111 | - |
| CMYK | 0 | 0.45 | 0.53 | 0.07 |
| HSL | 9.45º | 0.79% | 0.68% | - |
| HSV(B) | 9.45º | 0.53% | 0.93% | - |
| XYZ | 46.25 | 35.56 | 19.46 | - |
| YUV | 160.71 | 99.95 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 131 | 111 | 0 | 0.45 | 0.53 | 0.07 | 9.45 | 0.79 | 0.68 |
| Hex | EE | 83 | 6F | 0 | 2D | 35 | 7 | 9 | 4F | 44 |
| Octal | 356 | 203 | 157 | 0 | 55 | 65 | 7 | 11 | 117 | 104 |
| Binary | 11101110 | 10000011 | 1101111 | 0 | 101101 | 110101 | 111 | 1001 | 1001111 | 1000100 |
Color Harmonies of #EE836F
Complementary color
Monochromatic Colors of #EE836F
Black with #EE836F
Text Example
Text Example
White with #EE836F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE836F; }
p { color: rgb(238,131,111); }
H1.HeaderClassName
{
color: #EE836F;
}
.AnyTagClassName
{
color: #EE836F;
}
</style>
background-color css
<style>
a { background-color: #EE836F; }
a { background-color: rgb(238,131,111); }
div.DivClassName
{
background-color: #EE836F;
}
.BgClassName
{
background-color: #EE836F;
}
</style>
border-color css
<style>
span { border-color: #EE836F; }
span { border-color: rgb(238,131,111); }
td.TdClassName
{
border-color: #EE836F;
}
.TagClassName
{
border-color: #EE836F;
}
</style>