Shades of Dark Salmon #EA8C7E
Tints of Dark Salmon #EA8C7E
RGB
CMYK
RGB Variations
Color information
#EA8C7E (or 0xEA8C7E) is known color: Dark Salmon. HEX triplet: EA, 8C and 7E. RGB value is (234,140,126). Sum of RGB (Red+Green+Blue) = 234+140+126=500 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.8% from 500); Green value is 140 (55.08% from 255 or 28% from 500); Blue value is 126 (49.61% from 255 or 25.2% from 500); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8C7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8C7E is #157381. Grayscale: #A6A6A6. Windows color (decimal): -1405826 or 8293610. OLE color: 8293610.
HSL color Cylindrical-coordinate representation of color #EA8C7E: hue angle of 7.78º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EA8C7E is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 140 | 126 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.08 |
| HSL | 7.78º | 0.72% | 0.71% | - |
| HSV(B) | 7.78º | 0.46% | 0.92% | - |
| XYZ | 47.08 | 37.75 | 24.54 | - |
| YUV | 166.51 | 105.14 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 140 | 126 | 0 | 0.40 | 0.46 | 0.08 | 7.78 | 0.72 | 0.71 |
| Hex | EA | 8C | 7E | 0 | 28 | 2E | 8 | 8 | 48 | 47 |
| Octal | 352 | 214 | 176 | 0 | 50 | 56 | 10 | 10 | 110 | 107 |
| Binary | 11101010 | 10001100 | 1111110 | 0 | 101000 | 101110 | 1000 | 1000 | 1001000 | 1000111 |
Color Harmonies of #EA8C7E
Complementary color
Monochromatic Colors of #EA8C7E
Black with #EA8C7E
Text Example
Text Example
White with #EA8C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8C7E; }
p { color: rgb(234,140,126); }
H1.HeaderClassName
{
color: #EA8C7E;
}
.AnyTagClassName
{
color: #EA8C7E;
}
</style>
background-color css
<style>
a { background-color: #EA8C7E; }
a { background-color: rgb(234,140,126); }
div.DivClassName
{
background-color: #EA8C7E;
}
.BgClassName
{
background-color: #EA8C7E;
}
</style>
border-color css
<style>
span { border-color: #EA8C7E; }
span { border-color: rgb(234,140,126); }
td.TdClassName
{
border-color: #EA8C7E;
}
.TagClassName
{
border-color: #EA8C7E;
}
</style>