Shades of Dark Salmon #ECA27C
Tints of Dark Salmon #ECA27C
RGB
CMYK
RGB Variations
Color information
#ECA27C (or 0xECA27C) is known color: Dark Salmon. HEX triplet: EC, A2 and 7C. RGB value is (236,162,124). Sum of RGB (Red+Green+Blue) = 236+162+124=522 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.21% from 522); Green value is 162 (63.67% from 255 or 31.03% from 522); Blue value is 124 (48.83% from 255 or 23.75% from 522); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA27C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA27C is #135D83. Grayscale: #B4B4B4. Windows color (decimal): -1269124 or 8168172. OLE color: 8168172.
HSL color Cylindrical-coordinate representation of color #ECA27C: hue angle of 20.36º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ECA27C is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 162 | 124 | - |
| CMYK | 0 | 0.31 | 0.47 | 0.07 |
| HSL | 20.36º | 0.75% | 0.71% | - |
| HSV(B) | 20.36º | 0.47% | 0.93% | - |
| XYZ | 51.15 | 45.13 | 25.08 | - |
| YUV | 179.79 | 96.52 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 162 | 124 | 0 | 0.31 | 0.47 | 0.07 | 20.36 | 0.75 | 0.71 |
| Hex | EC | A2 | 7C | 0 | 1F | 2F | 7 | 14 | 4B | 47 |
| Octal | 354 | 242 | 174 | 0 | 37 | 57 | 7 | 24 | 113 | 107 |
| Binary | 11101100 | 10100010 | 1111100 | 0 | 11111 | 101111 | 111 | 10100 | 1001011 | 1000111 |
Color Harmonies of #ECA27C
Complementary color
Monochromatic Colors of #ECA27C
Black with #ECA27C
Text Example
Text Example
White with #ECA27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA27C; }
p { color: rgb(236,162,124); }
H1.HeaderClassName
{
color: #ECA27C;
}
.AnyTagClassName
{
color: #ECA27C;
}
</style>
background-color css
<style>
a { background-color: #ECA27C; }
a { background-color: rgb(236,162,124); }
div.DivClassName
{
background-color: #ECA27C;
}
.BgClassName
{
background-color: #ECA27C;
}
</style>
border-color css
<style>
span { border-color: #ECA27C; }
span { border-color: rgb(236,162,124); }
td.TdClassName
{
border-color: #ECA27C;
}
.TagClassName
{
border-color: #ECA27C;
}
</style>