Shades of Dark Salmon #EEA077
Tints of Dark Salmon #EEA077
RGB
CMYK
RGB Variations
Color information
#EEA077 (or 0xEEA077) is known color: Dark Salmon. HEX triplet: EE, A0 and 77. RGB value is (238,160,119). Sum of RGB (Red+Green+Blue) = 238+160+119=517 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.03% from 517); Green value is 160 (62.89% from 255 or 30.95% from 517); Blue value is 119 (46.88% from 255 or 23.02% from 517); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA077 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA077 is #115F88. Grayscale: #B2B2B2. Windows color (decimal): -1138569 or 7839982. OLE color: 7839982.
HSL color Cylindrical-coordinate representation of color #EEA077: hue angle of 20.67º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EEA077 is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 160 | 119 | - |
| CMYK | 0 | 0.33 | 0.50 | 0.07 |
| HSL | 20.67º | 0.78% | 0.7% | - |
| HSV(B) | 20.67º | 0.5% | 0.93% | - |
| XYZ | 51.16 | 44.65 | 23.37 | - |
| YUV | 178.65 | 94.34 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 160 | 119 | 0 | 0.33 | 0.50 | 0.07 | 20.67 | 0.78 | 0.7 |
| Hex | EE | A0 | 77 | 0 | 21 | 32 | 7 | 15 | 4E | 46 |
| Octal | 356 | 240 | 167 | 0 | 41 | 62 | 7 | 25 | 116 | 106 |
| Binary | 11101110 | 10100000 | 1110111 | 0 | 100001 | 110010 | 111 | 10101 | 1001110 | 1000110 |
Color Harmonies of #EEA077
Complementary color
Monochromatic Colors of #EEA077
Black with #EEA077
Text Example
Text Example
White with #EEA077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA077; }
p { color: rgb(238,160,119); }
H1.HeaderClassName
{
color: #EEA077;
}
.AnyTagClassName
{
color: #EEA077;
}
</style>
background-color css
<style>
a { background-color: #EEA077; }
a { background-color: rgb(238,160,119); }
div.DivClassName
{
background-color: #EEA077;
}
.BgClassName
{
background-color: #EEA077;
}
</style>
border-color css
<style>
span { border-color: #EEA077; }
span { border-color: rgb(238,160,119); }
td.TdClassName
{
border-color: #EEA077;
}
.TagClassName
{
border-color: #EEA077;
}
</style>