Shades of Dark Salmon #EA9377
Tints of Dark Salmon #EA9377
RGB
CMYK
RGB Variations
Color information
#EA9377 (or 0xEA9377) is known color: Dark Salmon. HEX triplet: EA, 93 and 77. RGB value is (234,147,119). Sum of RGB (Red+Green+Blue) = 234+147+119=500 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.8% from 500); Green value is 147 (57.81% from 255 or 29.4% from 500); Blue value is 119 (46.88% from 255 or 23.8% from 500); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9377 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9377 is #156C88. Grayscale: #AAAAAA. Windows color (decimal): -1404041 or 7836650. OLE color: 7836650.
HSL color Cylindrical-coordinate representation of color #EA9377: hue angle of 14.61º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EA9377 is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 147 | 119 | - |
| CMYK | 0 | 0.37 | 0.49 | 0.08 |
| HSL | 14.61º | 0.73% | 0.69% | - |
| HSV(B) | 14.61º | 0.49% | 0.92% | - |
| XYZ | 47.7 | 39.69 | 22.6 | - |
| YUV | 169.82 | 99.32 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 147 | 119 | 0 | 0.37 | 0.49 | 0.08 | 14.61 | 0.73 | 0.69 |
| Hex | EA | 93 | 77 | 0 | 25 | 31 | 8 | F | 49 | 45 |
| Octal | 352 | 223 | 167 | 0 | 45 | 61 | 10 | 17 | 111 | 105 |
| Binary | 11101010 | 10010011 | 1110111 | 0 | 100101 | 110001 | 1000 | 1111 | 1001001 | 1000101 |
Color Harmonies of #EA9377
Complementary color
Monochromatic Colors of #EA9377
Black with #EA9377
Text Example
Text Example
White with #EA9377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9377; }
p { color: rgb(234,147,119); }
H1.HeaderClassName
{
color: #EA9377;
}
.AnyTagClassName
{
color: #EA9377;
}
</style>
background-color css
<style>
a { background-color: #EA9377; }
a { background-color: rgb(234,147,119); }
div.DivClassName
{
background-color: #EA9377;
}
.BgClassName
{
background-color: #EA9377;
}
</style>
border-color css
<style>
span { border-color: #EA9377; }
span { border-color: rgb(234,147,119); }
td.TdClassName
{
border-color: #EA9377;
}
.TagClassName
{
border-color: #EA9377;
}
</style>