Shades of Dark Salmon #EEA079
Tints of Dark Salmon #EEA079
RGB
CMYK
RGB Variations
Color information
#EEA079 (or 0xEEA079) is known color: Dark Salmon. HEX triplet: EE, A0 and 79. RGB value is (238,160,121). Sum of RGB (Red+Green+Blue) = 238+160+121=519 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.86% from 519); Green value is 160 (62.89% from 255 or 30.83% from 519); Blue value is 121 (47.66% from 255 or 23.31% from 519); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA079 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA079 is #115F86. Grayscale: #B3B3B3. Windows color (decimal): -1138567 or 7971054. OLE color: 7971054.
HSL color Cylindrical-coordinate representation of color #EEA079: hue angle of 20º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EEA079 is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 160 | 121 | - |
| CMYK | 0 | 0.33 | 0.49 | 0.07 |
| HSL | 20º | 0.77% | 0.7% | - |
| HSV(B) | 20º | 0.49% | 0.93% | - |
| XYZ | 51.28 | 44.7 | 24.01 | - |
| YUV | 178.88 | 95.34 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 160 | 121 | 0 | 0.33 | 0.49 | 0.07 | 20 | 0.77 | 0.7 |
| Hex | EE | A0 | 79 | 0 | 21 | 31 | 7 | 14 | 4D | 46 |
| Octal | 356 | 240 | 171 | 0 | 41 | 61 | 7 | 24 | 115 | 106 |
| Binary | 11101110 | 10100000 | 1111001 | 0 | 100001 | 110001 | 111 | 10100 | 1001101 | 1000110 |
Color Harmonies of #EEA079
Complementary color
Monochromatic Colors of #EEA079
Black with #EEA079
Text Example
Text Example
White with #EEA079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA079; }
p { color: rgb(238,160,121); }
H1.HeaderClassName
{
color: #EEA079;
}
.AnyTagClassName
{
color: #EEA079;
}
</style>
background-color css
<style>
a { background-color: #EEA079; }
a { background-color: rgb(238,160,121); }
div.DivClassName
{
background-color: #EEA079;
}
.BgClassName
{
background-color: #EEA079;
}
</style>
border-color css
<style>
span { border-color: #EEA079; }
span { border-color: rgb(238,160,121); }
td.TdClassName
{
border-color: #EEA079;
}
.TagClassName
{
border-color: #EEA079;
}
</style>