Shades of Tangerine Yellow #E5CE00
Tints of Tangerine Yellow #E5CE00
RGB
CMYK
RGB Variations
Color information
#E5CE00 (or 0xE5CE00) is known color: Tangerine Yellow. HEX triplet: E5, CE and 00. RGB value is (229,206,0). Sum of RGB (Red+Green+Blue) = 229+206+0=435 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.64% from 435); Green value is 206 (80.86% from 255 or 47.36% from 435); Blue value is 0 (0.39% from 255 or 0% from 435); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CE00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5CE00 is #1A31FF. Grayscale: #BEBEBE. Windows color (decimal): -1716736 or 52965. OLE color: 52965.
HSL color Cylindrical-coordinate representation of color #E5CE00: hue angle of 53.97º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E5CE00 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 206 | 0 | - |
| CMYK | 0 | 0.10 | 1 | 0.10 |
| HSL | 53.97º | 1% | 0.45% | - |
| HSV(B) | 53.97º | 1% | 0.9% | - |
| XYZ | 54.38 | 60.8 | 8.87 | - |
| YUV | 189.39 | 21.12 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 206 | 0 | 0 | 0.10 | 1 | 0.10 | 53.97 | 1 | 0.45 |
| Hex | E5 | CE | 0 | 0 | A | 64 | A | 36 | 64 | 2D |
| Octal | 345 | 316 | 0 | 0 | 12 | 144 | 12 | 66 | 144 | 55 |
| Binary | 11100101 | 11001110 | 0 | 0 | 1010 | 1100100 | 1010 | 110110 | 1100100 | 101101 |
Color Harmonies of #E5CE00
Complementary color
Monochromatic Colors of #E5CE00
Black with #E5CE00
Text Example
Text Example
White with #E5CE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CE00; }
p { color: rgb(229,206,0); }
H1.HeaderClassName
{
color: #E5CE00;
}
.AnyTagClassName
{
color: #E5CE00;
}
</style>
background-color css
<style>
a { background-color: #E5CE00; }
a { background-color: rgb(229,206,0); }
div.DivClassName
{
background-color: #E5CE00;
}
.BgClassName
{
background-color: #E5CE00;
}
</style>
border-color css
<style>
span { border-color: #E5CE00; }
span { border-color: rgb(229,206,0); }
td.TdClassName
{
border-color: #E5CE00;
}
.TagClassName
{
border-color: #E5CE00;
}
</style>