Shades of Tangerine Yellow #E6CC05
Tints of Tangerine Yellow #E6CC05
RGB
CMYK
RGB Variations
Color information
#E6CC05 (or 0xE6CC05) is known color: Tangerine Yellow. HEX triplet: E6, CC and 05. RGB value is (230,204,5). Sum of RGB (Red+Green+Blue) = 230+204+5=439 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.39% from 439); Green value is 204 (80.08% from 255 or 46.47% from 439); Blue value is 5 (2.34% from 255 or 1.14% from 439); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CC05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6CC05 is #1933FA. Grayscale: #BDBDBD. Windows color (decimal): -1651707 or 380134. OLE color: 380134.
HSL color Cylindrical-coordinate representation of color #E6CC05: hue angle of 53.07º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E6CC05 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 204 | 5 | - |
| CMYK | 0 | 0.11 | 0.98 | 0.10 |
| HSL | 53.07º | 0.96% | 0.46% | - |
| HSV(B) | 53.07º | 0.98% | 0.9% | - |
| XYZ | 54.25 | 60.02 | 8.87 | - |
| YUV | 189.09 | 24.11 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 204 | 5 | 0 | 0.11 | 0.98 | 0.10 | 53.07 | 0.96 | 0.46 |
| Hex | E6 | CC | 5 | 0 | B | 62 | A | 35 | 60 | 2E |
| Octal | 346 | 314 | 5 | 0 | 13 | 142 | 12 | 65 | 140 | 56 |
| Binary | 11100110 | 11001100 | 101 | 0 | 1011 | 1100010 | 1010 | 110101 | 1100000 | 101110 |
Color Harmonies of #E6CC05
Complementary color
Monochromatic Colors of #E6CC05
Black with #E6CC05
Text Example
Text Example
White with #E6CC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CC05; }
p { color: rgb(230,204,5); }
H1.HeaderClassName
{
color: #E6CC05;
}
.AnyTagClassName
{
color: #E6CC05;
}
</style>
background-color css
<style>
a { background-color: #E6CC05; }
a { background-color: rgb(230,204,5); }
div.DivClassName
{
background-color: #E6CC05;
}
.BgClassName
{
background-color: #E6CC05;
}
</style>
border-color css
<style>
span { border-color: #E6CC05; }
span { border-color: rgb(230,204,5); }
td.TdClassName
{
border-color: #E6CC05;
}
.TagClassName
{
border-color: #E6CC05;
}
</style>