Shades of Tangerine Yellow #EECE00
Tints of Tangerine Yellow #EECE00
RGB
CMYK
RGB Variations
Color information
#EECE00 (or 0xEECE00) is known color: Tangerine Yellow. HEX triplet: EE, CE and 00. RGB value is (238,206,0). Sum of RGB (Red+Green+Blue) = 238+206+0=444 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.60% from 444); Green value is 206 (80.86% from 255 or 46.40% from 444); Blue value is 0 (0.39% from 255 or 0% from 444); Max value from RGB is 238 - color contains mainly: red. Hex color #EECE00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EECE00 is #1131FF. Grayscale: #C0C0C0. Windows color (decimal): -1126912 or 52974. OLE color: 52974.
HSL color Cylindrical-coordinate representation of color #EECE00: hue angle of 51.93º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EECE00 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 206 | 0 | - |
| CMYK | 0 | 0.13 | 1 | 0.07 |
| HSL | 51.93º | 1% | 0.47% | - |
| HSV(B) | 51.93º | 1% | 0.93% | - |
| XYZ | 57.33 | 62.32 | 9.01 | - |
| YUV | 192.08 | 19.6 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 206 | 0 | 0 | 0.13 | 1 | 0.07 | 51.93 | 1 | 0.47 |
| Hex | EE | CE | 0 | 0 | D | 64 | 7 | 34 | 64 | 2F |
| Octal | 356 | 316 | 0 | 0 | 15 | 144 | 7 | 64 | 144 | 57 |
| Binary | 11101110 | 11001110 | 0 | 0 | 1101 | 1100100 | 111 | 110100 | 1100100 | 101111 |
Color Harmonies of #EECE00
Complementary color
Monochromatic Colors of #EECE00
Black with #EECE00
Text Example
Text Example
White with #EECE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECE00; }
p { color: rgb(238,206,0); }
H1.HeaderClassName
{
color: #EECE00;
}
.AnyTagClassName
{
color: #EECE00;
}
</style>
background-color css
<style>
a { background-color: #EECE00; }
a { background-color: rgb(238,206,0); }
div.DivClassName
{
background-color: #EECE00;
}
.BgClassName
{
background-color: #EECE00;
}
</style>
border-color css
<style>
span { border-color: #EECE00; }
span { border-color: rgb(238,206,0); }
td.TdClassName
{
border-color: #EECE00;
}
.TagClassName
{
border-color: #EECE00;
}
</style>