Shades of Tangerine Yellow #EACF07
Tints of Tangerine Yellow #EACF07
RGB
CMYK
RGB Variations
Color information
#EACF07 (or 0xEACF07) is known color: Tangerine Yellow. HEX triplet: EA, CF and 07. RGB value is (234,207,7). Sum of RGB (Red+Green+Blue) = 234+207+7=448 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.23% from 448); Green value is 207 (81.25% from 255 or 46.21% from 448); Blue value is 7 (3.12% from 255 or 1.56% from 448); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACF07 is #1530F8. Grayscale: #C1C1C1. Windows color (decimal): -1388793 or 511978. OLE color: 511978.
HSL color Cylindrical-coordinate representation of color #EACF07: hue angle of 52.86º degrees, saturation: 0.94, 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 #EACF07 is Cyan = 0, Magento = 0.12, Yellow = 0.97 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 207 | 7 | - |
| CMYK | 0 | 0.12 | 0.97 | 0.08 |
| HSL | 52.86º | 0.94% | 0.47% | - |
| HSV(B) | 52.86º | 0.97% | 0.92% | - |
| XYZ | 56.28 | 62.13 | 9.23 | - |
| YUV | 192.27 | 23.45 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 207 | 7 | 0 | 0.12 | 0.97 | 0.08 | 52.86 | 0.94 | 0.47 |
| Hex | EA | CF | 7 | 0 | C | 61 | 8 | 35 | 5E | 2F |
| Octal | 352 | 317 | 7 | 0 | 14 | 141 | 10 | 65 | 136 | 57 |
| Binary | 11101010 | 11001111 | 111 | 0 | 1100 | 1100001 | 1000 | 110101 | 1011110 | 101111 |
Color Harmonies of #EACF07
Complementary color
Monochromatic Colors of #EACF07
Black with #EACF07
Text Example
Text Example
White with #EACF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACF07; }
p { color: rgb(234,207,7); }
H1.HeaderClassName
{
color: #EACF07;
}
.AnyTagClassName
{
color: #EACF07;
}
</style>
background-color css
<style>
a { background-color: #EACF07; }
a { background-color: rgb(234,207,7); }
div.DivClassName
{
background-color: #EACF07;
}
.BgClassName
{
background-color: #EACF07;
}
</style>
border-color css
<style>
span { border-color: #EACF07; }
span { border-color: rgb(234,207,7); }
td.TdClassName
{
border-color: #EACF07;
}
.TagClassName
{
border-color: #EACF07;
}
</style>