Shades of Tangerine Yellow #E4CE00
Tints of Tangerine Yellow #E4CE00
RGB
CMYK
RGB Variations
Color information
#E4CE00 (or 0xE4CE00) is known color: Tangerine Yellow. HEX triplet: E4, CE and 00. RGB value is (228,206,0). Sum of RGB (Red+Green+Blue) = 228+206+0=434 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.53% from 434); Green value is 206 (80.86% from 255 or 47.47% from 434); Blue value is 0 (0.39% from 255 or 0% from 434); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CE00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E4CE00 is #1B31FF. Grayscale: #BDBDBD. Windows color (decimal): -1782272 or 52964. OLE color: 52964.
HSL color Cylindrical-coordinate representation of color #E4CE00: hue angle of 54.21º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E4CE00 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 206 | 0 | - |
| CMYK | 0 | 0.10 | 1 | 0.11 |
| HSL | 54.21º | 1% | 0.45% | - |
| HSV(B) | 54.21º | 1% | 0.89% | - |
| XYZ | 54.07 | 60.64 | 8.85 | - |
| YUV | 189.09 | 21.29 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 206 | 0 | 0 | 0.10 | 1 | 0.11 | 54.21 | 1 | 0.45 |
| Hex | E4 | CE | 0 | 0 | A | 64 | B | 36 | 64 | 2D |
| Octal | 344 | 316 | 0 | 0 | 12 | 144 | 13 | 66 | 144 | 55 |
| Binary | 11100100 | 11001110 | 0 | 0 | 1010 | 1100100 | 1011 | 110110 | 1100100 | 101101 |
Color Harmonies of #E4CE00
Complementary color
Monochromatic Colors of #E4CE00
Black with #E4CE00
Text Example
Text Example
White with #E4CE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CE00; }
p { color: rgb(228,206,0); }
H1.HeaderClassName
{
color: #E4CE00;
}
.AnyTagClassName
{
color: #E4CE00;
}
</style>
background-color css
<style>
a { background-color: #E4CE00; }
a { background-color: rgb(228,206,0); }
div.DivClassName
{
background-color: #E4CE00;
}
.BgClassName
{
background-color: #E4CE00;
}
</style>
border-color css
<style>
span { border-color: #E4CE00; }
span { border-color: rgb(228,206,0); }
td.TdClassName
{
border-color: #E4CE00;
}
.TagClassName
{
border-color: #E4CE00;
}
</style>