Shades of Dark Salmon #EA977E
Tints of Dark Salmon #EA977E
RGB
CMYK
RGB Variations
Color information
#EA977E (or 0xEA977E) is known color: Dark Salmon. HEX triplet: EA, 97 and 7E. RGB value is (234,151,126). Sum of RGB (Red+Green+Blue) = 234+151+126=511 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.79% from 511); Green value is 151 (59.38% from 255 or 29.55% from 511); Blue value is 126 (49.61% from 255 or 24.66% from 511); Max value from RGB is 234 - color contains mainly: red. Hex color #EA977E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA977E is #156881. Grayscale: #ADADAD. Windows color (decimal): -1403010 or 8296426. OLE color: 8296426.
HSL color Cylindrical-coordinate representation of color #EA977E: hue angle of 13.89º 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 #EA977E is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 151 | 126 | - |
| CMYK | 0 | 0.35 | 0.46 | 0.08 |
| HSL | 13.89º | 0.72% | 0.71% | - |
| HSV(B) | 13.89º | 0.46% | 0.92% | - |
| XYZ | 48.76 | 41.13 | 25.11 | - |
| YUV | 172.97 | 101.5 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 151 | 126 | 0 | 0.35 | 0.46 | 0.08 | 13.89 | 0.72 | 0.71 |
| Hex | EA | 97 | 7E | 0 | 23 | 2E | 8 | E | 48 | 47 |
| Octal | 352 | 227 | 176 | 0 | 43 | 56 | 10 | 16 | 110 | 107 |
| Binary | 11101010 | 10010111 | 1111110 | 0 | 100011 | 101110 | 1000 | 1110 | 1001000 | 1000111 |
Color Harmonies of #EA977E
Complementary color
Monochromatic Colors of #EA977E
Black with #EA977E
Text Example
Text Example
White with #EA977E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA977E; }
p { color: rgb(234,151,126); }
H1.HeaderClassName
{
color: #EA977E;
}
.AnyTagClassName
{
color: #EA977E;
}
</style>
background-color css
<style>
a { background-color: #EA977E; }
a { background-color: rgb(234,151,126); }
div.DivClassName
{
background-color: #EA977E;
}
.BgClassName
{
background-color: #EA977E;
}
</style>
border-color css
<style>
span { border-color: #EA977E; }
span { border-color: rgb(234,151,126); }
td.TdClassName
{
border-color: #EA977E;
}
.TagClassName
{
border-color: #EA977E;
}
</style>