Shades of Tangerine Yellow #EACE03
Tints of Tangerine Yellow #EACE03
RGB
CMYK
RGB Variations
Color information
#EACE03 (or 0xEACE03) is known color: Tangerine Yellow. HEX triplet: EA, CE and 03. RGB value is (234,206,3). Sum of RGB (Red+Green+Blue) = 234+206+3=443 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.82% from 443); Green value is 206 (80.86% from 255 or 46.50% from 443); Blue value is 3 (1.56% from 255 or 0.68% from 443); Max value from RGB is 234 - color contains mainly: red. Hex color #EACE03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACE03 is #1531FC. Grayscale: #C0C0C0. Windows color (decimal): -1389053 or 249578. OLE color: 249578.
HSL color Cylindrical-coordinate representation of color #EACE03: hue angle of 52.73º degrees, saturation: 0.97, 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 #EACE03 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 206 | 3 | - |
| CMYK | 0 | 0.12 | 0.99 | 0.08 |
| HSL | 52.73º | 0.97% | 0.46% | - |
| HSV(B) | 52.73º | 0.99% | 0.92% | - |
| XYZ | 56.02 | 61.64 | 9.03 | - |
| YUV | 191.23 | 21.78 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 206 | 3 | 0 | 0.12 | 0.99 | 0.08 | 52.73 | 0.97 | 0.46 |
| Hex | EA | CE | 3 | 0 | C | 63 | 8 | 35 | 61 | 2E |
| Octal | 352 | 316 | 3 | 0 | 14 | 143 | 10 | 65 | 141 | 56 |
| Binary | 11101010 | 11001110 | 11 | 0 | 1100 | 1100011 | 1000 | 110101 | 1100001 | 101110 |
Color Harmonies of #EACE03
Complementary color
Monochromatic Colors of #EACE03
Black with #EACE03
Text Example
Text Example
White with #EACE03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACE03; }
p { color: rgb(234,206,3); }
H1.HeaderClassName
{
color: #EACE03;
}
.AnyTagClassName
{
color: #EACE03;
}
</style>
background-color css
<style>
a { background-color: #EACE03; }
a { background-color: rgb(234,206,3); }
div.DivClassName
{
background-color: #EACE03;
}
.BgClassName
{
background-color: #EACE03;
}
</style>
border-color css
<style>
span { border-color: #EACE03; }
span { border-color: rgb(234,206,3); }
td.TdClassName
{
border-color: #EACE03;
}
.TagClassName
{
border-color: #EACE03;
}
</style>