Shades of Salmon #EE8366
Tints of Salmon #EE8366
RGB
CMYK
RGB Variations
Color information
#EE8366 (or 0xEE8366) is known color: Salmon. HEX triplet: EE, 83 and 66. RGB value is (238,131,102). Sum of RGB (Red+Green+Blue) = 238+131+102=471 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.53% from 471); Green value is 131 (51.56% from 255 or 27.81% from 471); Blue value is 102 (40.23% from 255 or 21.66% from 471); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8366 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8366 is #117C99. Grayscale: #9F9F9F. Windows color (decimal): -1146010 or 6718446. OLE color: 6718446.
HSL color Cylindrical-coordinate representation of color #EE8366: hue angle of 12.79º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EE8366 is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 131 | 102 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.07 |
| HSL | 12.79º | 0.8% | 0.67% | - |
| HSV(B) | 12.79º | 0.57% | 0.93% | - |
| XYZ | 45.77 | 35.37 | 16.98 | - |
| YUV | 159.69 | 95.45 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 131 | 102 | 0 | 0.45 | 0.57 | 0.07 | 12.79 | 0.8 | 0.67 |
| Hex | EE | 83 | 66 | 0 | 2D | 39 | 7 | D | 50 | 43 |
| Octal | 356 | 203 | 146 | 0 | 55 | 71 | 7 | 15 | 120 | 103 |
| Binary | 11101110 | 10000011 | 1100110 | 0 | 101101 | 111001 | 111 | 1101 | 1010000 | 1000011 |
Color Harmonies of #EE8366
Complementary color
Monochromatic Colors of #EE8366
Black with #EE8366
Text Example
Text Example
White with #EE8366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8366; }
p { color: rgb(238,131,102); }
H1.HeaderClassName
{
color: #EE8366;
}
.AnyTagClassName
{
color: #EE8366;
}
</style>
background-color css
<style>
a { background-color: #EE8366; }
a { background-color: rgb(238,131,102); }
div.DivClassName
{
background-color: #EE8366;
}
.BgClassName
{
background-color: #EE8366;
}
</style>
border-color css
<style>
span { border-color: #EE8366; }
span { border-color: rgb(238,131,102); }
td.TdClassName
{
border-color: #EE8366;
}
.TagClassName
{
border-color: #EE8366;
}
</style>