Shades of Tangerine Yellow #ECCF01
Tints of Tangerine Yellow #ECCF01
RGB
CMYK
RGB Variations
Color information
#ECCF01 (or 0xECCF01) is known color: Tangerine Yellow. HEX triplet: EC, CF and 01. RGB value is (236,207,1). Sum of RGB (Red+Green+Blue) = 236+207+1=444 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.15% from 444); Green value is 207 (81.25% from 255 or 46.62% from 444); Blue value is 1 (0.78% from 255 or 0.23% from 444); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCF01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECCF01 is #1330FE. Grayscale: #C1C1C1. Windows color (decimal): -1257727 or 118764. OLE color: 118764.
HSL color Cylindrical-coordinate representation of color #ECCF01: hue angle of 52.6º 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 #ECCF01 is Cyan = 0, Magento = 0.12, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 207 | 1 | - |
| CMYK | 0 | 0.12 | 1.00 | 0.07 |
| HSL | 52.6º | 0.99% | 0.46% | - |
| HSV(B) | 52.6º | 1% | 0.93% | - |
| XYZ | 56.91 | 62.46 | 9.09 | - |
| YUV | 192.19 | 20.11 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 207 | 1 | 0 | 0.12 | 1.00 | 0.07 | 52.6 | 0.99 | 0.46 |
| Hex | EC | CF | 1 | 0 | C | 64 | 7 | 35 | 63 | 2E |
| Octal | 354 | 317 | 1 | 0 | 14 | 144 | 7 | 65 | 143 | 56 |
| Binary | 11101100 | 11001111 | 1 | 0 | 1100 | 1100100 | 111 | 110101 | 1100011 | 101110 |
Color Harmonies of #ECCF01
Complementary color
Monochromatic Colors of #ECCF01
Black with #ECCF01
Text Example
Text Example
White with #ECCF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCF01; }
p { color: rgb(236,207,1); }
H1.HeaderClassName
{
color: #ECCF01;
}
.AnyTagClassName
{
color: #ECCF01;
}
</style>
background-color css
<style>
a { background-color: #ECCF01; }
a { background-color: rgb(236,207,1); }
div.DivClassName
{
background-color: #ECCF01;
}
.BgClassName
{
background-color: #ECCF01;
}
</style>
border-color css
<style>
span { border-color: #ECCF01; }
span { border-color: rgb(236,207,1); }
td.TdClassName
{
border-color: #ECCF01;
}
.TagClassName
{
border-color: #ECCF01;
}
</style>