Shades of Tangerine Yellow #EECB02
Tints of Tangerine Yellow #EECB02
RGB
CMYK
RGB Variations
Color information
#EECB02 (or 0xEECB02) is known color: Tangerine Yellow. HEX triplet: EE, CB and 02. RGB value is (238,203,2). Sum of RGB (Red+Green+Blue) = 238+203+2=443 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.72% from 443); Green value is 203 (79.69% from 255 or 45.82% from 443); Blue value is 2 (1.17% from 255 or 0.45% from 443); Max value from RGB is 238 - color contains mainly: red. Hex color #EECB02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EECB02 is #1134FD. Grayscale: #BFBFBF. Windows color (decimal): -1127678 or 183278. OLE color: 183278.
HSL color Cylindrical-coordinate representation of color #EECB02: hue angle of 51.1º 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 #EECB02 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 203 | 2 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.07 |
| HSL | 51.1º | 0.98% | 0.47% | - |
| HSV(B) | 51.1º | 0.99% | 0.93% | - |
| XYZ | 56.63 | 60.89 | 8.83 | - |
| YUV | 190.55 | 21.6 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 203 | 2 | 0 | 0.15 | 0.99 | 0.07 | 51.1 | 0.98 | 0.47 |
| Hex | EE | CB | 2 | 0 | F | 63 | 7 | 33 | 62 | 2F |
| Octal | 356 | 313 | 2 | 0 | 17 | 143 | 7 | 63 | 142 | 57 |
| Binary | 11101110 | 11001011 | 10 | 0 | 1111 | 1100011 | 111 | 110011 | 1100010 | 101111 |
Color Harmonies of #EECB02
Complementary color
Monochromatic Colors of #EECB02
Black with #EECB02
Text Example
Text Example
White with #EECB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECB02; }
p { color: rgb(238,203,2); }
H1.HeaderClassName
{
color: #EECB02;
}
.AnyTagClassName
{
color: #EECB02;
}
</style>
background-color css
<style>
a { background-color: #EECB02; }
a { background-color: rgb(238,203,2); }
div.DivClassName
{
background-color: #EECB02;
}
.BgClassName
{
background-color: #EECB02;
}
</style>
border-color css
<style>
span { border-color: #EECB02; }
span { border-color: rgb(238,203,2); }
td.TdClassName
{
border-color: #EECB02;
}
.TagClassName
{
border-color: #EECB02;
}
</style>