Shades of Tangerine Yellow #ECCF00
Tints of Tangerine Yellow #ECCF00
RGB
CMYK
RGB Variations
Color information
#ECCF00 (or 0xECCF00) is known color: Tangerine Yellow. HEX triplet: EC, CF and 00. RGB value is (236,207,0). Sum of RGB (Red+Green+Blue) = 236+207+0=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 207 (81.25% from 255 or 46.73% from 443); Blue value is 0 (0.39% from 255 or 0% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCF00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECCF00 is #1330FF. Grayscale: #C0C0C0. Windows color (decimal): -1257728 or 53228. OLE color: 53228.
HSL color Cylindrical-coordinate representation of color #ECCF00: hue angle of 52.63º 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 #ECCF00 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 207 | 0 | - |
| CMYK | 0 | 0.12 | 1 | 0.07 |
| HSL | 52.63º | 1% | 0.46% | - |
| HSV(B) | 52.63º | 1% | 0.93% | - |
| XYZ | 56.9 | 62.46 | 9.06 | - |
| YUV | 192.07 | 19.61 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 207 | 0 | 0 | 0.12 | 1 | 0.07 | 52.63 | 1 | 0.46 |
| Hex | EC | CF | 0 | 0 | C | 64 | 7 | 35 | 64 | 2E |
| Octal | 354 | 317 | 0 | 0 | 14 | 144 | 7 | 65 | 144 | 56 |
| Binary | 11101100 | 11001111 | 0 | 0 | 1100 | 1100100 | 111 | 110101 | 1100100 | 101110 |
Color Harmonies of #ECCF00
Complementary color
Monochromatic Colors of #ECCF00
Black with #ECCF00
Text Example
Text Example
White with #ECCF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCF00; }
p { color: rgb(236,207,0); }
H1.HeaderClassName
{
color: #ECCF00;
}
.AnyTagClassName
{
color: #ECCF00;
}
</style>
background-color css
<style>
a { background-color: #ECCF00; }
a { background-color: rgb(236,207,0); }
div.DivClassName
{
background-color: #ECCF00;
}
.BgClassName
{
background-color: #ECCF00;
}
</style>
border-color css
<style>
span { border-color: #ECCF00; }
span { border-color: rgb(236,207,0); }
td.TdClassName
{
border-color: #ECCF00;
}
.TagClassName
{
border-color: #ECCF00;
}
</style>