Shades of Salmon #EE8168
Tints of Salmon #EE8168
RGB
CMYK
RGB Variations
Color information
#EE8168 (or 0xEE8168) is known color: Salmon. HEX triplet: EE, 81 and 68. RGB value is (238,129,104). Sum of RGB (Red+Green+Blue) = 238+129+104=471 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.53% from 471); Green value is 129 (50.78% from 255 or 27.39% from 471); Blue value is 104 (41.02% from 255 or 22.08% from 471); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8168 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8168 is #117E97. Grayscale: #9E9E9E. Windows color (decimal): -1146520 or 6849006. OLE color: 6849006.
HSL color Cylindrical-coordinate representation of color #EE8168: hue angle of 11.19º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EE8168 is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 129 | 104 | - |
| CMYK | 0 | 0.46 | 0.56 | 0.07 |
| HSL | 11.19º | 0.8% | 0.67% | - |
| HSV(B) | 11.19º | 0.56% | 0.93% | - |
| XYZ | 45.61 | 34.88 | 17.42 | - |
| YUV | 158.74 | 97.11 | 184.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 129 | 104 | 0 | 0.46 | 0.56 | 0.07 | 11.19 | 0.8 | 0.67 |
| Hex | EE | 81 | 68 | 0 | 2E | 38 | 7 | B | 50 | 43 |
| Octal | 356 | 201 | 150 | 0 | 56 | 70 | 7 | 13 | 120 | 103 |
| Binary | 11101110 | 10000001 | 1101000 | 0 | 101110 | 111000 | 111 | 1011 | 1010000 | 1000011 |
Color Harmonies of #EE8168
Complementary color
Monochromatic Colors of #EE8168
Black with #EE8168
Text Example
Text Example
White with #EE8168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8168; }
p { color: rgb(238,129,104); }
H1.HeaderClassName
{
color: #EE8168;
}
.AnyTagClassName
{
color: #EE8168;
}
</style>
background-color css
<style>
a { background-color: #EE8168; }
a { background-color: rgb(238,129,104); }
div.DivClassName
{
background-color: #EE8168;
}
.BgClassName
{
background-color: #EE8168;
}
</style>
border-color css
<style>
span { border-color: #EE8168; }
span { border-color: rgb(238,129,104); }
td.TdClassName
{
border-color: #EE8168;
}
.TagClassName
{
border-color: #EE8168;
}
</style>