Shades of Salmon #EE8469
Tints of Salmon #EE8469
RGB
CMYK
RGB Variations
Color information
#EE8469 (or 0xEE8469) is known color: Salmon. HEX triplet: EE, 84 and 69. RGB value is (238,132,105). Sum of RGB (Red+Green+Blue) = 238+132+105=475 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.11% from 475); Green value is 132 (51.95% from 255 or 27.79% from 475); Blue value is 105 (41.41% from 255 or 22.11% from 475); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8469 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8469 is #117B96. Grayscale: #A0A0A0. Windows color (decimal): -1145751 or 6915310. OLE color: 6915310.
HSL color Cylindrical-coordinate representation of color #EE8469: hue angle of 12.18º 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 #EE8469 is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 132 | 105 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.07 |
| HSL | 12.18º | 0.8% | 0.67% | - |
| HSV(B) | 12.18º | 0.56% | 0.93% | - |
| XYZ | 46.06 | 35.7 | 17.83 | - |
| YUV | 160.62 | 96.62 | 183.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 132 | 105 | 0 | 0.45 | 0.56 | 0.07 | 12.18 | 0.8 | 0.67 |
| Hex | EE | 84 | 69 | 0 | 2D | 38 | 7 | C | 50 | 43 |
| Octal | 356 | 204 | 151 | 0 | 55 | 70 | 7 | 14 | 120 | 103 |
| Binary | 11101110 | 10000100 | 1101001 | 0 | 101101 | 111000 | 111 | 1100 | 1010000 | 1000011 |
Color Harmonies of #EE8469
Complementary color
Monochromatic Colors of #EE8469
Black with #EE8469
Text Example
Text Example
White with #EE8469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8469; }
p { color: rgb(238,132,105); }
H1.HeaderClassName
{
color: #EE8469;
}
.AnyTagClassName
{
color: #EE8469;
}
</style>
background-color css
<style>
a { background-color: #EE8469; }
a { background-color: rgb(238,132,105); }
div.DivClassName
{
background-color: #EE8469;
}
.BgClassName
{
background-color: #EE8469;
}
</style>
border-color css
<style>
span { border-color: #EE8469; }
span { border-color: rgb(238,132,105); }
td.TdClassName
{
border-color: #EE8469;
}
.TagClassName
{
border-color: #EE8469;
}
</style>