Shades of Gamboge #EA9A04
Tints of Gamboge #EA9A04
RGB
CMYK
RGB Variations
Color information
#EA9A04 (or 0xEA9A04) is known color: Gamboge. HEX triplet: EA, 9A and 04. RGB value is (234,154,4). Sum of RGB (Red+Green+Blue) = 234+154+4=392 (51% of max value = 765). Red value is 234 (91.80% from 255 or 59.69% from 392); Green value is 154 (60.55% from 255 or 39.29% from 392); Blue value is 4 (1.95% from 255 or 1.02% from 392); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9A04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9A04 is #1565FB. Grayscale: #A1A1A1. Windows color (decimal): -1402364 or 301802. OLE color: 301802.
HSL color Cylindrical-coordinate representation of color #EA9A04: hue angle of 39.13º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EA9A04 is Cyan = 0, Magento = 0.34, Yellow = 0.98 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 154 | 4 | - |
| CMYK | 0 | 0.34 | 0.98 | 0.08 |
| HSL | 39.13º | 0.97% | 0.47% | - |
| HSV(B) | 39.13º | 0.98% | 0.92% | - |
| XYZ | 45.51 | 40.61 | 5.56 | - |
| YUV | 160.82 | 39.5 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 154 | 4 | 0 | 0.34 | 0.98 | 0.08 | 39.13 | 0.97 | 0.47 |
| Hex | EA | 9A | 4 | 0 | 22 | 62 | 8 | 27 | 61 | 2F |
| Octal | 352 | 232 | 4 | 0 | 42 | 142 | 10 | 47 | 141 | 57 |
| Binary | 11101010 | 10011010 | 100 | 0 | 100010 | 1100010 | 1000 | 100111 | 1100001 | 101111 |
Color Harmonies of #EA9A04
Complementary color
Monochromatic Colors of #EA9A04
Black with #EA9A04
Text Example
Text Example
White with #EA9A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9A04; }
p { color: rgb(234,154,4); }
H1.HeaderClassName
{
color: #EA9A04;
}
.AnyTagClassName
{
color: #EA9A04;
}
</style>
background-color css
<style>
a { background-color: #EA9A04; }
a { background-color: rgb(234,154,4); }
div.DivClassName
{
background-color: #EA9A04;
}
.BgClassName
{
background-color: #EA9A04;
}
</style>
border-color css
<style>
span { border-color: #EA9A04; }
span { border-color: rgb(234,154,4); }
td.TdClassName
{
border-color: #EA9A04;
}
.TagClassName
{
border-color: #EA9A04;
}
</style>