Shades of Salmon #EE8573
Tints of Salmon #EE8573
RGB
CMYK
RGB Variations
Color information
#EE8573 (or 0xEE8573) is known color: Salmon. HEX triplet: EE, 85 and 73. RGB value is (238,133,115). Sum of RGB (Red+Green+Blue) = 238+133+115=486 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.97% from 486); Green value is 133 (52.34% from 255 or 27.37% from 486); Blue value is 115 (45.31% from 255 or 23.66% from 486); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8573 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8573 is #117A8C. Grayscale: #A2A2A2. Windows color (decimal): -1145485 or 7570926. OLE color: 7570926.
HSL color Cylindrical-coordinate representation of color #EE8573: hue angle of 8.78º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EE8573 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 133 | 115 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.07 |
| HSL | 8.78º | 0.78% | 0.69% | - |
| HSV(B) | 8.78º | 0.52% | 0.93% | - |
| XYZ | 46.74 | 36.19 | 20.74 | - |
| YUV | 162.34 | 101.29 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 133 | 115 | 0 | 0.44 | 0.52 | 0.07 | 8.78 | 0.78 | 0.69 |
| Hex | EE | 85 | 73 | 0 | 2C | 34 | 7 | 9 | 4E | 45 |
| Octal | 356 | 205 | 163 | 0 | 54 | 64 | 7 | 11 | 116 | 105 |
| Binary | 11101110 | 10000101 | 1110011 | 0 | 101100 | 110100 | 111 | 1001 | 1001110 | 1000101 |
Color Harmonies of #EE8573
Complementary color
Monochromatic Colors of #EE8573
Black with #EE8573
Text Example
Text Example
White with #EE8573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8573; }
p { color: rgb(238,133,115); }
H1.HeaderClassName
{
color: #EE8573;
}
.AnyTagClassName
{
color: #EE8573;
}
</style>
background-color css
<style>
a { background-color: #EE8573; }
a { background-color: rgb(238,133,115); }
div.DivClassName
{
background-color: #EE8573;
}
.BgClassName
{
background-color: #EE8573;
}
</style>
border-color css
<style>
span { border-color: #EE8573; }
span { border-color: rgb(238,133,115); }
td.TdClassName
{
border-color: #EE8573;
}
.TagClassName
{
border-color: #EE8573;
}
</style>