Shades of Salmon #EE8873
Tints of Salmon #EE8873
RGB
CMYK
RGB Variations
Color information
#EE8873 (or 0xEE8873) is known color: Salmon. HEX triplet: EE, 88 and 73. RGB value is (238,136,115). Sum of RGB (Red+Green+Blue) = 238+136+115=489 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.67% from 489); Green value is 136 (53.52% from 255 or 27.81% from 489); Blue value is 115 (45.31% from 255 or 23.52% from 489); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8873 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8873 is #11778C. Grayscale: #A4A4A4. Windows color (decimal): -1144717 or 7571694. OLE color: 7571694.
HSL color Cylindrical-coordinate representation of color #EE8873: hue angle of 10.24º 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 #EE8873 is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 136 | 115 | - |
| CMYK | 0 | 0.43 | 0.52 | 0.07 |
| HSL | 10.24º | 0.78% | 0.69% | - |
| HSV(B) | 10.24º | 0.52% | 0.93% | - |
| XYZ | 47.16 | 37.02 | 20.88 | - |
| YUV | 164.1 | 100.29 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 136 | 115 | 0 | 0.43 | 0.52 | 0.07 | 10.24 | 0.78 | 0.69 |
| Hex | EE | 88 | 73 | 0 | 2B | 34 | 7 | A | 4E | 45 |
| Octal | 356 | 210 | 163 | 0 | 53 | 64 | 7 | 12 | 116 | 105 |
| Binary | 11101110 | 10001000 | 1110011 | 0 | 101011 | 110100 | 111 | 1010 | 1001110 | 1000101 |
Color Harmonies of #EE8873
Complementary color
Monochromatic Colors of #EE8873
Black with #EE8873
Text Example
Text Example
White with #EE8873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8873; }
p { color: rgb(238,136,115); }
H1.HeaderClassName
{
color: #EE8873;
}
.AnyTagClassName
{
color: #EE8873;
}
</style>
background-color css
<style>
a { background-color: #EE8873; }
a { background-color: rgb(238,136,115); }
div.DivClassName
{
background-color: #EE8873;
}
.BgClassName
{
background-color: #EE8873;
}
</style>
border-color css
<style>
span { border-color: #EE8873; }
span { border-color: rgb(238,136,115); }
td.TdClassName
{
border-color: #EE8873;
}
.TagClassName
{
border-color: #EE8873;
}
</style>