Shades of Tangerine Yellow #EECE02
Tints of Tangerine Yellow #EECE02
RGB
CMYK
RGB Variations
Color information
#EECE02 (or 0xEECE02) is known color: Tangerine Yellow. HEX triplet: EE, CE and 02. RGB value is (238,206,2). Sum of RGB (Red+Green+Blue) = 238+206+2=446 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.36% from 446); Green value is 206 (80.86% from 255 or 46.19% from 446); Blue value is 2 (1.17% from 255 or 0.45% from 446); Max value from RGB is 238 - color contains mainly: red. Hex color #EECE02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EECE02 is #1131FD. Grayscale: #C1C1C1. Windows color (decimal): -1126910 or 184046. OLE color: 184046.
HSL color Cylindrical-coordinate representation of color #EECE02: hue angle of 51.86º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EECE02 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 206 | 2 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.07 |
| HSL | 51.86º | 0.98% | 0.47% | - |
| HSV(B) | 51.86º | 0.99% | 0.93% | - |
| XYZ | 57.34 | 62.32 | 9.06 | - |
| YUV | 192.31 | 20.6 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 206 | 2 | 0 | 0.13 | 0.99 | 0.07 | 51.86 | 0.98 | 0.47 |
| Hex | EE | CE | 2 | 0 | D | 63 | 7 | 34 | 62 | 2F |
| Octal | 356 | 316 | 2 | 0 | 15 | 143 | 7 | 64 | 142 | 57 |
| Binary | 11101110 | 11001110 | 10 | 0 | 1101 | 1100011 | 111 | 110100 | 1100010 | 101111 |
Color Harmonies of #EECE02
Complementary color
Monochromatic Colors of #EECE02
Black with #EECE02
Text Example
Text Example
White with #EECE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECE02; }
p { color: rgb(238,206,2); }
H1.HeaderClassName
{
color: #EECE02;
}
.AnyTagClassName
{
color: #EECE02;
}
</style>
background-color css
<style>
a { background-color: #EECE02; }
a { background-color: rgb(238,206,2); }
div.DivClassName
{
background-color: #EECE02;
}
.BgClassName
{
background-color: #EECE02;
}
</style>
border-color css
<style>
span { border-color: #EECE02; }
span { border-color: rgb(238,206,2); }
td.TdClassName
{
border-color: #EECE02;
}
.TagClassName
{
border-color: #EECE02;
}
</style>