Shades of Tangerine Yellow #EACE04
Tints of Tangerine Yellow #EACE04
RGB
CMYK
RGB Variations
Color information
#EACE04 (or 0xEACE04) is known color: Tangerine Yellow. HEX triplet: EA, CE and 04. RGB value is (234,206,4). Sum of RGB (Red+Green+Blue) = 234+206+4=444 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.70% from 444); Green value is 206 (80.86% from 255 or 46.40% from 444); Blue value is 4 (1.95% from 255 or 0.90% from 444); Max value from RGB is 234 - color contains mainly: red. Hex color #EACE04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACE04 is #1531FB. Grayscale: #C0C0C0. Windows color (decimal): -1389052 or 315114. OLE color: 315114.
HSL color Cylindrical-coordinate representation of color #EACE04: hue angle of 52.7º 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 #EACE04 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 206 | 4 | - |
| CMYK | 0 | 0.12 | 0.98 | 0.08 |
| HSL | 52.7º | 0.97% | 0.47% | - |
| HSV(B) | 52.7º | 0.98% | 0.92% | - |
| XYZ | 56.02 | 61.64 | 9.06 | - |
| YUV | 191.34 | 22.28 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 206 | 4 | 0 | 0.12 | 0.98 | 0.08 | 52.7 | 0.97 | 0.47 |
| Hex | EA | CE | 4 | 0 | C | 62 | 8 | 35 | 61 | 2F |
| Octal | 352 | 316 | 4 | 0 | 14 | 142 | 10 | 65 | 141 | 57 |
| Binary | 11101010 | 11001110 | 100 | 0 | 1100 | 1100010 | 1000 | 110101 | 1100001 | 101111 |
Color Harmonies of #EACE04
Complementary color
Monochromatic Colors of #EACE04
Black with #EACE04
Text Example
Text Example
White with #EACE04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACE04; }
p { color: rgb(234,206,4); }
H1.HeaderClassName
{
color: #EACE04;
}
.AnyTagClassName
{
color: #EACE04;
}
</style>
background-color css
<style>
a { background-color: #EACE04; }
a { background-color: rgb(234,206,4); }
div.DivClassName
{
background-color: #EACE04;
}
.BgClassName
{
background-color: #EACE04;
}
</style>
border-color css
<style>
span { border-color: #EACE04; }
span { border-color: rgb(234,206,4); }
td.TdClassName
{
border-color: #EACE04;
}
.TagClassName
{
border-color: #EACE04;
}
</style>