Shades of Salmon #EE8874
Tints of Salmon #EE8874
RGB
CMYK
RGB Variations
Color information
#EE8874 (or 0xEE8874) is known color: Salmon. HEX triplet: EE, 88 and 74. RGB value is (238,136,116). Sum of RGB (Red+Green+Blue) = 238+136+116=490 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.57% from 490); Green value is 136 (53.52% from 255 or 27.76% from 490); Blue value is 116 (45.70% from 255 or 23.67% from 490); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8874 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8874 is #11778B. Grayscale: #A4A4A4. Windows color (decimal): -1144716 or 7637230. OLE color: 7637230.
HSL color Cylindrical-coordinate representation of color #EE8874: hue angle of 9.84º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EE8874 is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 136 | 116 | - |
| CMYK | 0 | 0.43 | 0.51 | 0.07 |
| HSL | 9.84º | 0.78% | 0.69% | - |
| HSV(B) | 9.84º | 0.51% | 0.93% | - |
| XYZ | 47.22 | 37.05 | 21.19 | - |
| YUV | 164.22 | 100.79 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 136 | 116 | 0 | 0.43 | 0.51 | 0.07 | 9.84 | 0.78 | 0.69 |
| Hex | EE | 88 | 74 | 0 | 2B | 33 | 7 | A | 4E | 45 |
| Octal | 356 | 210 | 164 | 0 | 53 | 63 | 7 | 12 | 116 | 105 |
| Binary | 11101110 | 10001000 | 1110100 | 0 | 101011 | 110011 | 111 | 1010 | 1001110 | 1000101 |
Color Harmonies of #EE8874
Complementary color
Monochromatic Colors of #EE8874
Black with #EE8874
Text Example
Text Example
White with #EE8874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8874; }
p { color: rgb(238,136,116); }
H1.HeaderClassName
{
color: #EE8874;
}
.AnyTagClassName
{
color: #EE8874;
}
</style>
background-color css
<style>
a { background-color: #EE8874; }
a { background-color: rgb(238,136,116); }
div.DivClassName
{
background-color: #EE8874;
}
.BgClassName
{
background-color: #EE8874;
}
</style>
border-color css
<style>
span { border-color: #EE8874; }
span { border-color: rgb(238,136,116); }
td.TdClassName
{
border-color: #EE8874;
}
.TagClassName
{
border-color: #EE8874;
}
</style>