Shades of Salmon #EE8067
Tints of Salmon #EE8067
RGB
CMYK
RGB Variations
Color information
#EE8067 (or 0xEE8067) is known color: Salmon. HEX triplet: EE, 80 and 67. RGB value is (238,128,103). Sum of RGB (Red+Green+Blue) = 238+128+103=469 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.75% from 469); Green value is 128 (50.39% from 255 or 27.29% from 469); Blue value is 103 (40.62% from 255 or 21.96% from 469); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8067 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8067 is #117F98. Grayscale: #9E9E9E. Windows color (decimal): -1146777 or 6783214. OLE color: 6783214.
HSL color Cylindrical-coordinate representation of color #EE8067: hue angle of 11.11º 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 #EE8067 is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 128 | 103 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.07 |
| HSL | 11.11º | 0.8% | 0.67% | - |
| HSV(B) | 11.11º | 0.57% | 0.93% | - |
| XYZ | 45.43 | 34.59 | 17.12 | - |
| YUV | 158.04 | 96.94 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 128 | 103 | 0 | 0.46 | 0.57 | 0.07 | 11.11 | 0.8 | 0.67 |
| Hex | EE | 80 | 67 | 0 | 2E | 39 | 7 | B | 50 | 43 |
| Octal | 356 | 200 | 147 | 0 | 56 | 71 | 7 | 13 | 120 | 103 |
| Binary | 11101110 | 10000000 | 1100111 | 0 | 101110 | 111001 | 111 | 1011 | 1010000 | 1000011 |
Color Harmonies of #EE8067
Complementary color
Monochromatic Colors of #EE8067
Black with #EE8067
Text Example
Text Example
White with #EE8067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8067; }
p { color: rgb(238,128,103); }
H1.HeaderClassName
{
color: #EE8067;
}
.AnyTagClassName
{
color: #EE8067;
}
</style>
background-color css
<style>
a { background-color: #EE8067; }
a { background-color: rgb(238,128,103); }
div.DivClassName
{
background-color: #EE8067;
}
.BgClassName
{
background-color: #EE8067;
}
</style>
border-color css
<style>
span { border-color: #EE8067; }
span { border-color: rgb(238,128,103); }
td.TdClassName
{
border-color: #EE8067;
}
.TagClassName
{
border-color: #EE8067;
}
</style>