Shades of Tangerine Yellow #ECCC0A
Tints of Tangerine Yellow #ECCC0A
RGB
CMYK
RGB Variations
Color information
#ECCC0A (or 0xECCC0A) is known color: Tangerine Yellow. HEX triplet: EC, CC and 0A. RGB value is (236,204,10). Sum of RGB (Red+Green+Blue) = 236+204+10=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 204 (80.08% from 255 or 45.33% from 450); Blue value is 10 (4.30% from 255 or 2.22% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECCC0A is #1333F5. Grayscale: #C0C0C0. Windows color (decimal): -1258486 or 707820. OLE color: 707820.
HSL color Cylindrical-coordinate representation of color #ECCC0A: hue angle of 51.5º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ECCC0A is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 204 | 10 | - |
| CMYK | 0 | 0.14 | 0.96 | 0.07 |
| HSL | 51.5º | 0.92% | 0.48% | - |
| HSV(B) | 51.5º | 0.96% | 0.93% | - |
| XYZ | 56.24 | 61.04 | 9.11 | - |
| YUV | 191.45 | 25.6 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 204 | 10 | 0 | 0.14 | 0.96 | 0.07 | 51.5 | 0.92 | 0.48 |
| Hex | EC | CC | A | 0 | E | 60 | 7 | 34 | 5C | 30 |
| Octal | 354 | 314 | 12 | 0 | 16 | 140 | 7 | 64 | 134 | 60 |
| Binary | 11101100 | 11001100 | 1010 | 0 | 1110 | 1100000 | 111 | 110100 | 1011100 | 110000 |
Color Harmonies of #ECCC0A
Complementary color
Monochromatic Colors of #ECCC0A
Black with #ECCC0A
Text Example
Text Example
White with #ECCC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCC0A; }
p { color: rgb(236,204,10); }
H1.HeaderClassName
{
color: #ECCC0A;
}
.AnyTagClassName
{
color: #ECCC0A;
}
</style>
background-color css
<style>
a { background-color: #ECCC0A; }
a { background-color: rgb(236,204,10); }
div.DivClassName
{
background-color: #ECCC0A;
}
.BgClassName
{
background-color: #ECCC0A;
}
</style>
border-color css
<style>
span { border-color: #ECCC0A; }
span { border-color: rgb(236,204,10); }
td.TdClassName
{
border-color: #ECCC0A;
}
.TagClassName
{
border-color: #ECCC0A;
}
</style>