Shades of Salmon #EE806C
Tints of Salmon #EE806C
RGB
CMYK
RGB Variations
Color information
#EE806C (or 0xEE806C) is known color: Salmon. HEX triplet: EE, 80 and 6C. RGB value is (238,128,108). Sum of RGB (Red+Green+Blue) = 238+128+108=474 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.21% from 474); Green value is 128 (50.39% from 255 or 27.00% from 474); Blue value is 108 (42.58% from 255 or 22.78% from 474); Max value from RGB is 238 - color contains mainly: red. Hex color #EE806C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE806C is #117F93. Grayscale: #9E9E9E. Windows color (decimal): -1146772 or 7110894. OLE color: 7110894.
HSL color Cylindrical-coordinate representation of color #EE806C: hue angle of 9.23º 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 #EE806C is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 128 | 108 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.07 |
| HSL | 9.23º | 0.79% | 0.68% | - |
| HSV(B) | 9.23º | 0.55% | 0.93% | - |
| XYZ | 45.69 | 34.7 | 18.48 | - |
| YUV | 158.61 | 99.44 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 128 | 108 | 0 | 0.46 | 0.55 | 0.07 | 9.23 | 0.79 | 0.68 |
| Hex | EE | 80 | 6C | 0 | 2E | 37 | 7 | 9 | 4F | 44 |
| Octal | 356 | 200 | 154 | 0 | 56 | 67 | 7 | 11 | 117 | 104 |
| Binary | 11101110 | 10000000 | 1101100 | 0 | 101110 | 110111 | 111 | 1001 | 1001111 | 1000100 |
Color Harmonies of #EE806C
Complementary color
Monochromatic Colors of #EE806C
Black with #EE806C
Text Example
Text Example
White with #EE806C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE806C; }
p { color: rgb(238,128,108); }
H1.HeaderClassName
{
color: #EE806C;
}
.AnyTagClassName
{
color: #EE806C;
}
</style>
background-color css
<style>
a { background-color: #EE806C; }
a { background-color: rgb(238,128,108); }
div.DivClassName
{
background-color: #EE806C;
}
.BgClassName
{
background-color: #EE806C;
}
</style>
border-color css
<style>
span { border-color: #EE806C; }
span { border-color: rgb(238,128,108); }
td.TdClassName
{
border-color: #EE806C;
}
.TagClassName
{
border-color: #EE806C;
}
</style>