Shades of Dark Salmon #EA9C7D
Tints of Dark Salmon #EA9C7D
RGB
CMYK
RGB Variations
Color information
#EA9C7D (or 0xEA9C7D) is known color: Dark Salmon. HEX triplet: EA, 9C and 7D. RGB value is (234,156,125). Sum of RGB (Red+Green+Blue) = 234+156+125=515 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.44% from 515); Green value is 156 (61.33% from 255 or 30.29% from 515); Blue value is 125 (49.22% from 255 or 24.27% from 515); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9C7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9C7D is #156382. Grayscale: #AFAFAF. Windows color (decimal): -1401731 or 8232170. OLE color: 8232170.
HSL color Cylindrical-coordinate representation of color #EA9C7D: hue angle of 17.06º 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 #EA9C7D is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 156 | 125 | - |
| CMYK | 0 | 0.33 | 0.47 | 0.08 |
| HSL | 17.06º | 0.72% | 0.7% | - |
| HSV(B) | 17.06º | 0.47% | 0.92% | - |
| XYZ | 49.52 | 42.75 | 25.04 | - |
| YUV | 175.79 | 99.34 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 156 | 125 | 0 | 0.33 | 0.47 | 0.08 | 17.06 | 0.72 | 0.7 |
| Hex | EA | 9C | 7D | 0 | 21 | 2F | 8 | 11 | 48 | 46 |
| Octal | 352 | 234 | 175 | 0 | 41 | 57 | 10 | 21 | 110 | 106 |
| Binary | 11101010 | 10011100 | 1111101 | 0 | 100001 | 101111 | 1000 | 10001 | 1001000 | 1000110 |
Color Harmonies of #EA9C7D
Complementary color
Monochromatic Colors of #EA9C7D
Black with #EA9C7D
Text Example
Text Example
White with #EA9C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9C7D; }
p { color: rgb(234,156,125); }
H1.HeaderClassName
{
color: #EA9C7D;
}
.AnyTagClassName
{
color: #EA9C7D;
}
</style>
background-color css
<style>
a { background-color: #EA9C7D; }
a { background-color: rgb(234,156,125); }
div.DivClassName
{
background-color: #EA9C7D;
}
.BgClassName
{
background-color: #EA9C7D;
}
</style>
border-color css
<style>
span { border-color: #EA9C7D; }
span { border-color: rgb(234,156,125); }
td.TdClassName
{
border-color: #EA9C7D;
}
.TagClassName
{
border-color: #EA9C7D;
}
</style>