Shades of Dark Salmon #EAA075
Tints of Dark Salmon #EAA075
RGB
CMYK
RGB Variations
Color information
#EAA075 (or 0xEAA075) is known color: Dark Salmon. HEX triplet: EA, A0 and 75. RGB value is (234,160,117). Sum of RGB (Red+Green+Blue) = 234+160+117=511 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.79% from 511); Green value is 160 (62.89% from 255 or 31.31% from 511); Blue value is 117 (46.09% from 255 or 22.90% from 511); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA075 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA075 is #155F8A. Grayscale: #B1B1B1. Windows color (decimal): -1400715 or 7708906. OLE color: 7708906.
HSL color Cylindrical-coordinate representation of color #EAA075: hue angle of 22.05º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EAA075 is Cyan = 0, Magento = 0.32, Yellow = 0.5 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 160 | 117 | - |
| CMYK | 0 | 0.32 | 0.5 | 0.08 |
| HSL | 22.05º | 0.74% | 0.69% | - |
| HSV(B) | 22.05º | 0.5% | 0.92% | - |
| XYZ | 49.71 | 43.92 | 22.69 | - |
| YUV | 177.22 | 94.02 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 160 | 117 | 0 | 0.32 | 0.5 | 0.08 | 22.05 | 0.74 | 0.69 |
| Hex | EA | A0 | 75 | 0 | 20 | 32 | 8 | 16 | 4A | 45 |
| Octal | 352 | 240 | 165 | 0 | 40 | 62 | 10 | 26 | 112 | 105 |
| Binary | 11101010 | 10100000 | 1110101 | 0 | 100000 | 110010 | 1000 | 10110 | 1001010 | 1000101 |
Color Harmonies of #EAA075
Complementary color
Monochromatic Colors of #EAA075
Black with #EAA075
Text Example
Text Example
White with #EAA075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA075; }
p { color: rgb(234,160,117); }
H1.HeaderClassName
{
color: #EAA075;
}
.AnyTagClassName
{
color: #EAA075;
}
</style>
background-color css
<style>
a { background-color: #EAA075; }
a { background-color: rgb(234,160,117); }
div.DivClassName
{
background-color: #EAA075;
}
.BgClassName
{
background-color: #EAA075;
}
</style>
border-color css
<style>
span { border-color: #EAA075; }
span { border-color: rgb(234,160,117); }
td.TdClassName
{
border-color: #EAA075;
}
.TagClassName
{
border-color: #EAA075;
}
</style>