Shades of Gamboge #EAA808
Tints of Gamboge #EAA808
RGB
CMYK
RGB Variations
Color information
#EAA808 (or 0xEAA808) is known color: Gamboge. HEX triplet: EA, A8 and 08. RGB value is (234,168,8). Sum of RGB (Red+Green+Blue) = 234+168+8=410 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.07% from 410); Green value is 168 (66.02% from 255 or 40.98% from 410); Blue value is 8 (3.52% from 255 or 1.95% from 410); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA808 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA808 is #1557F7. Grayscale: #AAAAAA. Windows color (decimal): -1398776 or 567530. OLE color: 567530.
HSL color Cylindrical-coordinate representation of color #EAA808: hue angle of 42.48º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EAA808 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 168 | 8 | - |
| CMYK | 0 | 0.28 | 0.97 | 0.08 |
| HSL | 42.48º | 0.93% | 0.47% | - |
| HSV(B) | 42.48º | 0.97% | 0.92% | - |
| XYZ | 47.98 | 45.52 | 6.49 | - |
| YUV | 169.49 | 36.87 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 168 | 8 | 0 | 0.28 | 0.97 | 0.08 | 42.48 | 0.93 | 0.47 |
| Hex | EA | A8 | 8 | 0 | 1C | 61 | 8 | 2A | 5D | 2F |
| Octal | 352 | 250 | 10 | 0 | 34 | 141 | 10 | 52 | 135 | 57 |
| Binary | 11101010 | 10101000 | 1000 | 0 | 11100 | 1100001 | 1000 | 101010 | 1011101 | 101111 |
Color Harmonies of #EAA808
Complementary color
Monochromatic Colors of #EAA808
Black with #EAA808
Text Example
Text Example
White with #EAA808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA808; }
p { color: rgb(234,168,8); }
H1.HeaderClassName
{
color: #EAA808;
}
.AnyTagClassName
{
color: #EAA808;
}
</style>
background-color css
<style>
a { background-color: #EAA808; }
a { background-color: rgb(234,168,8); }
div.DivClassName
{
background-color: #EAA808;
}
.BgClassName
{
background-color: #EAA808;
}
</style>
border-color css
<style>
span { border-color: #EAA808; }
span { border-color: rgb(234,168,8); }
td.TdClassName
{
border-color: #EAA808;
}
.TagClassName
{
border-color: #EAA808;
}
</style>