Shades of Dark Salmon #EA977D
Tints of Dark Salmon #EA977D
RGB
CMYK
RGB Variations
Color information
#EA977D (or 0xEA977D) is known color: Dark Salmon. HEX triplet: EA, 97 and 7D. RGB value is (234,151,125). Sum of RGB (Red+Green+Blue) = 234+151+125=510 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.88% from 510); Green value is 151 (59.38% from 255 or 29.61% from 510); Blue value is 125 (49.22% from 255 or 24.51% from 510); Max value from RGB is 234 - color contains mainly: red. Hex color #EA977D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA977D is #156882. Grayscale: #ADADAD. Windows color (decimal): -1403011 or 8230890. OLE color: 8230890.
HSL color Cylindrical-coordinate representation of color #EA977D: hue angle of 14.31º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EA977D is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 151 | 125 | - |
| CMYK | 0 | 0.35 | 0.47 | 0.08 |
| HSL | 14.31º | 0.72% | 0.7% | - |
| HSV(B) | 14.31º | 0.47% | 0.92% | - |
| XYZ | 48.7 | 41.11 | 24.77 | - |
| YUV | 172.85 | 101 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 151 | 125 | 0 | 0.35 | 0.47 | 0.08 | 14.31 | 0.72 | 0.7 |
| Hex | EA | 97 | 7D | 0 | 23 | 2F | 8 | E | 48 | 46 |
| Octal | 352 | 227 | 175 | 0 | 43 | 57 | 10 | 16 | 110 | 106 |
| Binary | 11101010 | 10010111 | 1111101 | 0 | 100011 | 101111 | 1000 | 1110 | 1001000 | 1000110 |
Color Harmonies of #EA977D
Complementary color
Monochromatic Colors of #EA977D
Black with #EA977D
Text Example
Text Example
White with #EA977D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA977D; }
p { color: rgb(234,151,125); }
H1.HeaderClassName
{
color: #EA977D;
}
.AnyTagClassName
{
color: #EA977D;
}
</style>
background-color css
<style>
a { background-color: #EA977D; }
a { background-color: rgb(234,151,125); }
div.DivClassName
{
background-color: #EA977D;
}
.BgClassName
{
background-color: #EA977D;
}
</style>
border-color css
<style>
span { border-color: #EA977D; }
span { border-color: rgb(234,151,125); }
td.TdClassName
{
border-color: #EA977D;
}
.TagClassName
{
border-color: #EA977D;
}
</style>