Shades of Salmon #EE8667
Tints of Salmon #EE8667
RGB
CMYK
RGB Variations
Color information
#EE8667 (or 0xEE8667) is known color: Salmon. HEX triplet: EE, 86 and 67. RGB value is (238,134,103). Sum of RGB (Red+Green+Blue) = 238+134+103=475 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.11% from 475); Green value is 134 (52.73% from 255 or 28.21% from 475); Blue value is 103 (40.62% from 255 or 21.68% from 475); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8667 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8667 is #117998. Grayscale: #A1A1A1. Windows color (decimal): -1145241 or 6784750. OLE color: 6784750.
HSL color Cylindrical-coordinate representation of color #EE8667: hue angle of 13.78º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EE8667 is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 134 | 103 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.07 |
| HSL | 13.78º | 0.8% | 0.67% | - |
| HSV(B) | 13.78º | 0.57% | 0.93% | - |
| XYZ | 46.23 | 36.21 | 17.38 | - |
| YUV | 161.56 | 94.96 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 134 | 103 | 0 | 0.44 | 0.57 | 0.07 | 13.78 | 0.8 | 0.67 |
| Hex | EE | 86 | 67 | 0 | 2C | 39 | 7 | E | 50 | 43 |
| Octal | 356 | 206 | 147 | 0 | 54 | 71 | 7 | 16 | 120 | 103 |
| Binary | 11101110 | 10000110 | 1100111 | 0 | 101100 | 111001 | 111 | 1110 | 1010000 | 1000011 |
Color Harmonies of #EE8667
Complementary color
Monochromatic Colors of #EE8667
Black with #EE8667
Text Example
Text Example
White with #EE8667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8667; }
p { color: rgb(238,134,103); }
H1.HeaderClassName
{
color: #EE8667;
}
.AnyTagClassName
{
color: #EE8667;
}
</style>
background-color css
<style>
a { background-color: #EE8667; }
a { background-color: rgb(238,134,103); }
div.DivClassName
{
background-color: #EE8667;
}
.BgClassName
{
background-color: #EE8667;
}
</style>
border-color css
<style>
span { border-color: #EE8667; }
span { border-color: rgb(238,134,103); }
td.TdClassName
{
border-color: #EE8667;
}
.TagClassName
{
border-color: #EE8667;
}
</style>