Shades of Tangerine Yellow #ECCC00
Tints of Tangerine Yellow #ECCC00
RGB
CMYK
RGB Variations
Color information
#ECCC00 (or 0xECCC00) is known color: Tangerine Yellow. HEX triplet: EC, CC and 00. RGB value is (236,204,0). Sum of RGB (Red+Green+Blue) = 236+204+0=440 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.64% from 440); Green value is 204 (80.08% from 255 or 46.36% from 440); Blue value is 0 (0.39% from 255 or 0% from 440); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECCC00 is #1333FF. Grayscale: #BFBFBF. Windows color (decimal): -1258496 or 52460. OLE color: 52460.
HSL color Cylindrical-coordinate representation of color #ECCC00: hue angle of 51.86º 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 #ECCC00 is Cyan = 0, Magento = 0.14, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 204 | 0 | - |
| CMYK | 0 | 0.14 | 1 | 0.07 |
| HSL | 51.86º | 1% | 0.46% | - |
| HSV(B) | 51.86º | 1% | 0.93% | - |
| XYZ | 56.18 | 61.02 | 8.82 | - |
| YUV | 190.31 | 20.6 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 204 | 0 | 0 | 0.14 | 1 | 0.07 | 51.86 | 1 | 0.46 |
| Hex | EC | CC | 0 | 0 | E | 64 | 7 | 34 | 64 | 2E |
| Octal | 354 | 314 | 0 | 0 | 16 | 144 | 7 | 64 | 144 | 56 |
| Binary | 11101100 | 11001100 | 0 | 0 | 1110 | 1100100 | 111 | 110100 | 1100100 | 101110 |
Color Harmonies of #ECCC00
Complementary color
Monochromatic Colors of #ECCC00
Black with #ECCC00
Text Example
Text Example
White with #ECCC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCC00; }
p { color: rgb(236,204,0); }
H1.HeaderClassName
{
color: #ECCC00;
}
.AnyTagClassName
{
color: #ECCC00;
}
</style>
background-color css
<style>
a { background-color: #ECCC00; }
a { background-color: rgb(236,204,0); }
div.DivClassName
{
background-color: #ECCC00;
}
.BgClassName
{
background-color: #ECCC00;
}
</style>
border-color css
<style>
span { border-color: #ECCC00; }
span { border-color: rgb(236,204,0); }
td.TdClassName
{
border-color: #ECCC00;
}
.TagClassName
{
border-color: #ECCC00;
}
</style>