Shades of Salmon #EE826F
Tints of Salmon #EE826F
RGB
CMYK
RGB Variations
Color information
#EE826F (or 0xEE826F) is known color: Salmon. HEX triplet: EE, 82 and 6F. RGB value is (238,130,111). Sum of RGB (Red+Green+Blue) = 238+130+111=479 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.69% from 479); Green value is 130 (51.17% from 255 or 27.14% from 479); Blue value is 111 (43.75% from 255 or 23.17% from 479); Max value from RGB is 238 - color contains mainly: red. Hex color #EE826F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE826F is #117D90. Grayscale: #A0A0A0. Windows color (decimal): -1146257 or 7308014. OLE color: 7308014.
HSL color Cylindrical-coordinate representation of color #EE826F: hue angle of 8.98º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EE826F is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 130 | 111 | - |
| CMYK | 0 | 0.45 | 0.53 | 0.07 |
| HSL | 8.98º | 0.79% | 0.68% | - |
| HSV(B) | 8.98º | 0.53% | 0.93% | - |
| XYZ | 46.11 | 35.29 | 19.42 | - |
| YUV | 160.13 | 100.28 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 130 | 111 | 0 | 0.45 | 0.53 | 0.07 | 8.98 | 0.79 | 0.68 |
| Hex | EE | 82 | 6F | 0 | 2D | 35 | 7 | 9 | 4F | 44 |
| Octal | 356 | 202 | 157 | 0 | 55 | 65 | 7 | 11 | 117 | 104 |
| Binary | 11101110 | 10000010 | 1101111 | 0 | 101101 | 110101 | 111 | 1001 | 1001111 | 1000100 |
Color Harmonies of #EE826F
Complementary color
Monochromatic Colors of #EE826F
Black with #EE826F
Text Example
Text Example
White with #EE826F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE826F; }
p { color: rgb(238,130,111); }
H1.HeaderClassName
{
color: #EE826F;
}
.AnyTagClassName
{
color: #EE826F;
}
</style>
background-color css
<style>
a { background-color: #EE826F; }
a { background-color: rgb(238,130,111); }
div.DivClassName
{
background-color: #EE826F;
}
.BgClassName
{
background-color: #EE826F;
}
</style>
border-color css
<style>
span { border-color: #EE826F; }
span { border-color: rgb(238,130,111); }
td.TdClassName
{
border-color: #EE826F;
}
.TagClassName
{
border-color: #EE826F;
}
</style>