Shades of Salmon #EE896A
Tints of Salmon #EE896A
RGB
CMYK
RGB Variations
Color information
#EE896A (or 0xEE896A) is known color: Salmon. HEX triplet: EE, 89 and 6A. RGB value is (238,137,106). Sum of RGB (Red+Green+Blue) = 238+137+106=481 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.48% from 481); Green value is 137 (53.91% from 255 or 28.48% from 481); Blue value is 106 (41.80% from 255 or 22.04% from 481); Max value from RGB is 238 - color contains mainly: red. Hex color #EE896A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE896A is #117695. Grayscale: #A3A3A3. Windows color (decimal): -1144470 or 6982126. OLE color: 6982126.
HSL color Cylindrical-coordinate representation of color #EE896A: hue angle of 14.09º 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 #EE896A is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 137 | 106 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.07 |
| HSL | 14.09º | 0.8% | 0.67% | - |
| HSV(B) | 14.09º | 0.55% | 0.93% | - |
| XYZ | 46.81 | 37.11 | 18.33 | - |
| YUV | 163.67 | 95.46 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 137 | 106 | 0 | 0.42 | 0.55 | 0.07 | 14.09 | 0.8 | 0.67 |
| Hex | EE | 89 | 6A | 0 | 2A | 37 | 7 | E | 50 | 43 |
| Octal | 356 | 211 | 152 | 0 | 52 | 67 | 7 | 16 | 120 | 103 |
| Binary | 11101110 | 10001001 | 1101010 | 0 | 101010 | 110111 | 111 | 1110 | 1010000 | 1000011 |
Color Harmonies of #EE896A
Complementary color
Monochromatic Colors of #EE896A
Black with #EE896A
Text Example
Text Example
White with #EE896A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE896A; }
p { color: rgb(238,137,106); }
H1.HeaderClassName
{
color: #EE896A;
}
.AnyTagClassName
{
color: #EE896A;
}
</style>
background-color css
<style>
a { background-color: #EE896A; }
a { background-color: rgb(238,137,106); }
div.DivClassName
{
background-color: #EE896A;
}
.BgClassName
{
background-color: #EE896A;
}
</style>
border-color css
<style>
span { border-color: #EE896A; }
span { border-color: rgb(238,137,106); }
td.TdClassName
{
border-color: #EE896A;
}
.TagClassName
{
border-color: #EE896A;
}
</style>