Shades of Tangerine Yellow #E5CF02
Tints of Tangerine Yellow #E5CF02
RGB
CMYK
RGB Variations
Color information
#E5CF02 (or 0xE5CF02) is known color: Tangerine Yellow. HEX triplet: E5, CF and 02. RGB value is (229,207,2). Sum of RGB (Red+Green+Blue) = 229+207+2=438 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.28% from 438); Green value is 207 (81.25% from 255 or 47.26% from 438); Blue value is 2 (1.17% from 255 or 0.46% from 438); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CF02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5CF02 is #1A30FD. Grayscale: #BFBFBF. Windows color (decimal): -1716478 or 184293. OLE color: 184293.
HSL color Cylindrical-coordinate representation of color #E5CF02: hue angle of 54.19º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E5CF02 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 207 | 2 | - |
| CMYK | 0 | 0.10 | 0.99 | 0.10 |
| HSL | 54.19º | 0.98% | 0.45% | - |
| HSV(B) | 54.19º | 0.99% | 0.9% | - |
| XYZ | 54.64 | 61.29 | 9.01 | - |
| YUV | 190.21 | 21.79 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 207 | 2 | 0 | 0.10 | 0.99 | 0.10 | 54.19 | 0.98 | 0.45 |
| Hex | E5 | CF | 2 | 0 | A | 63 | A | 36 | 62 | 2D |
| Octal | 345 | 317 | 2 | 0 | 12 | 143 | 12 | 66 | 142 | 55 |
| Binary | 11100101 | 11001111 | 10 | 0 | 1010 | 1100011 | 1010 | 110110 | 1100010 | 101101 |
Color Harmonies of #E5CF02
Complementary color
Monochromatic Colors of #E5CF02
Black with #E5CF02
Text Example
Text Example
White with #E5CF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CF02; }
p { color: rgb(229,207,2); }
H1.HeaderClassName
{
color: #E5CF02;
}
.AnyTagClassName
{
color: #E5CF02;
}
</style>
background-color css
<style>
a { background-color: #E5CF02; }
a { background-color: rgb(229,207,2); }
div.DivClassName
{
background-color: #E5CF02;
}
.BgClassName
{
background-color: #E5CF02;
}
</style>
border-color css
<style>
span { border-color: #E5CF02; }
span { border-color: rgb(229,207,2); }
td.TdClassName
{
border-color: #E5CF02;
}
.TagClassName
{
border-color: #E5CF02;
}
</style>