Shades of Tangerine Yellow #EACF04
Tints of Tangerine Yellow #EACF04
RGB
CMYK
RGB Variations
Color information
#EACF04 (or 0xEACF04) is known color: Tangerine Yellow. HEX triplet: EA, CF and 04. RGB value is (234,207,4). Sum of RGB (Red+Green+Blue) = 234+207+4=445 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.58% from 445); Green value is 207 (81.25% from 255 or 46.52% from 445); Blue value is 4 (1.95% from 255 or 0.90% from 445); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACF04 is #1530FB. Grayscale: #C0C0C0. Windows color (decimal): -1388796 or 315370. OLE color: 315370.
HSL color Cylindrical-coordinate representation of color #EACF04: hue angle of 52.96º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EACF04 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 207 | 4 | - |
| CMYK | 0 | 0.12 | 0.98 | 0.08 |
| HSL | 52.96º | 0.97% | 0.47% | - |
| HSV(B) | 52.96º | 0.98% | 0.92% | - |
| XYZ | 56.27 | 62.13 | 9.14 | - |
| YUV | 191.93 | 21.95 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 207 | 4 | 0 | 0.12 | 0.98 | 0.08 | 52.96 | 0.97 | 0.47 |
| Hex | EA | CF | 4 | 0 | C | 62 | 8 | 35 | 61 | 2F |
| Octal | 352 | 317 | 4 | 0 | 14 | 142 | 10 | 65 | 141 | 57 |
| Binary | 11101010 | 11001111 | 100 | 0 | 1100 | 1100010 | 1000 | 110101 | 1100001 | 101111 |
Color Harmonies of #EACF04
Complementary color
Monochromatic Colors of #EACF04
Black with #EACF04
Text Example
Text Example
White with #EACF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACF04; }
p { color: rgb(234,207,4); }
H1.HeaderClassName
{
color: #EACF04;
}
.AnyTagClassName
{
color: #EACF04;
}
</style>
background-color css
<style>
a { background-color: #EACF04; }
a { background-color: rgb(234,207,4); }
div.DivClassName
{
background-color: #EACF04;
}
.BgClassName
{
background-color: #EACF04;
}
</style>
border-color css
<style>
span { border-color: #EACF04; }
span { border-color: rgb(234,207,4); }
td.TdClassName
{
border-color: #EACF04;
}
.TagClassName
{
border-color: #EACF04;
}
</style>