Shades of Salmon #EE8473
Tints of Salmon #EE8473
RGB
CMYK
RGB Variations
Color information
#EE8473 (or 0xEE8473) is known color: Salmon. HEX triplet: EE, 84 and 73. RGB value is (238,132,115). Sum of RGB (Red+Green+Blue) = 238+132+115=485 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.07% from 485); Green value is 132 (51.95% from 255 or 27.22% from 485); Blue value is 115 (45.31% from 255 or 23.71% from 485); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8473 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8473 is #117B8C. Grayscale: #A1A1A1. Windows color (decimal): -1145741 or 7570670. OLE color: 7570670.
HSL color Cylindrical-coordinate representation of color #EE8473: hue angle of 8.29º 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 #EE8473 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 132 | 115 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.07 |
| HSL | 8.29º | 0.78% | 0.69% | - |
| HSV(B) | 8.29º | 0.52% | 0.93% | - |
| XYZ | 46.61 | 35.92 | 20.7 | - |
| YUV | 161.76 | 101.62 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 132 | 115 | 0 | 0.45 | 0.52 | 0.07 | 8.29 | 0.78 | 0.69 |
| Hex | EE | 84 | 73 | 0 | 2D | 34 | 7 | 8 | 4E | 45 |
| Octal | 356 | 204 | 163 | 0 | 55 | 64 | 7 | 10 | 116 | 105 |
| Binary | 11101110 | 10000100 | 1110011 | 0 | 101101 | 110100 | 111 | 1000 | 1001110 | 1000101 |
Color Harmonies of #EE8473
Complementary color
Monochromatic Colors of #EE8473
Black with #EE8473
Text Example
Text Example
White with #EE8473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8473; }
p { color: rgb(238,132,115); }
H1.HeaderClassName
{
color: #EE8473;
}
.AnyTagClassName
{
color: #EE8473;
}
</style>
background-color css
<style>
a { background-color: #EE8473; }
a { background-color: rgb(238,132,115); }
div.DivClassName
{
background-color: #EE8473;
}
.BgClassName
{
background-color: #EE8473;
}
</style>
border-color css
<style>
span { border-color: #EE8473; }
span { border-color: rgb(238,132,115); }
td.TdClassName
{
border-color: #EE8473;
}
.TagClassName
{
border-color: #EE8473;
}
</style>