Shades of Tangerine Yellow #ECCC01
Tints of Tangerine Yellow #ECCC01
RGB
CMYK
RGB Variations
Color information
#ECCC01 (or 0xECCC01) is known color: Tangerine Yellow. HEX triplet: EC, CC and 01. RGB value is (236,204,1). Sum of RGB (Red+Green+Blue) = 236+204+1=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 204 (80.08% from 255 or 46.26% from 441); Blue value is 1 (0.78% from 255 or 0.23% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECCC01 is #1333FE. Grayscale: #BFBFBF. Windows color (decimal): -1258495 or 117996. OLE color: 117996.
HSL color Cylindrical-coordinate representation of color #ECCC01: hue angle of 51.83º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ECCC01 is Cyan = 0, Magento = 0.14, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 204 | 1 | - |
| CMYK | 0 | 0.14 | 1.00 | 0.07 |
| HSL | 51.83º | 0.99% | 0.46% | - |
| HSV(B) | 51.83º | 1% | 0.93% | - |
| XYZ | 56.19 | 61.02 | 8.85 | - |
| YUV | 190.43 | 21.1 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 204 | 1 | 0 | 0.14 | 1.00 | 0.07 | 51.83 | 0.99 | 0.46 |
| Hex | EC | CC | 1 | 0 | E | 64 | 7 | 34 | 63 | 2E |
| Octal | 354 | 314 | 1 | 0 | 16 | 144 | 7 | 64 | 143 | 56 |
| Binary | 11101100 | 11001100 | 1 | 0 | 1110 | 1100100 | 111 | 110100 | 1100011 | 101110 |
Color Harmonies of #ECCC01
Complementary color
Monochromatic Colors of #ECCC01
Black with #ECCC01
Text Example
Text Example
White with #ECCC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCC01; }
p { color: rgb(236,204,1); }
H1.HeaderClassName
{
color: #ECCC01;
}
.AnyTagClassName
{
color: #ECCC01;
}
</style>
background-color css
<style>
a { background-color: #ECCC01; }
a { background-color: rgb(236,204,1); }
div.DivClassName
{
background-color: #ECCC01;
}
.BgClassName
{
background-color: #ECCC01;
}
</style>
border-color css
<style>
span { border-color: #ECCC01; }
span { border-color: rgb(236,204,1); }
td.TdClassName
{
border-color: #ECCC01;
}
.TagClassName
{
border-color: #ECCC01;
}
</style>