Shades of Dark Salmon #EA8B7A
Tints of Dark Salmon #EA8B7A
RGB
CMYK
RGB Variations
Color information
#EA8B7A (or 0xEA8B7A) is known color: Dark Salmon. HEX triplet: EA, 8B and 7A. RGB value is (234,139,122). Sum of RGB (Red+Green+Blue) = 234+139+122=495 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.27% from 495); Green value is 139 (54.69% from 255 or 28.08% from 495); Blue value is 122 (48.05% from 255 or 24.65% from 495); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8B7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8B7A is #157485. Grayscale: #A5A5A5. Windows color (decimal): -1406086 or 8031210. OLE color: 8031210.
HSL color Cylindrical-coordinate representation of color #EA8B7A: hue angle of 9.11º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EA8B7A is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 139 | 122 | - |
| CMYK | 0 | 0.41 | 0.48 | 0.08 |
| HSL | 9.11º | 0.73% | 0.7% | - |
| HSV(B) | 9.11º | 0.48% | 0.92% | - |
| XYZ | 46.68 | 37.36 | 23.16 | - |
| YUV | 165.47 | 103.47 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 139 | 122 | 0 | 0.41 | 0.48 | 0.08 | 9.11 | 0.73 | 0.7 |
| Hex | EA | 8B | 7A | 0 | 29 | 30 | 8 | 9 | 49 | 46 |
| Octal | 352 | 213 | 172 | 0 | 51 | 60 | 10 | 11 | 111 | 106 |
| Binary | 11101010 | 10001011 | 1111010 | 0 | 101001 | 110000 | 1000 | 1001 | 1001001 | 1000110 |
Color Harmonies of #EA8B7A
Complementary color
Monochromatic Colors of #EA8B7A
Black with #EA8B7A
Text Example
Text Example
White with #EA8B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8B7A; }
p { color: rgb(234,139,122); }
H1.HeaderClassName
{
color: #EA8B7A;
}
.AnyTagClassName
{
color: #EA8B7A;
}
</style>
background-color css
<style>
a { background-color: #EA8B7A; }
a { background-color: rgb(234,139,122); }
div.DivClassName
{
background-color: #EA8B7A;
}
.BgClassName
{
background-color: #EA8B7A;
}
</style>
border-color css
<style>
span { border-color: #EA8B7A; }
span { border-color: rgb(234,139,122); }
td.TdClassName
{
border-color: #EA8B7A;
}
.TagClassName
{
border-color: #EA8B7A;
}
</style>