Shades of Dark Salmon #EAA078
Tints of Dark Salmon #EAA078
RGB
CMYK
RGB Variations
Color information
#EAA078 (or 0xEAA078) is known color: Dark Salmon. HEX triplet: EA, A0 and 78. RGB value is (234,160,120). Sum of RGB (Red+Green+Blue) = 234+160+120=514 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.53% from 514); Green value is 160 (62.89% from 255 or 31.13% from 514); Blue value is 120 (47.27% from 255 or 23.35% from 514); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA078 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA078 is #155F87. Grayscale: #B1B1B1. Windows color (decimal): -1400712 or 7905514. OLE color: 7905514.
HSL color Cylindrical-coordinate representation of color #EAA078: hue angle of 21.05º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EAA078 is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 160 | 120 | - |
| CMYK | 0 | 0.32 | 0.49 | 0.08 |
| HSL | 21.05º | 0.73% | 0.69% | - |
| HSV(B) | 21.05º | 0.49% | 0.92% | - |
| XYZ | 49.89 | 43.99 | 23.63 | - |
| YUV | 177.57 | 95.52 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 160 | 120 | 0 | 0.32 | 0.49 | 0.08 | 21.05 | 0.73 | 0.69 |
| Hex | EA | A0 | 78 | 0 | 20 | 31 | 8 | 15 | 49 | 45 |
| Octal | 352 | 240 | 170 | 0 | 40 | 61 | 10 | 25 | 111 | 105 |
| Binary | 11101010 | 10100000 | 1111000 | 0 | 100000 | 110001 | 1000 | 10101 | 1001001 | 1000101 |
Color Harmonies of #EAA078
Complementary color
Monochromatic Colors of #EAA078
Black with #EAA078
Text Example
Text Example
White with #EAA078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA078; }
p { color: rgb(234,160,120); }
H1.HeaderClassName
{
color: #EAA078;
}
.AnyTagClassName
{
color: #EAA078;
}
</style>
background-color css
<style>
a { background-color: #EAA078; }
a { background-color: rgb(234,160,120); }
div.DivClassName
{
background-color: #EAA078;
}
.BgClassName
{
background-color: #EAA078;
}
</style>
border-color css
<style>
span { border-color: #EAA078; }
span { border-color: rgb(234,160,120); }
td.TdClassName
{
border-color: #EAA078;
}
.TagClassName
{
border-color: #EAA078;
}
</style>