Shades of Dark Salmon #ECA07B
Tints of Dark Salmon #ECA07B
RGB
CMYK
RGB Variations
Color information
#ECA07B (or 0xECA07B) is known color: Dark Salmon. HEX triplet: EC, A0 and 7B. RGB value is (236,160,123). Sum of RGB (Red+Green+Blue) = 236+160+123=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 160 (62.89% from 255 or 30.83% from 519); Blue value is 123 (48.44% from 255 or 23.70% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA07B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA07B is #135F84. Grayscale: #B2B2B2. Windows color (decimal): -1269637 or 8102124. OLE color: 8102124.
HSL color Cylindrical-coordinate representation of color #ECA07B: hue angle of 19.65º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ECA07B is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 160 | 123 | - |
| CMYK | 0 | 0.32 | 0.48 | 0.07 |
| HSL | 19.65º | 0.75% | 0.7% | - |
| HSV(B) | 19.65º | 0.48% | 0.93% | - |
| XYZ | 50.74 | 44.4 | 24.64 | - |
| YUV | 178.51 | 96.68 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 160 | 123 | 0 | 0.32 | 0.48 | 0.07 | 19.65 | 0.75 | 0.7 |
| Hex | EC | A0 | 7B | 0 | 20 | 30 | 7 | 14 | 4B | 46 |
| Octal | 354 | 240 | 173 | 0 | 40 | 60 | 7 | 24 | 113 | 106 |
| Binary | 11101100 | 10100000 | 1111011 | 0 | 100000 | 110000 | 111 | 10100 | 1001011 | 1000110 |
Color Harmonies of #ECA07B
Complementary color
Monochromatic Colors of #ECA07B
Black with #ECA07B
Text Example
Text Example
White with #ECA07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA07B; }
p { color: rgb(236,160,123); }
H1.HeaderClassName
{
color: #ECA07B;
}
.AnyTagClassName
{
color: #ECA07B;
}
</style>
background-color css
<style>
a { background-color: #ECA07B; }
a { background-color: rgb(236,160,123); }
div.DivClassName
{
background-color: #ECA07B;
}
.BgClassName
{
background-color: #ECA07B;
}
</style>
border-color css
<style>
span { border-color: #ECA07B; }
span { border-color: rgb(236,160,123); }
td.TdClassName
{
border-color: #ECA07B;
}
.TagClassName
{
border-color: #ECA07B;
}
</style>