Shades of Tangerine Yellow #E6CE05
Tints of Tangerine Yellow #E6CE05
RGB
CMYK
RGB Variations
Color information
#E6CE05 (or 0xE6CE05) is known color: Tangerine Yellow. HEX triplet: E6, CE and 05. RGB value is (230,206,5). Sum of RGB (Red+Green+Blue) = 230+206+5=441 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.15% from 441); Green value is 206 (80.86% from 255 or 46.71% from 441); Blue value is 5 (2.34% from 255 or 1.13% from 441); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CE05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6CE05 is #1931FA. Grayscale: #BFBFBF. Windows color (decimal): -1651195 or 380646. OLE color: 380646.
HSL color Cylindrical-coordinate representation of color #E6CE05: hue angle of 53.6º 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 #E6CE05 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 206 | 5 | - |
| CMYK | 0 | 0.10 | 0.98 | 0.10 |
| HSL | 53.6º | 0.96% | 0.46% | - |
| HSV(B) | 53.6º | 0.98% | 0.9% | - |
| XYZ | 54.73 | 60.98 | 9.03 | - |
| YUV | 190.26 | 23.45 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 206 | 5 | 0 | 0.10 | 0.98 | 0.10 | 53.6 | 0.96 | 0.46 |
| Hex | E6 | CE | 5 | 0 | A | 62 | A | 36 | 60 | 2E |
| Octal | 346 | 316 | 5 | 0 | 12 | 142 | 12 | 66 | 140 | 56 |
| Binary | 11100110 | 11001110 | 101 | 0 | 1010 | 1100010 | 1010 | 110110 | 1100000 | 101110 |
Color Harmonies of #E6CE05
Complementary color
Monochromatic Colors of #E6CE05
Black with #E6CE05
Text Example
Text Example
White with #E6CE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CE05; }
p { color: rgb(230,206,5); }
H1.HeaderClassName
{
color: #E6CE05;
}
.AnyTagClassName
{
color: #E6CE05;
}
</style>
background-color css
<style>
a { background-color: #E6CE05; }
a { background-color: rgb(230,206,5); }
div.DivClassName
{
background-color: #E6CE05;
}
.BgClassName
{
background-color: #E6CE05;
}
</style>
border-color css
<style>
span { border-color: #E6CE05; }
span { border-color: rgb(230,206,5); }
td.TdClassName
{
border-color: #E6CE05;
}
.TagClassName
{
border-color: #E6CE05;
}
</style>