Shades of Salmon #EE806B
Tints of Salmon #EE806B
RGB
CMYK
RGB Variations
Color information
#EE806B (or 0xEE806B) is known color: Salmon. HEX triplet: EE, 80 and 6B. RGB value is (238,128,107). Sum of RGB (Red+Green+Blue) = 238+128+107=473 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.32% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 107 (42.19% from 255 or 22.62% from 473); Max value from RGB is 238 - color contains mainly: red. Hex color #EE806B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE806B is #117F94. Grayscale: #9E9E9E. Windows color (decimal): -1146773 or 7045358. OLE color: 7045358.
HSL color Cylindrical-coordinate representation of color #EE806B: hue angle of 9.62º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EE806B is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 128 | 107 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.07 |
| HSL | 9.62º | 0.79% | 0.68% | - |
| HSV(B) | 9.62º | 0.55% | 0.93% | - |
| XYZ | 45.63 | 34.68 | 18.2 | - |
| YUV | 158.5 | 98.94 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 128 | 107 | 0 | 0.46 | 0.55 | 0.07 | 9.62 | 0.79 | 0.68 |
| Hex | EE | 80 | 6B | 0 | 2E | 37 | 7 | A | 4F | 44 |
| Octal | 356 | 200 | 153 | 0 | 56 | 67 | 7 | 12 | 117 | 104 |
| Binary | 11101110 | 10000000 | 1101011 | 0 | 101110 | 110111 | 111 | 1010 | 1001111 | 1000100 |
Color Harmonies of #EE806B
Complementary color
Monochromatic Colors of #EE806B
Black with #EE806B
Text Example
Text Example
White with #EE806B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE806B; }
p { color: rgb(238,128,107); }
H1.HeaderClassName
{
color: #EE806B;
}
.AnyTagClassName
{
color: #EE806B;
}
</style>
background-color css
<style>
a { background-color: #EE806B; }
a { background-color: rgb(238,128,107); }
div.DivClassName
{
background-color: #EE806B;
}
.BgClassName
{
background-color: #EE806B;
}
</style>
border-color css
<style>
span { border-color: #EE806B; }
span { border-color: rgb(238,128,107); }
td.TdClassName
{
border-color: #EE806B;
}
.TagClassName
{
border-color: #EE806B;
}
</style>