Shades of Gamboge #EAA800
Tints of Gamboge #EAA800
RGB
CMYK
RGB Variations
Color information
#EAA800 (or 0xEAA800) is known color: Gamboge. HEX triplet: EA, A8 and 00. RGB value is (234,168,0). Sum of RGB (Red+Green+Blue) = 234+168+0=402 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.21% from 402); Green value is 168 (66.02% from 255 or 41.79% from 402); Blue value is 0 (0.39% from 255 or 0% from 402); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA800 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA800 is #1557FF. Grayscale: #A9A9A9. Windows color (decimal): -1398784 or 43242. OLE color: 43242.
HSL color Cylindrical-coordinate representation of color #EAA800: hue angle of 43.08º 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 #EAA800 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 168 | 0 | - |
| CMYK | 0 | 0.28 | 1 | 0.08 |
| HSL | 43.08º | 1% | 0.46% | - |
| HSV(B) | 43.08º | 1% | 0.92% | - |
| XYZ | 47.93 | 45.5 | 6.26 | - |
| YUV | 168.58 | 32.87 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 168 | 0 | 0 | 0.28 | 1 | 0.08 | 43.08 | 1 | 0.46 |
| Hex | EA | A8 | 0 | 0 | 1C | 64 | 8 | 2B | 64 | 2E |
| Octal | 352 | 250 | 0 | 0 | 34 | 144 | 10 | 53 | 144 | 56 |
| Binary | 11101010 | 10101000 | 0 | 0 | 11100 | 1100100 | 1000 | 101011 | 1100100 | 101110 |
Color Harmonies of #EAA800
Complementary color
Monochromatic Colors of #EAA800
Black with #EAA800
Text Example
Text Example
White with #EAA800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA800; }
p { color: rgb(234,168,0); }
H1.HeaderClassName
{
color: #EAA800;
}
.AnyTagClassName
{
color: #EAA800;
}
</style>
background-color css
<style>
a { background-color: #EAA800; }
a { background-color: rgb(234,168,0); }
div.DivClassName
{
background-color: #EAA800;
}
.BgClassName
{
background-color: #EAA800;
}
</style>
border-color css
<style>
span { border-color: #EAA800; }
span { border-color: rgb(234,168,0); }
td.TdClassName
{
border-color: #EAA800;
}
.TagClassName
{
border-color: #EAA800;
}
</style>