Shades of Salmon #EE8169
Tints of Salmon #EE8169
RGB
CMYK
RGB Variations
Color information
#EE8169 (or 0xEE8169) is known color: Salmon. HEX triplet: EE, 81 and 69. RGB value is (238,129,105). Sum of RGB (Red+Green+Blue) = 238+129+105=472 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.42% from 472); Green value is 129 (50.78% from 255 or 27.33% from 472); Blue value is 105 (41.41% from 255 or 22.25% from 472); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8169 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8169 is #117E96. Grayscale: #9F9F9F. Windows color (decimal): -1146519 or 6914542. OLE color: 6914542.
HSL color Cylindrical-coordinate representation of color #EE8169: hue angle of 10.83º 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 #EE8169 is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 129 | 105 | - |
| CMYK | 0 | 0.46 | 0.56 | 0.07 |
| HSL | 10.83º | 0.8% | 0.67% | - |
| HSV(B) | 10.83º | 0.56% | 0.93% | - |
| XYZ | 45.66 | 34.9 | 17.69 | - |
| YUV | 158.86 | 97.61 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 129 | 105 | 0 | 0.46 | 0.56 | 0.07 | 10.83 | 0.8 | 0.67 |
| Hex | EE | 81 | 69 | 0 | 2E | 38 | 7 | B | 50 | 43 |
| Octal | 356 | 201 | 151 | 0 | 56 | 70 | 7 | 13 | 120 | 103 |
| Binary | 11101110 | 10000001 | 1101001 | 0 | 101110 | 111000 | 111 | 1011 | 1010000 | 1000011 |
Color Harmonies of #EE8169
Complementary color
Monochromatic Colors of #EE8169
Black with #EE8169
Text Example
Text Example
White with #EE8169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8169; }
p { color: rgb(238,129,105); }
H1.HeaderClassName
{
color: #EE8169;
}
.AnyTagClassName
{
color: #EE8169;
}
</style>
background-color css
<style>
a { background-color: #EE8169; }
a { background-color: rgb(238,129,105); }
div.DivClassName
{
background-color: #EE8169;
}
.BgClassName
{
background-color: #EE8169;
}
</style>
border-color css
<style>
span { border-color: #EE8169; }
span { border-color: rgb(238,129,105); }
td.TdClassName
{
border-color: #EE8169;
}
.TagClassName
{
border-color: #EE8169;
}
</style>