Shades of Tangerine Yellow #EACF0A
Tints of Tangerine Yellow #EACF0A
RGB
CMYK
RGB Variations
Color information
#EACF0A (or 0xEACF0A) is known color: Tangerine Yellow. HEX triplet: EA, CF and 0A. RGB value is (234,207,10). Sum of RGB (Red+Green+Blue) = 234+207+10=451 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.88% from 451); Green value is 207 (81.25% from 255 or 45.90% from 451); Blue value is 10 (4.30% from 255 or 2.22% from 451); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACF0A is #1530F5. Grayscale: #C1C1C1. Windows color (decimal): -1388790 or 708586. OLE color: 708586.
HSL color Cylindrical-coordinate representation of color #EACF0A: hue angle of 52.77º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EACF0A is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 207 | 10 | - |
| CMYK | 0 | 0.12 | 0.96 | 0.08 |
| HSL | 52.77º | 0.92% | 0.48% | - |
| HSV(B) | 52.77º | 0.96% | 0.92% | - |
| XYZ | 56.3 | 62.14 | 9.31 | - |
| YUV | 192.62 | 24.95 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 207 | 10 | 0 | 0.12 | 0.96 | 0.08 | 52.77 | 0.92 | 0.48 |
| Hex | EA | CF | A | 0 | C | 60 | 8 | 35 | 5C | 30 |
| Octal | 352 | 317 | 12 | 0 | 14 | 140 | 10 | 65 | 134 | 60 |
| Binary | 11101010 | 11001111 | 1010 | 0 | 1100 | 1100000 | 1000 | 110101 | 1011100 | 110000 |
Color Harmonies of #EACF0A
Complementary color
Monochromatic Colors of #EACF0A
Black with #EACF0A
Text Example
Text Example
White with #EACF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACF0A; }
p { color: rgb(234,207,10); }
H1.HeaderClassName
{
color: #EACF0A;
}
.AnyTagClassName
{
color: #EACF0A;
}
</style>
background-color css
<style>
a { background-color: #EACF0A; }
a { background-color: rgb(234,207,10); }
div.DivClassName
{
background-color: #EACF0A;
}
.BgClassName
{
background-color: #EACF0A;
}
</style>
border-color css
<style>
span { border-color: #EACF0A; }
span { border-color: rgb(234,207,10); }
td.TdClassName
{
border-color: #EACF0A;
}
.TagClassName
{
border-color: #EACF0A;
}
</style>