Shades of Gamboge #EAA809
Tints of Gamboge #EAA809
RGB
CMYK
RGB Variations
Color information
#EAA809 (or 0xEAA809) is known color: Gamboge. HEX triplet: EA, A8 and 09. RGB value is (234,168,9). Sum of RGB (Red+Green+Blue) = 234+168+9=411 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.93% from 411); Green value is 168 (66.02% from 255 or 40.88% from 411); Blue value is 9 (3.91% from 255 or 2.19% from 411); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA809 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA809 is #1557F6. Grayscale: #AAAAAA. Windows color (decimal): -1398775 or 633066. OLE color: 633066.
HSL color Cylindrical-coordinate representation of color #EAA809: hue angle of 42.4º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EAA809 is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 168 | 9 | - |
| CMYK | 0 | 0.28 | 0.96 | 0.08 |
| HSL | 42.4º | 0.93% | 0.48% | - |
| HSV(B) | 42.4º | 0.96% | 0.92% | - |
| XYZ | 47.98 | 45.52 | 6.52 | - |
| YUV | 169.61 | 37.37 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 168 | 9 | 0 | 0.28 | 0.96 | 0.08 | 42.4 | 0.93 | 0.48 |
| Hex | EA | A8 | 9 | 0 | 1C | 60 | 8 | 2A | 5D | 30 |
| Octal | 352 | 250 | 11 | 0 | 34 | 140 | 10 | 52 | 135 | 60 |
| Binary | 11101010 | 10101000 | 1001 | 0 | 11100 | 1100000 | 1000 | 101010 | 1011101 | 110000 |
Color Harmonies of #EAA809
Complementary color
Monochromatic Colors of #EAA809
Black with #EAA809
Text Example
Text Example
White with #EAA809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA809; }
p { color: rgb(234,168,9); }
H1.HeaderClassName
{
color: #EAA809;
}
.AnyTagClassName
{
color: #EAA809;
}
</style>
background-color css
<style>
a { background-color: #EAA809; }
a { background-color: rgb(234,168,9); }
div.DivClassName
{
background-color: #EAA809;
}
.BgClassName
{
background-color: #EAA809;
}
</style>
border-color css
<style>
span { border-color: #EAA809; }
span { border-color: rgb(234,168,9); }
td.TdClassName
{
border-color: #EAA809;
}
.TagClassName
{
border-color: #EAA809;
}
</style>