Shades of Dark Salmon #EAA179
Tints of Dark Salmon #EAA179
RGB
CMYK
RGB Variations
Color information
#EAA179 (or 0xEAA179) is known color: Dark Salmon. HEX triplet: EA, A1 and 79. RGB value is (234,161,121). Sum of RGB (Red+Green+Blue) = 234+161+121=516 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.35% from 516); Green value is 161 (63.28% from 255 or 31.20% from 516); Blue value is 121 (47.66% from 255 or 23.45% from 516); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA179 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA179 is #155E86. Grayscale: #B2B2B2. Windows color (decimal): -1400455 or 7971306. OLE color: 7971306.
HSL color Cylindrical-coordinate representation of color #EAA179: hue angle of 21.24º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EAA179 is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 161 | 121 | - |
| CMYK | 0 | 0.31 | 0.48 | 0.08 |
| HSL | 21.24º | 0.73% | 0.7% | - |
| HSV(B) | 21.24º | 0.48% | 0.92% | - |
| XYZ | 50.13 | 44.36 | 24.01 | - |
| YUV | 178.27 | 95.68 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 161 | 121 | 0 | 0.31 | 0.48 | 0.08 | 21.24 | 0.73 | 0.7 |
| Hex | EA | A1 | 79 | 0 | 1F | 30 | 8 | 15 | 49 | 46 |
| Octal | 352 | 241 | 171 | 0 | 37 | 60 | 10 | 25 | 111 | 106 |
| Binary | 11101010 | 10100001 | 1111001 | 0 | 11111 | 110000 | 1000 | 10101 | 1001001 | 1000110 |
Color Harmonies of #EAA179
Complementary color
Monochromatic Colors of #EAA179
Black with #EAA179
Text Example
Text Example
White with #EAA179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA179; }
p { color: rgb(234,161,121); }
H1.HeaderClassName
{
color: #EAA179;
}
.AnyTagClassName
{
color: #EAA179;
}
</style>
background-color css
<style>
a { background-color: #EAA179; }
a { background-color: rgb(234,161,121); }
div.DivClassName
{
background-color: #EAA179;
}
.BgClassName
{
background-color: #EAA179;
}
</style>
border-color css
<style>
span { border-color: #EAA179; }
span { border-color: rgb(234,161,121); }
td.TdClassName
{
border-color: #EAA179;
}
.TagClassName
{
border-color: #EAA179;
}
</style>