Shades of Salmon #EE8971
Tints of Salmon #EE8971
RGB
CMYK
RGB Variations
Color information
#EE8971 (or 0xEE8971) is known color: Salmon. HEX triplet: EE, 89 and 71. RGB value is (238,137,113). Sum of RGB (Red+Green+Blue) = 238+137+113=488 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.77% from 488); Green value is 137 (53.91% from 255 or 28.07% from 488); Blue value is 113 (44.53% from 255 or 23.16% from 488); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8971 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8971 is #11768E. Grayscale: #A4A4A4. Windows color (decimal): -1144463 or 7440878. OLE color: 7440878.
HSL color Cylindrical-coordinate representation of color #EE8971: hue angle of 11.52º 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 #EE8971 is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 137 | 113 | - |
| CMYK | 0 | 0.42 | 0.53 | 0.07 |
| HSL | 11.52º | 0.79% | 0.69% | - |
| HSV(B) | 11.52º | 0.53% | 0.93% | - |
| XYZ | 47.19 | 37.26 | 20.33 | - |
| YUV | 164.46 | 98.96 | 180.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 137 | 113 | 0 | 0.42 | 0.53 | 0.07 | 11.52 | 0.79 | 0.69 |
| Hex | EE | 89 | 71 | 0 | 2A | 35 | 7 | C | 4F | 45 |
| Octal | 356 | 211 | 161 | 0 | 52 | 65 | 7 | 14 | 117 | 105 |
| Binary | 11101110 | 10001001 | 1110001 | 0 | 101010 | 110101 | 111 | 1100 | 1001111 | 1000101 |
Color Harmonies of #EE8971
Complementary color
Monochromatic Colors of #EE8971
Black with #EE8971
Text Example
Text Example
White with #EE8971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8971; }
p { color: rgb(238,137,113); }
H1.HeaderClassName
{
color: #EE8971;
}
.AnyTagClassName
{
color: #EE8971;
}
</style>
background-color css
<style>
a { background-color: #EE8971; }
a { background-color: rgb(238,137,113); }
div.DivClassName
{
background-color: #EE8971;
}
.BgClassName
{
background-color: #EE8971;
}
</style>
border-color css
<style>
span { border-color: #EE8971; }
span { border-color: rgb(238,137,113); }
td.TdClassName
{
border-color: #EE8971;
}
.TagClassName
{
border-color: #EE8971;
}
</style>