Shades of Salmon #EE8468
Tints of Salmon #EE8468
RGB
CMYK
RGB Variations
Color information
#EE8468 (or 0xEE8468) is known color: Salmon. HEX triplet: EE, 84 and 68. RGB value is (238,132,104). Sum of RGB (Red+Green+Blue) = 238+132+104=474 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.21% from 474); Green value is 132 (51.95% from 255 or 27.85% from 474); Blue value is 104 (41.02% from 255 or 21.94% from 474); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8468 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8468 is #117B97. Grayscale: #A0A0A0. Windows color (decimal): -1145752 or 6849774. OLE color: 6849774.
HSL color Cylindrical-coordinate representation of color #EE8468: hue angle of 12.54º 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 #EE8468 is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 132 | 104 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.07 |
| HSL | 12.54º | 0.8% | 0.67% | - |
| HSV(B) | 12.54º | 0.56% | 0.93% | - |
| XYZ | 46.01 | 35.68 | 17.56 | - |
| YUV | 160.5 | 96.12 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 132 | 104 | 0 | 0.45 | 0.56 | 0.07 | 12.54 | 0.8 | 0.67 |
| Hex | EE | 84 | 68 | 0 | 2D | 38 | 7 | D | 50 | 43 |
| Octal | 356 | 204 | 150 | 0 | 55 | 70 | 7 | 15 | 120 | 103 |
| Binary | 11101110 | 10000100 | 1101000 | 0 | 101101 | 111000 | 111 | 1101 | 1010000 | 1000011 |
Color Harmonies of #EE8468
Complementary color
Monochromatic Colors of #EE8468
Black with #EE8468
Text Example
Text Example
White with #EE8468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8468; }
p { color: rgb(238,132,104); }
H1.HeaderClassName
{
color: #EE8468;
}
.AnyTagClassName
{
color: #EE8468;
}
</style>
background-color css
<style>
a { background-color: #EE8468; }
a { background-color: rgb(238,132,104); }
div.DivClassName
{
background-color: #EE8468;
}
.BgClassName
{
background-color: #EE8468;
}
</style>
border-color css
<style>
span { border-color: #EE8468; }
span { border-color: rgb(238,132,104); }
td.TdClassName
{
border-color: #EE8468;
}
.TagClassName
{
border-color: #EE8468;
}
</style>