Shades of Tangerine Yellow #ECCE00
Tints of Tangerine Yellow #ECCE00
RGB
CMYK
RGB Variations
Color information
#ECCE00 (or 0xECCE00) is known color: Tangerine Yellow. HEX triplet: EC, CE and 00. RGB value is (236,206,0). Sum of RGB (Red+Green+Blue) = 236+206+0=442 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.39% from 442); Green value is 206 (80.86% from 255 or 46.61% from 442); Blue value is 0 (0.39% from 255 or 0% from 442); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCE00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECCE00 is #1331FF. Grayscale: #C0C0C0. Windows color (decimal): -1257984 or 52972. OLE color: 52972.
HSL color Cylindrical-coordinate representation of color #ECCE00: hue angle of 52.37º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ECCE00 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 206 | 0 | - |
| CMYK | 0 | 0.13 | 1 | 0.07 |
| HSL | 52.37º | 1% | 0.46% | - |
| HSV(B) | 52.37º | 1% | 0.93% | - |
| XYZ | 56.66 | 61.98 | 8.98 | - |
| YUV | 191.49 | 19.94 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 206 | 0 | 0 | 0.13 | 1 | 0.07 | 52.37 | 1 | 0.46 |
| Hex | EC | CE | 0 | 0 | D | 64 | 7 | 34 | 64 | 2E |
| Octal | 354 | 316 | 0 | 0 | 15 | 144 | 7 | 64 | 144 | 56 |
| Binary | 11101100 | 11001110 | 0 | 0 | 1101 | 1100100 | 111 | 110100 | 1100100 | 101110 |
Color Harmonies of #ECCE00
Complementary color
Monochromatic Colors of #ECCE00
Black with #ECCE00
Text Example
Text Example
White with #ECCE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCE00; }
p { color: rgb(236,206,0); }
H1.HeaderClassName
{
color: #ECCE00;
}
.AnyTagClassName
{
color: #ECCE00;
}
</style>
background-color css
<style>
a { background-color: #ECCE00; }
a { background-color: rgb(236,206,0); }
div.DivClassName
{
background-color: #ECCE00;
}
.BgClassName
{
background-color: #ECCE00;
}
</style>
border-color css
<style>
span { border-color: #ECCE00; }
span { border-color: rgb(236,206,0); }
td.TdClassName
{
border-color: #ECCE00;
}
.TagClassName
{
border-color: #ECCE00;
}
</style>