Shades of Dark Salmon #EA936A
Tints of Dark Salmon #EA936A
RGB
CMYK
RGB Variations
Color information
#EA936A (or 0xEA936A) is known color: Dark Salmon. HEX triplet: EA, 93 and 6A. RGB value is (234,147,106). Sum of RGB (Red+Green+Blue) = 234+147+106=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 147 (57.81% from 255 or 30.18% from 487); Blue value is 106 (41.80% from 255 or 21.77% from 487); Max value from RGB is 234 - color contains mainly: red. Hex color #EA936A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA936A is #156C95. Grayscale: #A8A8A8. Windows color (decimal): -1404054 or 6984682. OLE color: 6984682.
HSL color Cylindrical-coordinate representation of color #EA936A: hue angle of 19.22º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EA936A is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 147 | 106 | - |
| CMYK | 0 | 0.37 | 0.55 | 0.08 |
| HSL | 19.22º | 0.75% | 0.67% | - |
| HSV(B) | 19.22º | 0.55% | 0.92% | - |
| XYZ | 46.97 | 39.4 | 18.77 | - |
| YUV | 168.34 | 92.82 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 147 | 106 | 0 | 0.37 | 0.55 | 0.08 | 19.22 | 0.75 | 0.67 |
| Hex | EA | 93 | 6A | 0 | 25 | 37 | 8 | 13 | 4B | 43 |
| Octal | 352 | 223 | 152 | 0 | 45 | 67 | 10 | 23 | 113 | 103 |
| Binary | 11101010 | 10010011 | 1101010 | 0 | 100101 | 110111 | 1000 | 10011 | 1001011 | 1000011 |
Color Harmonies of #EA936A
Complementary color
Monochromatic Colors of #EA936A
Black with #EA936A
Text Example
Text Example
White with #EA936A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA936A; }
p { color: rgb(234,147,106); }
H1.HeaderClassName
{
color: #EA936A;
}
.AnyTagClassName
{
color: #EA936A;
}
</style>
background-color css
<style>
a { background-color: #EA936A; }
a { background-color: rgb(234,147,106); }
div.DivClassName
{
background-color: #EA936A;
}
.BgClassName
{
background-color: #EA936A;
}
</style>
border-color css
<style>
span { border-color: #EA936A; }
span { border-color: rgb(234,147,106); }
td.TdClassName
{
border-color: #EA936A;
}
.TagClassName
{
border-color: #EA936A;
}
</style>