Shades of Dark Tangerine #ECB20E
Tints of Dark Tangerine #ECB20E
RGB
CMYK
RGB Variations
Color information
#ECB20E (or 0xECB20E) is known color: Dark Tangerine. HEX triplet: EC, B2 and 0E. RGB value is (236,178,14). Sum of RGB (Red+Green+Blue) = 236+178+14=428 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.14% from 428); Green value is 178 (69.92% from 255 or 41.59% from 428); Blue value is 14 (5.86% from 255 or 3.27% from 428); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB20E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECB20E is #134DF1. Grayscale: #B1B1B1. Windows color (decimal): -1265138 or 963308. OLE color: 963308.
HSL color Cylindrical-coordinate representation of color #ECB20E: hue angle of 44.32º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ECB20E is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 178 | 14 | - |
| CMYK | 0 | 0.25 | 0.94 | 0.07 |
| HSL | 44.32º | 0.89% | 0.49% | - |
| HSV(B) | 44.32º | 0.94% | 0.93% | - |
| XYZ | 50.59 | 49.71 | 7.34 | - |
| YUV | 176.65 | 36.22 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 178 | 14 | 0 | 0.25 | 0.94 | 0.07 | 44.32 | 0.89 | 0.49 |
| Hex | EC | B2 | E | 0 | 19 | 5E | 7 | 2C | 59 | 31 |
| Octal | 354 | 262 | 16 | 0 | 31 | 136 | 7 | 54 | 131 | 61 |
| Binary | 11101100 | 10110010 | 1110 | 0 | 11001 | 1011110 | 111 | 101100 | 1011001 | 110001 |
Color Harmonies of #ECB20E
Complementary color
Monochromatic Colors of #ECB20E
Black with #ECB20E
Text Example
Text Example
White with #ECB20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB20E; }
p { color: rgb(236,178,14); }
H1.HeaderClassName
{
color: #ECB20E;
}
.AnyTagClassName
{
color: #ECB20E;
}
</style>
background-color css
<style>
a { background-color: #ECB20E; }
a { background-color: rgb(236,178,14); }
div.DivClassName
{
background-color: #ECB20E;
}
.BgClassName
{
background-color: #ECB20E;
}
</style>
border-color css
<style>
span { border-color: #ECB20E; }
span { border-color: rgb(236,178,14); }
td.TdClassName
{
border-color: #ECB20E;
}
.TagClassName
{
border-color: #ECB20E;
}
</style>