Shades of Tangerine Yellow #ECCE0B
Tints of Tangerine Yellow #ECCE0B
RGB
CMYK
RGB Variations
Color information
#ECCE0B (or 0xECCE0B) is known color: Tangerine Yellow. HEX triplet: EC, CE and 0B. RGB value is (236,206,11). Sum of RGB (Red+Green+Blue) = 236+206+11=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 206 (80.86% from 255 or 45.47% from 453); Blue value is 11 (4.69% from 255 or 2.43% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCE0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECCE0B is #1331F4. Grayscale: #C1C1C1. Windows color (decimal): -1257973 or 773868. OLE color: 773868.
HSL color Cylindrical-coordinate representation of color #ECCE0B: hue angle of 52º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ECCE0B is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 206 | 11 | - |
| CMYK | 0 | 0.13 | 0.95 | 0.07 |
| HSL | 52º | 0.91% | 0.48% | - |
| HSV(B) | 52º | 0.95% | 0.93% | - |
| XYZ | 56.72 | 62 | 9.29 | - |
| YUV | 192.74 | 25.44 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 206 | 11 | 0 | 0.13 | 0.95 | 0.07 | 52 | 0.91 | 0.48 |
| Hex | EC | CE | B | 0 | D | 5F | 7 | 34 | 5B | 30 |
| Octal | 354 | 316 | 13 | 0 | 15 | 137 | 7 | 64 | 133 | 60 |
| Binary | 11101100 | 11001110 | 1011 | 0 | 1101 | 1011111 | 111 | 110100 | 1011011 | 110000 |
Color Harmonies of #ECCE0B
Complementary color
Monochromatic Colors of #ECCE0B
Black with #ECCE0B
Text Example
Text Example
White with #ECCE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCE0B; }
p { color: rgb(236,206,11); }
H1.HeaderClassName
{
color: #ECCE0B;
}
.AnyTagClassName
{
color: #ECCE0B;
}
</style>
background-color css
<style>
a { background-color: #ECCE0B; }
a { background-color: rgb(236,206,11); }
div.DivClassName
{
background-color: #ECCE0B;
}
.BgClassName
{
background-color: #ECCE0B;
}
</style>
border-color css
<style>
span { border-color: #ECCE0B; }
span { border-color: rgb(236,206,11); }
td.TdClassName
{
border-color: #ECCE0B;
}
.TagClassName
{
border-color: #ECCE0B;
}
</style>