Shades of Dark Salmon #EA936D
Tints of Dark Salmon #EA936D
RGB
CMYK
RGB Variations
Color information
#EA936D (or 0xEA936D) is known color: Dark Salmon. HEX triplet: EA, 93 and 6D. RGB value is (234,147,109). Sum of RGB (Red+Green+Blue) = 234+147+109=490 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.76% from 490); Green value is 147 (57.81% from 255 or 30% from 490); Blue value is 109 (42.97% from 255 or 22.24% from 490); Max value from RGB is 234 - color contains mainly: red. Hex color #EA936D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA936D is #156C92. Grayscale: #A8A8A8. Windows color (decimal): -1404051 or 7181290. OLE color: 7181290.
HSL color Cylindrical-coordinate representation of color #EA936D: hue angle of 18.24º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EA936D is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 147 | 109 | - |
| CMYK | 0 | 0.37 | 0.53 | 0.08 |
| HSL | 18.24º | 0.75% | 0.67% | - |
| HSV(B) | 18.24º | 0.53% | 0.92% | - |
| XYZ | 47.13 | 39.46 | 19.6 | - |
| YUV | 168.68 | 94.32 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 147 | 109 | 0 | 0.37 | 0.53 | 0.08 | 18.24 | 0.75 | 0.67 |
| Hex | EA | 93 | 6D | 0 | 25 | 35 | 8 | 12 | 4B | 43 |
| Octal | 352 | 223 | 155 | 0 | 45 | 65 | 10 | 22 | 113 | 103 |
| Binary | 11101010 | 10010011 | 1101101 | 0 | 100101 | 110101 | 1000 | 10010 | 1001011 | 1000011 |
Color Harmonies of #EA936D
Complementary color
Monochromatic Colors of #EA936D
Black with #EA936D
Text Example
Text Example
White with #EA936D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA936D; }
p { color: rgb(234,147,109); }
H1.HeaderClassName
{
color: #EA936D;
}
.AnyTagClassName
{
color: #EA936D;
}
</style>
background-color css
<style>
a { background-color: #EA936D; }
a { background-color: rgb(234,147,109); }
div.DivClassName
{
background-color: #EA936D;
}
.BgClassName
{
background-color: #EA936D;
}
</style>
border-color css
<style>
span { border-color: #EA936D; }
span { border-color: rgb(234,147,109); }
td.TdClassName
{
border-color: #EA936D;
}
.TagClassName
{
border-color: #EA936D;
}
</style>