Shades of Dark Salmon #ECA175
Tints of Dark Salmon #ECA175
RGB
CMYK
RGB Variations
Color information
#ECA175 (or 0xECA175) is known color: Dark Salmon. HEX triplet: EC, A1 and 75. RGB value is (236,161,117). Sum of RGB (Red+Green+Blue) = 236+161+117=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 161 (63.28% from 255 or 31.32% from 514); Blue value is 117 (46.09% from 255 or 22.76% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA175 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA175 is #135E8A. Grayscale: #B2B2B2. Windows color (decimal): -1269387 or 7709164. OLE color: 7709164.
HSL color Cylindrical-coordinate representation of color #ECA175: hue angle of 22.18º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ECA175 is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 161 | 117 | - |
| CMYK | 0 | 0.32 | 0.50 | 0.07 |
| HSL | 22.18º | 0.76% | 0.69% | - |
| HSV(B) | 22.18º | 0.5% | 0.93% | - |
| XYZ | 50.55 | 44.61 | 22.78 | - |
| YUV | 178.41 | 93.35 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 161 | 117 | 0 | 0.32 | 0.50 | 0.07 | 22.18 | 0.76 | 0.69 |
| Hex | EC | A1 | 75 | 0 | 20 | 32 | 7 | 16 | 4C | 45 |
| Octal | 354 | 241 | 165 | 0 | 40 | 62 | 7 | 26 | 114 | 105 |
| Binary | 11101100 | 10100001 | 1110101 | 0 | 100000 | 110010 | 111 | 10110 | 1001100 | 1000101 |
Color Harmonies of #ECA175
Complementary color
Monochromatic Colors of #ECA175
Black with #ECA175
Text Example
Text Example
White with #ECA175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA175; }
p { color: rgb(236,161,117); }
H1.HeaderClassName
{
color: #ECA175;
}
.AnyTagClassName
{
color: #ECA175;
}
</style>
background-color css
<style>
a { background-color: #ECA175; }
a { background-color: rgb(236,161,117); }
div.DivClassName
{
background-color: #ECA175;
}
.BgClassName
{
background-color: #ECA175;
}
</style>
border-color css
<style>
span { border-color: #ECA175; }
span { border-color: rgb(236,161,117); }
td.TdClassName
{
border-color: #ECA175;
}
.TagClassName
{
border-color: #ECA175;
}
</style>