Shades of Salmon #EE876A
Tints of Salmon #EE876A
RGB
CMYK
RGB Variations
Color information
#EE876A (or 0xEE876A) is known color: Salmon. HEX triplet: EE, 87 and 6A. RGB value is (238,135,106). Sum of RGB (Red+Green+Blue) = 238+135+106=479 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.69% from 479); Green value is 135 (53.12% from 255 or 28.18% from 479); Blue value is 106 (41.80% from 255 or 22.13% from 479); Max value from RGB is 238 - color contains mainly: red. Hex color #EE876A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE876A is #117895. Grayscale: #A2A2A2. Windows color (decimal): -1144982 or 6981614. OLE color: 6981614.
HSL color Cylindrical-coordinate representation of color #EE876A: hue angle of 13.18º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EE876A is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 135 | 106 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.07 |
| HSL | 13.18º | 0.8% | 0.67% | - |
| HSV(B) | 13.18º | 0.55% | 0.93% | - |
| XYZ | 46.53 | 36.55 | 18.24 | - |
| YUV | 162.49 | 96.12 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 135 | 106 | 0 | 0.43 | 0.55 | 0.07 | 13.18 | 0.8 | 0.67 |
| Hex | EE | 87 | 6A | 0 | 2B | 37 | 7 | D | 50 | 43 |
| Octal | 356 | 207 | 152 | 0 | 53 | 67 | 7 | 15 | 120 | 103 |
| Binary | 11101110 | 10000111 | 1101010 | 0 | 101011 | 110111 | 111 | 1101 | 1010000 | 1000011 |
Color Harmonies of #EE876A
Complementary color
Monochromatic Colors of #EE876A
Black with #EE876A
Text Example
Text Example
White with #EE876A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE876A; }
p { color: rgb(238,135,106); }
H1.HeaderClassName
{
color: #EE876A;
}
.AnyTagClassName
{
color: #EE876A;
}
</style>
background-color css
<style>
a { background-color: #EE876A; }
a { background-color: rgb(238,135,106); }
div.DivClassName
{
background-color: #EE876A;
}
.BgClassName
{
background-color: #EE876A;
}
</style>
border-color css
<style>
span { border-color: #EE876A; }
span { border-color: rgb(238,135,106); }
td.TdClassName
{
border-color: #EE876A;
}
.TagClassName
{
border-color: #EE876A;
}
</style>