Shades of Dark Tangerine #ECB10C
Tints of Dark Tangerine #ECB10C
RGB
CMYK
RGB Variations
Color information
#ECB10C (or 0xECB10C) is known color: Dark Tangerine. HEX triplet: EC, B1 and 0C. RGB value is (236,177,12). Sum of RGB (Red+Green+Blue) = 236+177+12=425 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.53% from 425); Green value is 177 (69.53% from 255 or 41.65% from 425); Blue value is 12 (5.08% from 255 or 2.82% from 425); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB10C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECB10C is #134EF3. Grayscale: #B0B0B0. Windows color (decimal): -1265396 or 831980. OLE color: 831980.
HSL color Cylindrical-coordinate representation of color #ECB10C: hue angle of 44.2º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ECB10C is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 177 | 12 | - |
| CMYK | 0 | 0.25 | 0.95 | 0.07 |
| HSL | 44.2º | 0.9% | 0.49% | - |
| HSV(B) | 44.2º | 0.95% | 0.93% | - |
| XYZ | 50.38 | 49.3 | 7.21 | - |
| YUV | 175.83 | 35.55 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 177 | 12 | 0 | 0.25 | 0.95 | 0.07 | 44.2 | 0.9 | 0.49 |
| Hex | EC | B1 | C | 0 | 19 | 5F | 7 | 2C | 5A | 31 |
| Octal | 354 | 261 | 14 | 0 | 31 | 137 | 7 | 54 | 132 | 61 |
| Binary | 11101100 | 10110001 | 1100 | 0 | 11001 | 1011111 | 111 | 101100 | 1011010 | 110001 |
Color Harmonies of #ECB10C
Complementary color
Monochromatic Colors of #ECB10C
Black with #ECB10C
Text Example
Text Example
White with #ECB10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB10C; }
p { color: rgb(236,177,12); }
H1.HeaderClassName
{
color: #ECB10C;
}
.AnyTagClassName
{
color: #ECB10C;
}
</style>
background-color css
<style>
a { background-color: #ECB10C; }
a { background-color: rgb(236,177,12); }
div.DivClassName
{
background-color: #ECB10C;
}
.BgClassName
{
background-color: #ECB10C;
}
</style>
border-color css
<style>
span { border-color: #ECB10C; }
span { border-color: rgb(236,177,12); }
td.TdClassName
{
border-color: #ECB10C;
}
.TagClassName
{
border-color: #ECB10C;
}
</style>