Shades of Salmon #EE8872
Tints of Salmon #EE8872
RGB
CMYK
RGB Variations
Color information
#EE8872 (or 0xEE8872) is known color: Salmon. HEX triplet: EE, 88 and 72. RGB value is (238,136,114). Sum of RGB (Red+Green+Blue) = 238+136+114=488 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.77% from 488); Green value is 136 (53.52% from 255 or 27.87% from 488); Blue value is 114 (44.92% from 255 or 23.36% from 488); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8872 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8872 is #11778D. Grayscale: #A4A4A4. Windows color (decimal): -1144718 or 7506158. OLE color: 7506158.
HSL color Cylindrical-coordinate representation of color #EE8872: hue angle of 10.65º 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 #EE8872 is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 136 | 114 | - |
| CMYK | 0 | 0.43 | 0.52 | 0.07 |
| HSL | 10.65º | 0.78% | 0.69% | - |
| HSV(B) | 10.65º | 0.52% | 0.93% | - |
| XYZ | 47.1 | 37 | 20.58 | - |
| YUV | 163.99 | 99.79 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 136 | 114 | 0 | 0.43 | 0.52 | 0.07 | 10.65 | 0.78 | 0.69 |
| Hex | EE | 88 | 72 | 0 | 2B | 34 | 7 | B | 4E | 45 |
| Octal | 356 | 210 | 162 | 0 | 53 | 64 | 7 | 13 | 116 | 105 |
| Binary | 11101110 | 10001000 | 1110010 | 0 | 101011 | 110100 | 111 | 1011 | 1001110 | 1000101 |
Color Harmonies of #EE8872
Complementary color
Monochromatic Colors of #EE8872
Black with #EE8872
Text Example
Text Example
White with #EE8872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8872; }
p { color: rgb(238,136,114); }
H1.HeaderClassName
{
color: #EE8872;
}
.AnyTagClassName
{
color: #EE8872;
}
</style>
background-color css
<style>
a { background-color: #EE8872; }
a { background-color: rgb(238,136,114); }
div.DivClassName
{
background-color: #EE8872;
}
.BgClassName
{
background-color: #EE8872;
}
</style>
border-color css
<style>
span { border-color: #EE8872; }
span { border-color: rgb(238,136,114); }
td.TdClassName
{
border-color: #EE8872;
}
.TagClassName
{
border-color: #EE8872;
}
</style>