Shades of Tangerine Yellow #EECE0A
Tints of Tangerine Yellow #EECE0A
RGB
CMYK
RGB Variations
Color information
#EECE0A (or 0xEECE0A) is known color: Tangerine Yellow. HEX triplet: EE, CE and 0A. RGB value is (238,206,10). Sum of RGB (Red+Green+Blue) = 238+206+10=454 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.42% from 454); Green value is 206 (80.86% from 255 or 45.37% from 454); Blue value is 10 (4.30% from 255 or 2.20% from 454); Max value from RGB is 238 - color contains mainly: red. Hex color #EECE0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EECE0A is #1131F5. Grayscale: #C2C2C2. Windows color (decimal): -1126902 or 708334. OLE color: 708334.
HSL color Cylindrical-coordinate representation of color #EECE0A: hue angle of 51.58º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EECE0A is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 206 | 10 | - |
| CMYK | 0 | 0.13 | 0.96 | 0.07 |
| HSL | 51.58º | 0.92% | 0.49% | - |
| HSV(B) | 51.58º | 0.96% | 0.93% | - |
| XYZ | 57.39 | 62.34 | 9.3 | - |
| YUV | 193.22 | 24.6 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 206 | 10 | 0 | 0.13 | 0.96 | 0.07 | 51.58 | 0.92 | 0.49 |
| Hex | EE | CE | A | 0 | D | 60 | 7 | 34 | 5C | 31 |
| Octal | 356 | 316 | 12 | 0 | 15 | 140 | 7 | 64 | 134 | 61 |
| Binary | 11101110 | 11001110 | 1010 | 0 | 1101 | 1100000 | 111 | 110100 | 1011100 | 110001 |
Color Harmonies of #EECE0A
Complementary color
Monochromatic Colors of #EECE0A
Black with #EECE0A
Text Example
Text Example
White with #EECE0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECE0A; }
p { color: rgb(238,206,10); }
H1.HeaderClassName
{
color: #EECE0A;
}
.AnyTagClassName
{
color: #EECE0A;
}
</style>
background-color css
<style>
a { background-color: #EECE0A; }
a { background-color: rgb(238,206,10); }
div.DivClassName
{
background-color: #EECE0A;
}
.BgClassName
{
background-color: #EECE0A;
}
</style>
border-color css
<style>
span { border-color: #EECE0A; }
span { border-color: rgb(238,206,10); }
td.TdClassName
{
border-color: #EECE0A;
}
.TagClassName
{
border-color: #EECE0A;
}
</style>