Shades of Dark Tangerine #ECB210
Tints of Dark Tangerine #ECB210
RGB
CMYK
RGB Variations
Color information
#ECB210 (or 0xECB210) is known color: Dark Tangerine. HEX triplet: EC, B2 and 10. RGB value is (236,178,16). Sum of RGB (Red+Green+Blue) = 236+178+16=430 (56% of max value = 765). Red value is 236 (92.58% from 255 or 54.88% from 430); Green value is 178 (69.92% from 255 or 41.40% from 430); Blue value is 16 (6.64% from 255 or 3.72% from 430); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB210 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECB210 is #134DEF. Grayscale: #B1B1B1. Windows color (decimal): -1265136 or 1094380. OLE color: 1094380.
HSL color Cylindrical-coordinate representation of color #ECB210: hue angle of 44.18º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ECB210 is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 178 | 16 | - |
| CMYK | 0 | 0.25 | 0.93 | 0.07 |
| HSL | 44.18º | 0.87% | 0.49% | - |
| HSV(B) | 44.18º | 0.93% | 0.93% | - |
| XYZ | 50.61 | 49.71 | 7.42 | - |
| YUV | 176.87 | 37.22 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 178 | 16 | 0 | 0.25 | 0.93 | 0.07 | 44.18 | 0.87 | 0.49 |
| Hex | EC | B2 | 10 | 0 | 19 | 5D | 7 | 2C | 57 | 31 |
| Octal | 354 | 262 | 20 | 0 | 31 | 135 | 7 | 54 | 127 | 61 |
| Binary | 11101100 | 10110010 | 10000 | 0 | 11001 | 1011101 | 111 | 101100 | 1010111 | 110001 |
Color Harmonies of #ECB210
Complementary color
Monochromatic Colors of #ECB210
Black with #ECB210
Text Example
Text Example
White with #ECB210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB210; }
p { color: rgb(236,178,16); }
H1.HeaderClassName
{
color: #ECB210;
}
.AnyTagClassName
{
color: #ECB210;
}
</style>
background-color css
<style>
a { background-color: #ECB210; }
a { background-color: rgb(236,178,16); }
div.DivClassName
{
background-color: #ECB210;
}
.BgClassName
{
background-color: #ECB210;
}
</style>
border-color css
<style>
span { border-color: #ECB210; }
span { border-color: rgb(236,178,16); }
td.TdClassName
{
border-color: #ECB210;
}
.TagClassName
{
border-color: #ECB210;
}
</style>