Shades of Dark Salmon #EAA17D
Tints of Dark Salmon #EAA17D
RGB
CMYK
RGB Variations
Color information
#EAA17D (or 0xEAA17D) is known color: Dark Salmon. HEX triplet: EA, A1 and 7D. RGB value is (234,161,125). Sum of RGB (Red+Green+Blue) = 234+161+125=520 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45% from 520); Green value is 161 (63.28% from 255 or 30.96% from 520); Blue value is 125 (49.22% from 255 or 24.04% from 520); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA17D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA17D is #155E82. Grayscale: #B2B2B2. Windows color (decimal): -1400451 or 8233450. OLE color: 8233450.
HSL color Cylindrical-coordinate representation of color #EAA17D: hue angle of 19.82º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EAA17D is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 161 | 125 | - |
| CMYK | 0 | 0.31 | 0.47 | 0.08 |
| HSL | 19.82º | 0.72% | 0.7% | - |
| HSV(B) | 19.82º | 0.47% | 0.92% | - |
| XYZ | 50.38 | 44.46 | 25.33 | - |
| YUV | 178.72 | 97.68 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 161 | 125 | 0 | 0.31 | 0.47 | 0.08 | 19.82 | 0.72 | 0.7 |
| Hex | EA | A1 | 7D | 0 | 1F | 2F | 8 | 14 | 48 | 46 |
| Octal | 352 | 241 | 175 | 0 | 37 | 57 | 10 | 24 | 110 | 106 |
| Binary | 11101010 | 10100001 | 1111101 | 0 | 11111 | 101111 | 1000 | 10100 | 1001000 | 1000110 |
Color Harmonies of #EAA17D
Complementary color
Monochromatic Colors of #EAA17D
Black with #EAA17D
Text Example
Text Example
White with #EAA17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA17D; }
p { color: rgb(234,161,125); }
H1.HeaderClassName
{
color: #EAA17D;
}
.AnyTagClassName
{
color: #EAA17D;
}
</style>
background-color css
<style>
a { background-color: #EAA17D; }
a { background-color: rgb(234,161,125); }
div.DivClassName
{
background-color: #EAA17D;
}
.BgClassName
{
background-color: #EAA17D;
}
</style>
border-color css
<style>
span { border-color: #EAA17D; }
span { border-color: rgb(234,161,125); }
td.TdClassName
{
border-color: #EAA17D;
}
.TagClassName
{
border-color: #EAA17D;
}
</style>