Shades of Salmon #EE856B
Tints of Salmon #EE856B
RGB
CMYK
RGB Variations
Color information
#EE856B (or 0xEE856B) is known color: Salmon. HEX triplet: EE, 85 and 6B. RGB value is (238,133,107). Sum of RGB (Red+Green+Blue) = 238+133+107=478 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.79% from 478); Green value is 133 (52.34% from 255 or 27.82% from 478); Blue value is 107 (42.19% from 255 or 22.38% from 478); Max value from RGB is 238 - color contains mainly: red. Hex color #EE856B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE856B is #117A94. Grayscale: #A1A1A1. Windows color (decimal): -1145493 or 7046638. OLE color: 7046638.
HSL color Cylindrical-coordinate representation of color #EE856B: hue angle of 11.91º 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 #EE856B is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 133 | 107 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.07 |
| HSL | 11.91º | 0.79% | 0.68% | - |
| HSV(B) | 11.91º | 0.55% | 0.93% | - |
| XYZ | 46.3 | 36.01 | 18.42 | - |
| YUV | 161.43 | 97.29 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 133 | 107 | 0 | 0.44 | 0.55 | 0.07 | 11.91 | 0.79 | 0.68 |
| Hex | EE | 85 | 6B | 0 | 2C | 37 | 7 | C | 4F | 44 |
| Octal | 356 | 205 | 153 | 0 | 54 | 67 | 7 | 14 | 117 | 104 |
| Binary | 11101110 | 10000101 | 1101011 | 0 | 101100 | 110111 | 111 | 1100 | 1001111 | 1000100 |
Color Harmonies of #EE856B
Complementary color
Monochromatic Colors of #EE856B
Black with #EE856B
Text Example
Text Example
White with #EE856B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE856B; }
p { color: rgb(238,133,107); }
H1.HeaderClassName
{
color: #EE856B;
}
.AnyTagClassName
{
color: #EE856B;
}
</style>
background-color css
<style>
a { background-color: #EE856B; }
a { background-color: rgb(238,133,107); }
div.DivClassName
{
background-color: #EE856B;
}
.BgClassName
{
background-color: #EE856B;
}
</style>
border-color css
<style>
span { border-color: #EE856B; }
span { border-color: rgb(238,133,107); }
td.TdClassName
{
border-color: #EE856B;
}
.TagClassName
{
border-color: #EE856B;
}
</style>