Shades of Gamboge #EAA300
Tints of Gamboge #EAA300
RGB
CMYK
RGB Variations
Color information
#EAA300 (or 0xEAA300) is known color: Gamboge. HEX triplet: EA, A3 and 00. RGB value is (234,163,0). Sum of RGB (Red+Green+Blue) = 234+163+0=397 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.94% from 397); Green value is 163 (64.06% from 255 or 41.06% from 397); Blue value is 0 (0.39% from 255 or 0% from 397); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA300 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA300 is #155CFF. Grayscale: #A6A6A6. Windows color (decimal): -1400064 or 41962. OLE color: 41962.
HSL color Cylindrical-coordinate representation of color #EAA300: hue angle of 41.79º 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 #EAA300 is Cyan = 0, Magento = 0.30, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 163 | 0 | - |
| CMYK | 0 | 0.30 | 1 | 0.08 |
| HSL | 41.79º | 1% | 0.46% | - |
| HSV(B) | 41.79º | 1% | 0.92% | - |
| XYZ | 47.03 | 43.69 | 5.95 | - |
| YUV | 165.65 | 34.52 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 163 | 0 | 0 | 0.30 | 1 | 0.08 | 41.79 | 1 | 0.46 |
| Hex | EA | A3 | 0 | 0 | 1E | 64 | 8 | 2A | 64 | 2E |
| Octal | 352 | 243 | 0 | 0 | 36 | 144 | 10 | 52 | 144 | 56 |
| Binary | 11101010 | 10100011 | 0 | 0 | 11110 | 1100100 | 1000 | 101010 | 1100100 | 101110 |
Color Harmonies of #EAA300
Complementary color
Monochromatic Colors of #EAA300
Black with #EAA300
Text Example
Text Example
White with #EAA300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA300; }
p { color: rgb(234,163,0); }
H1.HeaderClassName
{
color: #EAA300;
}
.AnyTagClassName
{
color: #EAA300;
}
</style>
background-color css
<style>
a { background-color: #EAA300; }
a { background-color: rgb(234,163,0); }
div.DivClassName
{
background-color: #EAA300;
}
.BgClassName
{
background-color: #EAA300;
}
</style>
border-color css
<style>
span { border-color: #EAA300; }
span { border-color: rgb(234,163,0); }
td.TdClassName
{
border-color: #EAA300;
}
.TagClassName
{
border-color: #EAA300;
}
</style>