Shades of Salmon #EE8570
Tints of Salmon #EE8570
RGB
CMYK
RGB Variations
Color information
#EE8570 (or 0xEE8570) is known color: Salmon. HEX triplet: EE, 85 and 70. RGB value is (238,133,112). Sum of RGB (Red+Green+Blue) = 238+133+112=483 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.28% from 483); Green value is 133 (52.34% from 255 or 27.54% from 483); Blue value is 112 (44.14% from 255 or 23.19% from 483); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8570 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8570 is #117A8F. Grayscale: #A2A2A2. Windows color (decimal): -1145488 or 7374318. OLE color: 7374318.
HSL color Cylindrical-coordinate representation of color #EE8570: hue angle of 10º 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 #EE8570 is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 133 | 112 | - |
| CMYK | 0 | 0.44 | 0.53 | 0.07 |
| HSL | 10º | 0.79% | 0.69% | - |
| HSV(B) | 10º | 0.53% | 0.93% | - |
| XYZ | 46.57 | 36.12 | 19.85 | - |
| YUV | 162 | 99.79 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 133 | 112 | 0 | 0.44 | 0.53 | 0.07 | 10 | 0.79 | 0.69 |
| Hex | EE | 85 | 70 | 0 | 2C | 35 | 7 | A | 4F | 45 |
| Octal | 356 | 205 | 160 | 0 | 54 | 65 | 7 | 12 | 117 | 105 |
| Binary | 11101110 | 10000101 | 1110000 | 0 | 101100 | 110101 | 111 | 1010 | 1001111 | 1000101 |
Color Harmonies of #EE8570
Complementary color
Monochromatic Colors of #EE8570
Black with #EE8570
Text Example
Text Example
White with #EE8570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8570; }
p { color: rgb(238,133,112); }
H1.HeaderClassName
{
color: #EE8570;
}
.AnyTagClassName
{
color: #EE8570;
}
</style>
background-color css
<style>
a { background-color: #EE8570; }
a { background-color: rgb(238,133,112); }
div.DivClassName
{
background-color: #EE8570;
}
.BgClassName
{
background-color: #EE8570;
}
</style>
border-color css
<style>
span { border-color: #EE8570; }
span { border-color: rgb(238,133,112); }
td.TdClassName
{
border-color: #EE8570;
}
.TagClassName
{
border-color: #EE8570;
}
</style>