Shades of Dark Salmon #EEA178
Tints of Dark Salmon #EEA178
RGB
CMYK
RGB Variations
Color information
#EEA178 (or 0xEEA178) is known color: Dark Salmon. HEX triplet: EE, A1 and 78. RGB value is (238,161,120). Sum of RGB (Red+Green+Blue) = 238+161+120=519 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.86% from 519); Green value is 161 (63.28% from 255 or 31.02% from 519); Blue value is 120 (47.27% from 255 or 23.12% from 519); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA178 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA178 is #115E87. Grayscale: #B3B3B3. Windows color (decimal): -1138312 or 7905774. OLE color: 7905774.
HSL color Cylindrical-coordinate representation of color #EEA178: hue angle of 20.85º 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 #EEA178 is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 161 | 120 | - |
| CMYK | 0 | 0.32 | 0.50 | 0.07 |
| HSL | 20.85º | 0.78% | 0.7% | - |
| HSV(B) | 20.85º | 0.5% | 0.93% | - |
| XYZ | 51.39 | 45.02 | 23.75 | - |
| YUV | 179.35 | 94.51 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 161 | 120 | 0 | 0.32 | 0.50 | 0.07 | 20.85 | 0.78 | 0.7 |
| Hex | EE | A1 | 78 | 0 | 20 | 32 | 7 | 15 | 4E | 46 |
| Octal | 356 | 241 | 170 | 0 | 40 | 62 | 7 | 25 | 116 | 106 |
| Binary | 11101110 | 10100001 | 1111000 | 0 | 100000 | 110010 | 111 | 10101 | 1001110 | 1000110 |
Color Harmonies of #EEA178
Complementary color
Monochromatic Colors of #EEA178
Black with #EEA178
Text Example
Text Example
White with #EEA178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA178; }
p { color: rgb(238,161,120); }
H1.HeaderClassName
{
color: #EEA178;
}
.AnyTagClassName
{
color: #EEA178;
}
</style>
background-color css
<style>
a { background-color: #EEA178; }
a { background-color: rgb(238,161,120); }
div.DivClassName
{
background-color: #EEA178;
}
.BgClassName
{
background-color: #EEA178;
}
</style>
border-color css
<style>
span { border-color: #EEA178; }
span { border-color: rgb(238,161,120); }
td.TdClassName
{
border-color: #EEA178;
}
.TagClassName
{
border-color: #EEA178;
}
</style>