Shades of Salmon #EE8675
Tints of Salmon #EE8675
RGB
CMYK
RGB Variations
Color information
#EE8675 (or 0xEE8675) is known color: Salmon. HEX triplet: EE, 86 and 75. RGB value is (238,134,117). Sum of RGB (Red+Green+Blue) = 238+134+117=489 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.67% from 489); Green value is 134 (52.73% from 255 or 27.40% from 489); Blue value is 117 (46.09% from 255 or 23.93% from 489); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8675 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8675 is #11798A. Grayscale: #A3A3A3. Windows color (decimal): -1145227 or 7702254. OLE color: 7702254.
HSL color Cylindrical-coordinate representation of color #EE8675: hue angle of 8.43º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EE8675 is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 134 | 117 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.07 |
| HSL | 8.43º | 0.78% | 0.7% | - |
| HSV(B) | 8.43º | 0.51% | 0.93% | - |
| XYZ | 47 | 36.51 | 21.4 | - |
| YUV | 163.16 | 101.96 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 134 | 117 | 0 | 0.44 | 0.51 | 0.07 | 8.43 | 0.78 | 0.7 |
| Hex | EE | 86 | 75 | 0 | 2C | 33 | 7 | 8 | 4E | 46 |
| Octal | 356 | 206 | 165 | 0 | 54 | 63 | 7 | 10 | 116 | 106 |
| Binary | 11101110 | 10000110 | 1110101 | 0 | 101100 | 110011 | 111 | 1000 | 1001110 | 1000110 |
Color Harmonies of #EE8675
Complementary color
Monochromatic Colors of #EE8675
Black with #EE8675
Text Example
Text Example
White with #EE8675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8675; }
p { color: rgb(238,134,117); }
H1.HeaderClassName
{
color: #EE8675;
}
.AnyTagClassName
{
color: #EE8675;
}
</style>
background-color css
<style>
a { background-color: #EE8675; }
a { background-color: rgb(238,134,117); }
div.DivClassName
{
background-color: #EE8675;
}
.BgClassName
{
background-color: #EE8675;
}
</style>
border-color css
<style>
span { border-color: #EE8675; }
span { border-color: rgb(238,134,117); }
td.TdClassName
{
border-color: #EE8675;
}
.TagClassName
{
border-color: #EE8675;
}
</style>