Shades of Tangerine Yellow #EECC0C
Tints of Tangerine Yellow #EECC0C
RGB
CMYK
RGB Variations
Color information
#EECC0C (or 0xEECC0C) is known color: Tangerine Yellow. HEX triplet: EE, CC and 0C. RGB value is (238,204,12). Sum of RGB (Red+Green+Blue) = 238+204+12=454 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.42% from 454); Green value is 204 (80.08% from 255 or 44.93% from 454); Blue value is 12 (5.08% from 255 or 2.64% from 454); Max value from RGB is 238 - color contains mainly: red. Hex color #EECC0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EECC0C is #1133F3. Grayscale: #C1C1C1. Windows color (decimal): -1127412 or 838894. OLE color: 838894.
HSL color Cylindrical-coordinate representation of color #EECC0C: hue angle of 50.97º 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 #EECC0C is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 204 | 12 | - |
| CMYK | 0 | 0.14 | 0.95 | 0.07 |
| HSL | 50.97º | 0.9% | 0.49% | - |
| HSV(B) | 50.97º | 0.95% | 0.93% | - |
| XYZ | 56.92 | 61.39 | 9.2 | - |
| YUV | 192.28 | 26.26 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 204 | 12 | 0 | 0.14 | 0.95 | 0.07 | 50.97 | 0.9 | 0.49 |
| Hex | EE | CC | C | 0 | E | 5F | 7 | 33 | 5A | 31 |
| Octal | 356 | 314 | 14 | 0 | 16 | 137 | 7 | 63 | 132 | 61 |
| Binary | 11101110 | 11001100 | 1100 | 0 | 1110 | 1011111 | 111 | 110011 | 1011010 | 110001 |
Color Harmonies of #EECC0C
Complementary color
Monochromatic Colors of #EECC0C
Black with #EECC0C
Text Example
Text Example
White with #EECC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECC0C; }
p { color: rgb(238,204,12); }
H1.HeaderClassName
{
color: #EECC0C;
}
.AnyTagClassName
{
color: #EECC0C;
}
</style>
background-color css
<style>
a { background-color: #EECC0C; }
a { background-color: rgb(238,204,12); }
div.DivClassName
{
background-color: #EECC0C;
}
.BgClassName
{
background-color: #EECC0C;
}
</style>
border-color css
<style>
span { border-color: #EECC0C; }
span { border-color: rgb(238,204,12); }
td.TdClassName
{
border-color: #EECC0C;
}
.TagClassName
{
border-color: #EECC0C;
}
</style>