Shades of Dark Tangerine #ECB30F
Tints of Dark Tangerine #ECB30F
RGB
CMYK
RGB Variations
Color information
#ECB30F (or 0xECB30F) is known color: Dark Tangerine. HEX triplet: EC, B3 and 0F. RGB value is (236,179,15). Sum of RGB (Red+Green+Blue) = 236+179+15=430 (56% of max value = 765). Red value is 236 (92.58% from 255 or 54.88% from 430); Green value is 179 (70.31% from 255 or 41.63% from 430); Blue value is 15 (6.25% from 255 or 3.49% from 430); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB30F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB30F is #134CF0. Grayscale: #B2B2B2. Windows color (decimal): -1264881 or 1029100. OLE color: 1029100.
HSL color Cylindrical-coordinate representation of color #ECB30F: hue angle of 44.52º degrees, saturation: 0.88, 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 #ECB30F is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 179 | 15 | - |
| CMYK | 0 | 0.24 | 0.94 | 0.07 |
| HSL | 44.52º | 0.88% | 0.49% | - |
| HSV(B) | 44.52º | 0.94% | 0.93% | - |
| XYZ | 50.8 | 50.11 | 7.45 | - |
| YUV | 177.35 | 36.38 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 179 | 15 | 0 | 0.24 | 0.94 | 0.07 | 44.52 | 0.88 | 0.49 |
| Hex | EC | B3 | F | 0 | 18 | 5E | 7 | 2D | 58 | 31 |
| Octal | 354 | 263 | 17 | 0 | 30 | 136 | 7 | 55 | 130 | 61 |
| Binary | 11101100 | 10110011 | 1111 | 0 | 11000 | 1011110 | 111 | 101101 | 1011000 | 110001 |
Color Harmonies of #ECB30F
Complementary color
Monochromatic Colors of #ECB30F
Black with #ECB30F
Text Example
Text Example
White with #ECB30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB30F; }
p { color: rgb(236,179,15); }
H1.HeaderClassName
{
color: #ECB30F;
}
.AnyTagClassName
{
color: #ECB30F;
}
</style>
background-color css
<style>
a { background-color: #ECB30F; }
a { background-color: rgb(236,179,15); }
div.DivClassName
{
background-color: #ECB30F;
}
.BgClassName
{
background-color: #ECB30F;
}
</style>
border-color css
<style>
span { border-color: #ECB30F; }
span { border-color: rgb(236,179,15); }
td.TdClassName
{
border-color: #ECB30F;
}
.TagClassName
{
border-color: #ECB30F;
}
</style>