Shades of Tangerine Yellow #E8CC02
Tints of Tangerine Yellow #E8CC02
RGB
CMYK
RGB Variations
Color information
#E8CC02 (or 0xE8CC02) is known color: Tangerine Yellow. HEX triplet: E8, CC and 02. RGB value is (232,204,2). Sum of RGB (Red+Green+Blue) = 232+204+2=438 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.97% from 438); Green value is 204 (80.08% from 255 or 46.58% from 438); Blue value is 2 (1.17% from 255 or 0.46% from 438); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CC02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8CC02 is #1733FD. Grayscale: #BEBEBE. Windows color (decimal): -1520638 or 183528. OLE color: 183528.
HSL color Cylindrical-coordinate representation of color #E8CC02: hue angle of 52.7º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E8CC02 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 204 | 2 | - |
| CMYK | 0 | 0.12 | 0.99 | 0.09 |
| HSL | 52.7º | 0.98% | 0.46% | - |
| HSV(B) | 52.7º | 0.99% | 0.91% | - |
| XYZ | 54.88 | 60.35 | 8.81 | - |
| YUV | 189.34 | 22.28 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 204 | 2 | 0 | 0.12 | 0.99 | 0.09 | 52.7 | 0.98 | 0.46 |
| Hex | E8 | CC | 2 | 0 | C | 63 | 9 | 35 | 62 | 2E |
| Octal | 350 | 314 | 2 | 0 | 14 | 143 | 11 | 65 | 142 | 56 |
| Binary | 11101000 | 11001100 | 10 | 0 | 1100 | 1100011 | 1001 | 110101 | 1100010 | 101110 |
Color Harmonies of #E8CC02
Complementary color
Monochromatic Colors of #E8CC02
Black with #E8CC02
Text Example
Text Example
White with #E8CC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CC02; }
p { color: rgb(232,204,2); }
H1.HeaderClassName
{
color: #E8CC02;
}
.AnyTagClassName
{
color: #E8CC02;
}
</style>
background-color css
<style>
a { background-color: #E8CC02; }
a { background-color: rgb(232,204,2); }
div.DivClassName
{
background-color: #E8CC02;
}
.BgClassName
{
background-color: #E8CC02;
}
</style>
border-color css
<style>
span { border-color: #E8CC02; }
span { border-color: rgb(232,204,2); }
td.TdClassName
{
border-color: #E8CC02;
}
.TagClassName
{
border-color: #E8CC02;
}
</style>