Shades of Tangerine Yellow #EACF01
Tints of Tangerine Yellow #EACF01
RGB
CMYK
RGB Variations
Color information
#EACF01 (or 0xEACF01) is known color: Tangerine Yellow. HEX triplet: EA, CF and 01. RGB value is (234,207,1). Sum of RGB (Red+Green+Blue) = 234+207+1=442 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.94% from 442); Green value is 207 (81.25% from 255 or 46.83% from 442); Blue value is 1 (0.78% from 255 or 0.23% from 442); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACF01 is #1530FE. Grayscale: #C0C0C0. Windows color (decimal): -1388799 or 118762. OLE color: 118762.
HSL color Cylindrical-coordinate representation of color #EACF01: hue angle of 53.05º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EACF01 is Cyan = 0, Magento = 0.12, Yellow = 1.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 207 | 1 | - |
| CMYK | 0 | 0.12 | 1.00 | 0.08 |
| HSL | 53.05º | 0.99% | 0.46% | - |
| HSV(B) | 53.05º | 1% | 0.92% | - |
| XYZ | 56.25 | 62.12 | 9.05 | - |
| YUV | 191.59 | 20.45 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 207 | 1 | 0 | 0.12 | 1.00 | 0.08 | 53.05 | 0.99 | 0.46 |
| Hex | EA | CF | 1 | 0 | C | 64 | 8 | 35 | 63 | 2E |
| Octal | 352 | 317 | 1 | 0 | 14 | 144 | 10 | 65 | 143 | 56 |
| Binary | 11101010 | 11001111 | 1 | 0 | 1100 | 1100100 | 1000 | 110101 | 1100011 | 101110 |
Color Harmonies of #EACF01
Complementary color
Monochromatic Colors of #EACF01
Black with #EACF01
Text Example
Text Example
White with #EACF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACF01; }
p { color: rgb(234,207,1); }
H1.HeaderClassName
{
color: #EACF01;
}
.AnyTagClassName
{
color: #EACF01;
}
</style>
background-color css
<style>
a { background-color: #EACF01; }
a { background-color: rgb(234,207,1); }
div.DivClassName
{
background-color: #EACF01;
}
.BgClassName
{
background-color: #EACF01;
}
</style>
border-color css
<style>
span { border-color: #EACF01; }
span { border-color: rgb(234,207,1); }
td.TdClassName
{
border-color: #EACF01;
}
.TagClassName
{
border-color: #EACF01;
}
</style>