Shades of Tangerine Yellow #EACF06
Tints of Tangerine Yellow #EACF06
RGB
CMYK
RGB Variations
Color information
#EACF06 (or 0xEACF06) is known color: Tangerine Yellow. HEX triplet: EA, CF and 06. RGB value is (234,207,6). Sum of RGB (Red+Green+Blue) = 234+207+6=447 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.35% from 447); Green value is 207 (81.25% from 255 or 46.31% from 447); Blue value is 6 (2.73% from 255 or 1.34% from 447); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACF06 is #1530F9. Grayscale: #C0C0C0. Windows color (decimal): -1388794 or 446442. OLE color: 446442.
HSL color Cylindrical-coordinate representation of color #EACF06: hue angle of 52.89º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EACF06 is Cyan = 0, Magento = 0.12, Yellow = 0.97 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 207 | 6 | - |
| CMYK | 0 | 0.12 | 0.97 | 0.08 |
| HSL | 52.89º | 0.95% | 0.47% | - |
| HSV(B) | 52.89º | 0.97% | 0.92% | - |
| XYZ | 56.28 | 62.13 | 9.2 | - |
| YUV | 192.16 | 22.95 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 207 | 6 | 0 | 0.12 | 0.97 | 0.08 | 52.89 | 0.95 | 0.47 |
| Hex | EA | CF | 6 | 0 | C | 61 | 8 | 35 | 5F | 2F |
| Octal | 352 | 317 | 6 | 0 | 14 | 141 | 10 | 65 | 137 | 57 |
| Binary | 11101010 | 11001111 | 110 | 0 | 1100 | 1100001 | 1000 | 110101 | 1011111 | 101111 |
Color Harmonies of #EACF06
Complementary color
Monochromatic Colors of #EACF06
Black with #EACF06
Text Example
Text Example
White with #EACF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACF06; }
p { color: rgb(234,207,6); }
H1.HeaderClassName
{
color: #EACF06;
}
.AnyTagClassName
{
color: #EACF06;
}
</style>
background-color css
<style>
a { background-color: #EACF06; }
a { background-color: rgb(234,207,6); }
div.DivClassName
{
background-color: #EACF06;
}
.BgClassName
{
background-color: #EACF06;
}
</style>
border-color css
<style>
span { border-color: #EACF06; }
span { border-color: rgb(234,207,6); }
td.TdClassName
{
border-color: #EACF06;
}
.TagClassName
{
border-color: #EACF06;
}
</style>