Shades of Tangerine Yellow #E6CC02
Tints of Tangerine Yellow #E6CC02
RGB
CMYK
RGB Variations
Color information
#E6CC02 (or 0xE6CC02) is known color: Tangerine Yellow. HEX triplet: E6, CC and 02. RGB value is (230,204,2). Sum of RGB (Red+Green+Blue) = 230+204+2=436 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.75% from 436); Green value is 204 (80.08% from 255 or 46.79% from 436); Blue value is 2 (1.17% from 255 or 0.46% from 436); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CC02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6CC02 is #1933FD. Grayscale: #BDBDBD. Windows color (decimal): -1651710 or 183526. OLE color: 183526.
HSL color Cylindrical-coordinate representation of color #E6CC02: hue angle of 53.16º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E6CC02 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 204 | 2 | - |
| CMYK | 0 | 0.11 | 0.99 | 0.10 |
| HSL | 53.16º | 0.98% | 0.45% | - |
| HSV(B) | 53.16º | 0.99% | 0.9% | - |
| XYZ | 54.24 | 60.01 | 8.78 | - |
| YUV | 188.75 | 22.61 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 204 | 2 | 0 | 0.11 | 0.99 | 0.10 | 53.16 | 0.98 | 0.45 |
| Hex | E6 | CC | 2 | 0 | B | 63 | A | 35 | 62 | 2D |
| Octal | 346 | 314 | 2 | 0 | 13 | 143 | 12 | 65 | 142 | 55 |
| Binary | 11100110 | 11001100 | 10 | 0 | 1011 | 1100011 | 1010 | 110101 | 1100010 | 101101 |
Color Harmonies of #E6CC02
Complementary color
Monochromatic Colors of #E6CC02
Black with #E6CC02
Text Example
Text Example
White with #E6CC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CC02; }
p { color: rgb(230,204,2); }
H1.HeaderClassName
{
color: #E6CC02;
}
.AnyTagClassName
{
color: #E6CC02;
}
</style>
background-color css
<style>
a { background-color: #E6CC02; }
a { background-color: rgb(230,204,2); }
div.DivClassName
{
background-color: #E6CC02;
}
.BgClassName
{
background-color: #E6CC02;
}
</style>
border-color css
<style>
span { border-color: #E6CC02; }
span { border-color: rgb(230,204,2); }
td.TdClassName
{
border-color: #E6CC02;
}
.TagClassName
{
border-color: #E6CC02;
}
</style>