Shades of Dark Salmon #EA977A
Tints of Dark Salmon #EA977A
RGB
CMYK
RGB Variations
Color information
#EA977A (or 0xEA977A) is known color: Dark Salmon. HEX triplet: EA, 97 and 7A. RGB value is (234,151,122). Sum of RGB (Red+Green+Blue) = 234+151+122=507 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.15% from 507); Green value is 151 (59.38% from 255 or 29.78% from 507); Blue value is 122 (48.05% from 255 or 24.06% from 507); Max value from RGB is 234 - color contains mainly: red. Hex color #EA977A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA977A is #156885. Grayscale: #ACACAC. Windows color (decimal): -1403014 or 8034282. OLE color: 8034282.
HSL color Cylindrical-coordinate representation of color #EA977A: hue angle of 15.54º 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 #EA977A is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 151 | 122 | - |
| CMYK | 0 | 0.35 | 0.48 | 0.08 |
| HSL | 15.54º | 0.73% | 0.7% | - |
| HSV(B) | 15.54º | 0.48% | 0.92% | - |
| XYZ | 48.51 | 41.03 | 23.78 | - |
| YUV | 172.51 | 99.5 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 151 | 122 | 0 | 0.35 | 0.48 | 0.08 | 15.54 | 0.73 | 0.7 |
| Hex | EA | 97 | 7A | 0 | 23 | 30 | 8 | 10 | 49 | 46 |
| Octal | 352 | 227 | 172 | 0 | 43 | 60 | 10 | 20 | 111 | 106 |
| Binary | 11101010 | 10010111 | 1111010 | 0 | 100011 | 110000 | 1000 | 10000 | 1001001 | 1000110 |
Color Harmonies of #EA977A
Complementary color
Monochromatic Colors of #EA977A
Black with #EA977A
Text Example
Text Example
White with #EA977A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA977A; }
p { color: rgb(234,151,122); }
H1.HeaderClassName
{
color: #EA977A;
}
.AnyTagClassName
{
color: #EA977A;
}
</style>
background-color css
<style>
a { background-color: #EA977A; }
a { background-color: rgb(234,151,122); }
div.DivClassName
{
background-color: #EA977A;
}
.BgClassName
{
background-color: #EA977A;
}
</style>
border-color css
<style>
span { border-color: #EA977A; }
span { border-color: rgb(234,151,122); }
td.TdClassName
{
border-color: #EA977A;
}
.TagClassName
{
border-color: #EA977A;
}
</style>