Shades of Tangerine Yellow #ECCD0C
Tints of Tangerine Yellow #ECCD0C
RGB
CMYK
RGB Variations
Color information
#ECCD0C (or 0xECCD0C) is known color: Tangerine Yellow. HEX triplet: EC, CD and 0C. RGB value is (236,205,12). Sum of RGB (Red+Green+Blue) = 236+205+12=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 205 (80.47% from 255 or 45.25% from 453); Blue value is 12 (5.08% from 255 or 2.65% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCD0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECCD0C is #1332F3. Grayscale: #C1C1C1. Windows color (decimal): -1258228 or 839148. OLE color: 839148.
HSL color Cylindrical-coordinate representation of color #ECCD0C: hue angle of 51.7º 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 #ECCD0C is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 205 | 12 | - |
| CMYK | 0 | 0.13 | 0.95 | 0.07 |
| HSL | 51.7º | 0.9% | 0.49% | - |
| HSV(B) | 51.7º | 0.95% | 0.93% | - |
| XYZ | 56.49 | 61.52 | 9.25 | - |
| YUV | 192.27 | 26.27 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 205 | 12 | 0 | 0.13 | 0.95 | 0.07 | 51.7 | 0.9 | 0.49 |
| Hex | EC | CD | C | 0 | D | 5F | 7 | 34 | 5A | 31 |
| Octal | 354 | 315 | 14 | 0 | 15 | 137 | 7 | 64 | 132 | 61 |
| Binary | 11101100 | 11001101 | 1100 | 0 | 1101 | 1011111 | 111 | 110100 | 1011010 | 110001 |
Color Harmonies of #ECCD0C
Complementary color
Monochromatic Colors of #ECCD0C
Black with #ECCD0C
Text Example
Text Example
White with #ECCD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCD0C; }
p { color: rgb(236,205,12); }
H1.HeaderClassName
{
color: #ECCD0C;
}
.AnyTagClassName
{
color: #ECCD0C;
}
</style>
background-color css
<style>
a { background-color: #ECCD0C; }
a { background-color: rgb(236,205,12); }
div.DivClassName
{
background-color: #ECCD0C;
}
.BgClassName
{
background-color: #ECCD0C;
}
</style>
border-color css
<style>
span { border-color: #ECCD0C; }
span { border-color: rgb(236,205,12); }
td.TdClassName
{
border-color: #ECCD0C;
}
.TagClassName
{
border-color: #ECCD0C;
}
</style>