Shades of Tangerine Yellow #E5CF04
Tints of Tangerine Yellow #E5CF04
RGB
CMYK
RGB Variations
Color information
#E5CF04 (or 0xE5CF04) is known color: Tangerine Yellow. HEX triplet: E5, CF and 04. RGB value is (229,207,4). Sum of RGB (Red+Green+Blue) = 229+207+4=440 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.05% from 440); Green value is 207 (81.25% from 255 or 47.05% from 440); Blue value is 4 (1.95% from 255 or 0.91% from 440); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CF04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5CF04 is #1A30FB. Grayscale: #BFBFBF. Windows color (decimal): -1716476 or 315365. OLE color: 315365.
HSL color Cylindrical-coordinate representation of color #E5CF04: hue angle of 54.13º degrees, saturation: 0.97, 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 #E5CF04 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 207 | 4 | - |
| CMYK | 0 | 0.10 | 0.98 | 0.10 |
| HSL | 54.13º | 0.97% | 0.46% | - |
| HSV(B) | 54.13º | 0.98% | 0.9% | - |
| XYZ | 54.65 | 61.29 | 9.07 | - |
| YUV | 190.44 | 22.79 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 207 | 4 | 0 | 0.10 | 0.98 | 0.10 | 54.13 | 0.97 | 0.46 |
| Hex | E5 | CF | 4 | 0 | A | 62 | A | 36 | 61 | 2E |
| Octal | 345 | 317 | 4 | 0 | 12 | 142 | 12 | 66 | 141 | 56 |
| Binary | 11100101 | 11001111 | 100 | 0 | 1010 | 1100010 | 1010 | 110110 | 1100001 | 101110 |
Color Harmonies of #E5CF04
Complementary color
Monochromatic Colors of #E5CF04
Black with #E5CF04
Text Example
Text Example
White with #E5CF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CF04; }
p { color: rgb(229,207,4); }
H1.HeaderClassName
{
color: #E5CF04;
}
.AnyTagClassName
{
color: #E5CF04;
}
</style>
background-color css
<style>
a { background-color: #E5CF04; }
a { background-color: rgb(229,207,4); }
div.DivClassName
{
background-color: #E5CF04;
}
.BgClassName
{
background-color: #E5CF04;
}
</style>
border-color css
<style>
span { border-color: #E5CF04; }
span { border-color: rgb(229,207,4); }
td.TdClassName
{
border-color: #E5CF04;
}
.TagClassName
{
border-color: #E5CF04;
}
</style>