Shades of Tangerine Yellow #ECCB01
Tints of Tangerine Yellow #ECCB01
RGB
CMYK
RGB Variations
Color information
#ECCB01 (or 0xECCB01) is known color: Tangerine Yellow. HEX triplet: EC, CB and 01. RGB value is (236,203,1). Sum of RGB (Red+Green+Blue) = 236+203+1=440 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.64% from 440); Green value is 203 (79.69% from 255 or 46.14% from 440); Blue value is 1 (0.78% from 255 or 0.23% from 440); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCB01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECCB01 is #1334FE. Grayscale: #BEBEBE. Windows color (decimal): -1258751 or 117740. OLE color: 117740.
HSL color Cylindrical-coordinate representation of color #ECCB01: hue angle of 51.57º 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 #ECCB01 is Cyan = 0, Magento = 0.14, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 203 | 1 | - |
| CMYK | 0 | 0.14 | 1.00 | 0.07 |
| HSL | 51.57º | 0.99% | 0.46% | - |
| HSV(B) | 51.57º | 1% | 0.93% | - |
| XYZ | 55.95 | 60.55 | 8.77 | - |
| YUV | 189.84 | 21.43 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 203 | 1 | 0 | 0.14 | 1.00 | 0.07 | 51.57 | 0.99 | 0.46 |
| Hex | EC | CB | 1 | 0 | E | 64 | 7 | 34 | 63 | 2E |
| Octal | 354 | 313 | 1 | 0 | 16 | 144 | 7 | 64 | 143 | 56 |
| Binary | 11101100 | 11001011 | 1 | 0 | 1110 | 1100100 | 111 | 110100 | 1100011 | 101110 |
Color Harmonies of #ECCB01
Complementary color
Monochromatic Colors of #ECCB01
Black with #ECCB01
Text Example
Text Example
White with #ECCB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCB01; }
p { color: rgb(236,203,1); }
H1.HeaderClassName
{
color: #ECCB01;
}
.AnyTagClassName
{
color: #ECCB01;
}
</style>
background-color css
<style>
a { background-color: #ECCB01; }
a { background-color: rgb(236,203,1); }
div.DivClassName
{
background-color: #ECCB01;
}
.BgClassName
{
background-color: #ECCB01;
}
</style>
border-color css
<style>
span { border-color: #ECCB01; }
span { border-color: rgb(236,203,1); }
td.TdClassName
{
border-color: #ECCB01;
}
.TagClassName
{
border-color: #ECCB01;
}
</style>