Shades of Tangerine Yellow #ECCF0C
Tints of Tangerine Yellow #ECCF0C
RGB
CMYK
RGB Variations
Color information
#ECCF0C (or 0xECCF0C) is known color: Tangerine Yellow. HEX triplet: EC, CF and 0C. RGB value is (236,207,12). Sum of RGB (Red+Green+Blue) = 236+207+12=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 207 (81.25% from 255 or 45.49% from 455); Blue value is 12 (5.08% from 255 or 2.64% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCF0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECCF0C is #1330F3. Grayscale: #C2C2C2. Windows color (decimal): -1257716 or 839660. OLE color: 839660.
HSL color Cylindrical-coordinate representation of color #ECCF0C: hue angle of 52.23º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ECCF0C is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 207 | 12 | - |
| CMYK | 0 | 0.12 | 0.95 | 0.07 |
| HSL | 52.23º | 0.9% | 0.49% | - |
| HSV(B) | 52.23º | 0.95% | 0.93% | - |
| XYZ | 56.97 | 62.49 | 9.41 | - |
| YUV | 193.44 | 25.61 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 207 | 12 | 0 | 0.12 | 0.95 | 0.07 | 52.23 | 0.9 | 0.49 |
| Hex | EC | CF | C | 0 | C | 5F | 7 | 34 | 5A | 31 |
| Octal | 354 | 317 | 14 | 0 | 14 | 137 | 7 | 64 | 132 | 61 |
| Binary | 11101100 | 11001111 | 1100 | 0 | 1100 | 1011111 | 111 | 110100 | 1011010 | 110001 |
Color Harmonies of #ECCF0C
Complementary color
Monochromatic Colors of #ECCF0C
Black with #ECCF0C
Text Example
Text Example
White with #ECCF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCF0C; }
p { color: rgb(236,207,12); }
H1.HeaderClassName
{
color: #ECCF0C;
}
.AnyTagClassName
{
color: #ECCF0C;
}
</style>
background-color css
<style>
a { background-color: #ECCF0C; }
a { background-color: rgb(236,207,12); }
div.DivClassName
{
background-color: #ECCF0C;
}
.BgClassName
{
background-color: #ECCF0C;
}
</style>
border-color css
<style>
span { border-color: #ECCF0C; }
span { border-color: rgb(236,207,12); }
td.TdClassName
{
border-color: #ECCF0C;
}
.TagClassName
{
border-color: #ECCF0C;
}
</style>