Shades of Tangerine Yellow #ECCD0A
Tints of Tangerine Yellow #ECCD0A
RGB
CMYK
RGB Variations
Color information
#ECCD0A (or 0xECCD0A) is known color: Tangerine Yellow. HEX triplet: EC, CD and 0A. RGB value is (236,205,10). Sum of RGB (Red+Green+Blue) = 236+205+10=451 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.33% from 451); Green value is 205 (80.47% from 255 or 45.45% from 451); Blue value is 10 (4.30% from 255 or 2.22% from 451); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCD0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECCD0A is #1332F5. Grayscale: #C0C0C0. Windows color (decimal): -1258230 or 708076. OLE color: 708076.
HSL color Cylindrical-coordinate representation of color #ECCD0A: hue angle of 51.77º 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 #ECCD0A is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 205 | 10 | - |
| CMYK | 0 | 0.13 | 0.96 | 0.07 |
| HSL | 51.77º | 0.92% | 0.48% | - |
| HSV(B) | 51.77º | 0.96% | 0.93% | - |
| XYZ | 56.48 | 61.52 | 9.18 | - |
| YUV | 192.04 | 25.27 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 205 | 10 | 0 | 0.13 | 0.96 | 0.07 | 51.77 | 0.92 | 0.48 |
| Hex | EC | CD | A | 0 | D | 60 | 7 | 34 | 5C | 30 |
| Octal | 354 | 315 | 12 | 0 | 15 | 140 | 7 | 64 | 134 | 60 |
| Binary | 11101100 | 11001101 | 1010 | 0 | 1101 | 1100000 | 111 | 110100 | 1011100 | 110000 |
Color Harmonies of #ECCD0A
Complementary color
Monochromatic Colors of #ECCD0A
Black with #ECCD0A
Text Example
Text Example
White with #ECCD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCD0A; }
p { color: rgb(236,205,10); }
H1.HeaderClassName
{
color: #ECCD0A;
}
.AnyTagClassName
{
color: #ECCD0A;
}
</style>
background-color css
<style>
a { background-color: #ECCD0A; }
a { background-color: rgb(236,205,10); }
div.DivClassName
{
background-color: #ECCD0A;
}
.BgClassName
{
background-color: #ECCD0A;
}
</style>
border-color css
<style>
span { border-color: #ECCD0A; }
span { border-color: rgb(236,205,10); }
td.TdClassName
{
border-color: #ECCD0A;
}
.TagClassName
{
border-color: #ECCD0A;
}
</style>