Shades of Dark Salmon #EA8B7E
Tints of Dark Salmon #EA8B7E
RGB
CMYK
RGB Variations
Color information
#EA8B7E (or 0xEA8B7E) is known color: Dark Salmon. HEX triplet: EA, 8B and 7E. RGB value is (234,139,126). Sum of RGB (Red+Green+Blue) = 234+139+126=499 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.89% from 499); Green value is 139 (54.69% from 255 or 27.86% from 499); Blue value is 126 (49.61% from 255 or 25.25% from 499); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8B7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8B7E is #157481. Grayscale: #A6A6A6. Windows color (decimal): -1406082 or 8293354. OLE color: 8293354.
HSL color Cylindrical-coordinate representation of color #EA8B7E: hue angle of 7.22º 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 #EA8B7E is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 139 | 126 | - |
| CMYK | 0 | 0.41 | 0.46 | 0.08 |
| HSL | 7.22º | 0.72% | 0.71% | - |
| HSV(B) | 7.22º | 0.46% | 0.92% | - |
| XYZ | 46.93 | 37.46 | 24.5 | - |
| YUV | 165.92 | 105.47 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 139 | 126 | 0 | 0.41 | 0.46 | 0.08 | 7.22 | 0.72 | 0.71 |
| Hex | EA | 8B | 7E | 0 | 29 | 2E | 8 | 7 | 48 | 47 |
| Octal | 352 | 213 | 176 | 0 | 51 | 56 | 10 | 7 | 110 | 107 |
| Binary | 11101010 | 10001011 | 1111110 | 0 | 101001 | 101110 | 1000 | 111 | 1001000 | 1000111 |
Color Harmonies of #EA8B7E
Complementary color
Monochromatic Colors of #EA8B7E
Black with #EA8B7E
Text Example
Text Example
White with #EA8B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8B7E; }
p { color: rgb(234,139,126); }
H1.HeaderClassName
{
color: #EA8B7E;
}
.AnyTagClassName
{
color: #EA8B7E;
}
</style>
background-color css
<style>
a { background-color: #EA8B7E; }
a { background-color: rgb(234,139,126); }
div.DivClassName
{
background-color: #EA8B7E;
}
.BgClassName
{
background-color: #EA8B7E;
}
</style>
border-color css
<style>
span { border-color: #EA8B7E; }
span { border-color: rgb(234,139,126); }
td.TdClassName
{
border-color: #EA8B7E;
}
.TagClassName
{
border-color: #EA8B7E;
}
</style>