Shades of Tangerine Yellow #EECE0C
Tints of Tangerine Yellow #EECE0C
RGB
CMYK
RGB Variations
Color information
#EECE0C (or 0xEECE0C) is known color: Tangerine Yellow. HEX triplet: EE, CE and 0C. RGB value is (238,206,12). Sum of RGB (Red+Green+Blue) = 238+206+12=456 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.19% from 456); Green value is 206 (80.86% from 255 or 45.18% from 456); Blue value is 12 (5.08% from 255 or 2.63% from 456); Max value from RGB is 238 - color contains mainly: red. Hex color #EECE0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EECE0C is #1131F3. Grayscale: #C2C2C2. Windows color (decimal): -1126900 or 839406. OLE color: 839406.
HSL color Cylindrical-coordinate representation of color #EECE0C: hue angle of 51.5º 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 #EECE0C is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 206 | 12 | - |
| CMYK | 0 | 0.13 | 0.95 | 0.07 |
| HSL | 51.5º | 0.9% | 0.49% | - |
| HSV(B) | 51.5º | 0.95% | 0.93% | - |
| XYZ | 57.4 | 62.35 | 9.36 | - |
| YUV | 193.45 | 25.6 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 206 | 12 | 0 | 0.13 | 0.95 | 0.07 | 51.5 | 0.9 | 0.49 |
| Hex | EE | CE | C | 0 | D | 5F | 7 | 34 | 5A | 31 |
| Octal | 356 | 316 | 14 | 0 | 15 | 137 | 7 | 64 | 132 | 61 |
| Binary | 11101110 | 11001110 | 1100 | 0 | 1101 | 1011111 | 111 | 110100 | 1011010 | 110001 |
Color Harmonies of #EECE0C
Complementary color
Monochromatic Colors of #EECE0C
Black with #EECE0C
Text Example
Text Example
White with #EECE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECE0C; }
p { color: rgb(238,206,12); }
H1.HeaderClassName
{
color: #EECE0C;
}
.AnyTagClassName
{
color: #EECE0C;
}
</style>
background-color css
<style>
a { background-color: #EECE0C; }
a { background-color: rgb(238,206,12); }
div.DivClassName
{
background-color: #EECE0C;
}
.BgClassName
{
background-color: #EECE0C;
}
</style>
border-color css
<style>
span { border-color: #EECE0C; }
span { border-color: rgb(238,206,12); }
td.TdClassName
{
border-color: #EECE0C;
}
.TagClassName
{
border-color: #EECE0C;
}
</style>