Shades of Salmon #EE8771
Tints of Salmon #EE8771
RGB
CMYK
RGB Variations
Color information
#EE8771 (or 0xEE8771) is known color: Salmon. HEX triplet: EE, 87 and 71. RGB value is (238,135,113). Sum of RGB (Red+Green+Blue) = 238+135+113=486 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.97% from 486); Green value is 135 (53.12% from 255 or 27.78% from 486); Blue value is 113 (44.53% from 255 or 23.25% from 486); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8771 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8771 is #11788E. Grayscale: #A3A3A3. Windows color (decimal): -1144975 or 7440366. OLE color: 7440366.
HSL color Cylindrical-coordinate representation of color #EE8771: hue angle of 10.56º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EE8771 is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 135 | 113 | - |
| CMYK | 0 | 0.43 | 0.53 | 0.07 |
| HSL | 10.56º | 0.79% | 0.69% | - |
| HSV(B) | 10.56º | 0.53% | 0.93% | - |
| XYZ | 46.9 | 36.7 | 20.23 | - |
| YUV | 163.29 | 99.62 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 135 | 113 | 0 | 0.43 | 0.53 | 0.07 | 10.56 | 0.79 | 0.69 |
| Hex | EE | 87 | 71 | 0 | 2B | 35 | 7 | B | 4F | 45 |
| Octal | 356 | 207 | 161 | 0 | 53 | 65 | 7 | 13 | 117 | 105 |
| Binary | 11101110 | 10000111 | 1110001 | 0 | 101011 | 110101 | 111 | 1011 | 1001111 | 1000101 |
Color Harmonies of #EE8771
Complementary color
Monochromatic Colors of #EE8771
Black with #EE8771
Text Example
Text Example
White with #EE8771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8771; }
p { color: rgb(238,135,113); }
H1.HeaderClassName
{
color: #EE8771;
}
.AnyTagClassName
{
color: #EE8771;
}
</style>
background-color css
<style>
a { background-color: #EE8771; }
a { background-color: rgb(238,135,113); }
div.DivClassName
{
background-color: #EE8771;
}
.BgClassName
{
background-color: #EE8771;
}
</style>
border-color css
<style>
span { border-color: #EE8771; }
span { border-color: rgb(238,135,113); }
td.TdClassName
{
border-color: #EE8771;
}
.TagClassName
{
border-color: #EE8771;
}
</style>