Shades of Dark Tangerine #ECB012
Tints of Dark Tangerine #ECB012
RGB
CMYK
RGB Variations
Color information
#ECB012 (or 0xECB012) is known color: Dark Tangerine. HEX triplet: EC, B0 and 12. RGB value is (236,176,18). Sum of RGB (Red+Green+Blue) = 236+176+18=430 (56% of max value = 765). Red value is 236 (92.58% from 255 or 54.88% from 430); Green value is 176 (69.14% from 255 or 40.93% from 430); Blue value is 18 (7.42% from 255 or 4.19% from 430); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB012 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECB012 is #134FED. Grayscale: #B0B0B0. Windows color (decimal): -1265646 or 1224940. OLE color: 1224940.
HSL color Cylindrical-coordinate representation of color #ECB012: hue angle of 43.49º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ECB012 is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 176 | 18 | - |
| CMYK | 0 | 0.25 | 0.92 | 0.07 |
| HSL | 43.49º | 0.86% | 0.5% | - |
| HSV(B) | 43.49º | 0.92% | 0.93% | - |
| XYZ | 50.23 | 48.93 | 7.37 | - |
| YUV | 175.93 | 38.88 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 18 | 0 | 0.25 | 0.92 | 0.07 | 43.49 | 0.86 | 0.5 |
| Hex | EC | B0 | 12 | 0 | 19 | 5C | 7 | 2B | 56 | 32 |
| Octal | 354 | 260 | 22 | 0 | 31 | 134 | 7 | 53 | 126 | 62 |
| Binary | 11101100 | 10110000 | 10010 | 0 | 11001 | 1011100 | 111 | 101011 | 1010110 | 110010 |
Color Harmonies of #ECB012
Complementary color
Monochromatic Colors of #ECB012
Black with #ECB012
Text Example
Text Example
White with #ECB012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB012; }
p { color: rgb(236,176,18); }
H1.HeaderClassName
{
color: #ECB012;
}
.AnyTagClassName
{
color: #ECB012;
}
</style>
background-color css
<style>
a { background-color: #ECB012; }
a { background-color: rgb(236,176,18); }
div.DivClassName
{
background-color: #ECB012;
}
.BgClassName
{
background-color: #ECB012;
}
</style>
border-color css
<style>
span { border-color: #ECB012; }
span { border-color: rgb(236,176,18); }
td.TdClassName
{
border-color: #ECB012;
}
.TagClassName
{
border-color: #ECB012;
}
</style>