Shades of Tangerine Yellow #EACE02
Tints of Tangerine Yellow #EACE02
RGB
CMYK
RGB Variations
Color information
#EACE02 (or 0xEACE02) is known color: Tangerine Yellow. HEX triplet: EA, CE and 02. RGB value is (234,206,2). Sum of RGB (Red+Green+Blue) = 234+206+2=442 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.94% from 442); Green value is 206 (80.86% from 255 or 46.61% from 442); Blue value is 2 (1.17% from 255 or 0.45% from 442); Max value from RGB is 234 - color contains mainly: red. Hex color #EACE02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACE02 is #1531FD. Grayscale: #BFBFBF. Windows color (decimal): -1389054 or 184042. OLE color: 184042.
HSL color Cylindrical-coordinate representation of color #EACE02: hue angle of 52.76º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EACE02 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 206 | 2 | - |
| CMYK | 0 | 0.12 | 0.99 | 0.08 |
| HSL | 52.76º | 0.98% | 0.46% | - |
| HSV(B) | 52.76º | 0.99% | 0.92% | - |
| XYZ | 56.01 | 61.64 | 9 | - |
| YUV | 191.12 | 21.28 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 206 | 2 | 0 | 0.12 | 0.99 | 0.08 | 52.76 | 0.98 | 0.46 |
| Hex | EA | CE | 2 | 0 | C | 63 | 8 | 35 | 62 | 2E |
| Octal | 352 | 316 | 2 | 0 | 14 | 143 | 10 | 65 | 142 | 56 |
| Binary | 11101010 | 11001110 | 10 | 0 | 1100 | 1100011 | 1000 | 110101 | 1100010 | 101110 |
Color Harmonies of #EACE02
Complementary color
Monochromatic Colors of #EACE02
Black with #EACE02
Text Example
Text Example
White with #EACE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACE02; }
p { color: rgb(234,206,2); }
H1.HeaderClassName
{
color: #EACE02;
}
.AnyTagClassName
{
color: #EACE02;
}
</style>
background-color css
<style>
a { background-color: #EACE02; }
a { background-color: rgb(234,206,2); }
div.DivClassName
{
background-color: #EACE02;
}
.BgClassName
{
background-color: #EACE02;
}
</style>
border-color css
<style>
span { border-color: #EACE02; }
span { border-color: rgb(234,206,2); }
td.TdClassName
{
border-color: #EACE02;
}
.TagClassName
{
border-color: #EACE02;
}
</style>