Shades of Tangerine Yellow #ECCF05
Tints of Tangerine Yellow #ECCF05
RGB
CMYK
RGB Variations
Color information
#ECCF05 (or 0xECCF05) is known color: Tangerine Yellow. HEX triplet: EC, CF and 05. RGB value is (236,207,5). Sum of RGB (Red+Green+Blue) = 236+207+5=448 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.68% from 448); Green value is 207 (81.25% from 255 or 46.21% from 448); Blue value is 5 (2.34% from 255 or 1.12% from 448); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCF05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECCF05 is #1330FA. Grayscale: #C1C1C1. Windows color (decimal): -1257723 or 380908. OLE color: 380908.
HSL color Cylindrical-coordinate representation of color #ECCF05: hue angle of 52.47º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ECCF05 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 207 | 5 | - |
| CMYK | 0 | 0.12 | 0.98 | 0.07 |
| HSL | 52.47º | 0.96% | 0.47% | - |
| HSV(B) | 52.47º | 0.98% | 0.93% | - |
| XYZ | 56.93 | 62.47 | 9.2 | - |
| YUV | 192.64 | 22.11 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 207 | 5 | 0 | 0.12 | 0.98 | 0.07 | 52.47 | 0.96 | 0.47 |
| Hex | EC | CF | 5 | 0 | C | 62 | 7 | 34 | 60 | 2F |
| Octal | 354 | 317 | 5 | 0 | 14 | 142 | 7 | 64 | 140 | 57 |
| Binary | 11101100 | 11001111 | 101 | 0 | 1100 | 1100010 | 111 | 110100 | 1100000 | 101111 |
Color Harmonies of #ECCF05
Complementary color
Monochromatic Colors of #ECCF05
Black with #ECCF05
Text Example
Text Example
White with #ECCF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCF05; }
p { color: rgb(236,207,5); }
H1.HeaderClassName
{
color: #ECCF05;
}
.AnyTagClassName
{
color: #ECCF05;
}
</style>
background-color css
<style>
a { background-color: #ECCF05; }
a { background-color: rgb(236,207,5); }
div.DivClassName
{
background-color: #ECCF05;
}
.BgClassName
{
background-color: #ECCF05;
}
</style>
border-color css
<style>
span { border-color: #ECCF05; }
span { border-color: rgb(236,207,5); }
td.TdClassName
{
border-color: #ECCF05;
}
.TagClassName
{
border-color: #ECCF05;
}
</style>