Shades of Dark Salmon #EE8D69
Tints of Dark Salmon #EE8D69
RGB
CMYK
RGB Variations
Color information
#EE8D69 (or 0xEE8D69) is known color: Dark Salmon. HEX triplet: EE, 8D and 69. RGB value is (238,141,105). Sum of RGB (Red+Green+Blue) = 238+141+105=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 141 (55.47% from 255 or 29.13% from 484); Blue value is 105 (41.41% from 255 or 21.69% from 484); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8D69 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8D69 is #117296. Grayscale: #A6A6A6. Windows color (decimal): -1143447 or 6917614. OLE color: 6917614.
HSL color Cylindrical-coordinate representation of color #EE8D69: hue angle of 16.24º 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 #EE8D69 is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 141 | 105 | - |
| CMYK | 0 | 0.41 | 0.56 | 0.07 |
| HSL | 16.24º | 0.8% | 0.67% | - |
| HSV(B) | 16.24º | 0.56% | 0.93% | - |
| XYZ | 47.33 | 38.25 | 18.25 | - |
| YUV | 165.9 | 93.64 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 141 | 105 | 0 | 0.41 | 0.56 | 0.07 | 16.24 | 0.8 | 0.67 |
| Hex | EE | 8D | 69 | 0 | 29 | 38 | 7 | 10 | 50 | 43 |
| Octal | 356 | 215 | 151 | 0 | 51 | 70 | 7 | 20 | 120 | 103 |
| Binary | 11101110 | 10001101 | 1101001 | 0 | 101001 | 111000 | 111 | 10000 | 1010000 | 1000011 |
Color Harmonies of #EE8D69
Complementary color
Monochromatic Colors of #EE8D69
Black with #EE8D69
Text Example
Text Example
White with #EE8D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8D69; }
p { color: rgb(238,141,105); }
H1.HeaderClassName
{
color: #EE8D69;
}
.AnyTagClassName
{
color: #EE8D69;
}
</style>
background-color css
<style>
a { background-color: #EE8D69; }
a { background-color: rgb(238,141,105); }
div.DivClassName
{
background-color: #EE8D69;
}
.BgClassName
{
background-color: #EE8D69;
}
</style>
border-color css
<style>
span { border-color: #EE8D69; }
span { border-color: rgb(238,141,105); }
td.TdClassName
{
border-color: #EE8D69;
}
.TagClassName
{
border-color: #EE8D69;
}
</style>