Shades of Dark Salmon #EAA072
Tints of Dark Salmon #EAA072
RGB
CMYK
RGB Variations
Color information
#EAA072 (or 0xEAA072) is known color: Dark Salmon. HEX triplet: EA, A0 and 72. RGB value is (234,160,114). Sum of RGB (Red+Green+Blue) = 234+160+114=508 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.06% from 508); Green value is 160 (62.89% from 255 or 31.50% from 508); Blue value is 114 (44.92% from 255 or 22.44% from 508); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA072 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA072 is #155F8D. Grayscale: #B1B1B1. Windows color (decimal): -1400718 or 7512298. OLE color: 7512298.
HSL color Cylindrical-coordinate representation of color #EAA072: hue angle of 23º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EAA072 is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 160 | 114 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.08 |
| HSL | 23º | 0.74% | 0.68% | - |
| HSV(B) | 23º | 0.51% | 0.92% | - |
| XYZ | 49.54 | 43.85 | 21.77 | - |
| YUV | 176.88 | 92.52 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 160 | 114 | 0 | 0.32 | 0.51 | 0.08 | 23 | 0.74 | 0.68 |
| Hex | EA | A0 | 72 | 0 | 20 | 33 | 8 | 17 | 4A | 44 |
| Octal | 352 | 240 | 162 | 0 | 40 | 63 | 10 | 27 | 112 | 104 |
| Binary | 11101010 | 10100000 | 1110010 | 0 | 100000 | 110011 | 1000 | 10111 | 1001010 | 1000100 |
Color Harmonies of #EAA072
Complementary color
Monochromatic Colors of #EAA072
Black with #EAA072
Text Example
Text Example
White with #EAA072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA072; }
p { color: rgb(234,160,114); }
H1.HeaderClassName
{
color: #EAA072;
}
.AnyTagClassName
{
color: #EAA072;
}
</style>
background-color css
<style>
a { background-color: #EAA072; }
a { background-color: rgb(234,160,114); }
div.DivClassName
{
background-color: #EAA072;
}
.BgClassName
{
background-color: #EAA072;
}
</style>
border-color css
<style>
span { border-color: #EAA072; }
span { border-color: rgb(234,160,114); }
td.TdClassName
{
border-color: #EAA072;
}
.TagClassName
{
border-color: #EAA072;
}
</style>