Shades of Tangerine Yellow #EACC00
Tints of Tangerine Yellow #EACC00
RGB
CMYK
RGB Variations
Color information
#EACC00 (or 0xEACC00) is known color: Tangerine Yellow. HEX triplet: EA, CC and 00. RGB value is (234,204,0). Sum of RGB (Red+Green+Blue) = 234+204+0=438 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.42% from 438); Green value is 204 (80.08% from 255 or 46.58% from 438); Blue value is 0 (0.39% from 255 or 0% from 438); Max value from RGB is 234 - color contains mainly: red. Hex color #EACC00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACC00 is #1533FF. Grayscale: #BEBEBE. Windows color (decimal): -1389568 or 52458. OLE color: 52458.
HSL color Cylindrical-coordinate representation of color #EACC00: hue angle of 52.31º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EACC00 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 204 | 0 | - |
| CMYK | 0 | 0.13 | 1 | 0.08 |
| HSL | 52.31º | 1% | 0.46% | - |
| HSV(B) | 52.31º | 1% | 0.92% | - |
| XYZ | 55.52 | 60.68 | 8.79 | - |
| YUV | 189.71 | 20.94 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 204 | 0 | 0 | 0.13 | 1 | 0.08 | 52.31 | 1 | 0.46 |
| Hex | EA | CC | 0 | 0 | D | 64 | 8 | 34 | 64 | 2E |
| Octal | 352 | 314 | 0 | 0 | 15 | 144 | 10 | 64 | 144 | 56 |
| Binary | 11101010 | 11001100 | 0 | 0 | 1101 | 1100100 | 1000 | 110100 | 1100100 | 101110 |
Color Harmonies of #EACC00
Complementary color
Monochromatic Colors of #EACC00
Black with #EACC00
Text Example
Text Example
White with #EACC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACC00; }
p { color: rgb(234,204,0); }
H1.HeaderClassName
{
color: #EACC00;
}
.AnyTagClassName
{
color: #EACC00;
}
</style>
background-color css
<style>
a { background-color: #EACC00; }
a { background-color: rgb(234,204,0); }
div.DivClassName
{
background-color: #EACC00;
}
.BgClassName
{
background-color: #EACC00;
}
</style>
border-color css
<style>
span { border-color: #EACC00; }
span { border-color: rgb(234,204,0); }
td.TdClassName
{
border-color: #EACC00;
}
.TagClassName
{
border-color: #EACC00;
}
</style>