Shades of Tangerine Yellow #ECCE0C
Tints of Tangerine Yellow #ECCE0C
RGB
CMYK
RGB Variations
Color information
#ECCE0C (or 0xECCE0C) is known color: Tangerine Yellow. HEX triplet: EC, CE and 0C. RGB value is (236,206,12). Sum of RGB (Red+Green+Blue) = 236+206+12=454 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.98% from 454); Green value is 206 (80.86% from 255 or 45.37% from 454); Blue value is 12 (5.08% from 255 or 2.64% from 454); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCE0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECCE0C is #1331F3. Grayscale: #C1C1C1. Windows color (decimal): -1257972 or 839404. OLE color: 839404.
HSL color Cylindrical-coordinate representation of color #ECCE0C: hue angle of 51.96º 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 #ECCE0C is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 206 | 12 | - |
| CMYK | 0 | 0.13 | 0.95 | 0.07 |
| HSL | 51.96º | 0.9% | 0.49% | - |
| HSV(B) | 51.96º | 0.95% | 0.93% | - |
| XYZ | 56.73 | 62 | 9.33 | - |
| YUV | 192.85 | 25.94 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 206 | 12 | 0 | 0.13 | 0.95 | 0.07 | 51.96 | 0.9 | 0.49 |
| Hex | EC | CE | C | 0 | D | 5F | 7 | 34 | 5A | 31 |
| Octal | 354 | 316 | 14 | 0 | 15 | 137 | 7 | 64 | 132 | 61 |
| Binary | 11101100 | 11001110 | 1100 | 0 | 1101 | 1011111 | 111 | 110100 | 1011010 | 110001 |
Color Harmonies of #ECCE0C
Complementary color
Monochromatic Colors of #ECCE0C
Black with #ECCE0C
Text Example
Text Example
White with #ECCE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCE0C; }
p { color: rgb(236,206,12); }
H1.HeaderClassName
{
color: #ECCE0C;
}
.AnyTagClassName
{
color: #ECCE0C;
}
</style>
background-color css
<style>
a { background-color: #ECCE0C; }
a { background-color: rgb(236,206,12); }
div.DivClassName
{
background-color: #ECCE0C;
}
.BgClassName
{
background-color: #ECCE0C;
}
</style>
border-color css
<style>
span { border-color: #ECCE0C; }
span { border-color: rgb(236,206,12); }
td.TdClassName
{
border-color: #ECCE0C;
}
.TagClassName
{
border-color: #ECCE0C;
}
</style>