Shades of Gamboge #EA9A11
Tints of Gamboge #EA9A11
RGB
CMYK
RGB Variations
Color information
#EA9A11 (or 0xEA9A11) is known color: Gamboge. HEX triplet: EA, 9A and 11. RGB value is (234,154,17). Sum of RGB (Red+Green+Blue) = 234+154+17=405 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.78% from 405); Green value is 154 (60.55% from 255 or 38.02% from 405); Blue value is 17 (7.03% from 255 or 4.20% from 405); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9A11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9A11 is #1565EE. Grayscale: #A2A2A2. Windows color (decimal): -1402351 or 1153770. OLE color: 1153770.
HSL color Cylindrical-coordinate representation of color #EA9A11: hue angle of 37.88º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EA9A11 is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 154 | 17 | - |
| CMYK | 0 | 0.34 | 0.93 | 0.08 |
| HSL | 37.88º | 0.86% | 0.49% | - |
| HSV(B) | 37.88º | 0.93% | 0.92% | - |
| XYZ | 45.59 | 40.64 | 5.97 | - |
| YUV | 162.3 | 46 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 154 | 17 | 0 | 0.34 | 0.93 | 0.08 | 37.88 | 0.86 | 0.49 |
| Hex | EA | 9A | 11 | 0 | 22 | 5D | 8 | 26 | 56 | 31 |
| Octal | 352 | 232 | 21 | 0 | 42 | 135 | 10 | 46 | 126 | 61 |
| Binary | 11101010 | 10011010 | 10001 | 0 | 100010 | 1011101 | 1000 | 100110 | 1010110 | 110001 |
Color Harmonies of #EA9A11
Complementary color
Monochromatic Colors of #EA9A11
Black with #EA9A11
Text Example
Text Example
White with #EA9A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9A11; }
p { color: rgb(234,154,17); }
H1.HeaderClassName
{
color: #EA9A11;
}
.AnyTagClassName
{
color: #EA9A11;
}
</style>
background-color css
<style>
a { background-color: #EA9A11; }
a { background-color: rgb(234,154,17); }
div.DivClassName
{
background-color: #EA9A11;
}
.BgClassName
{
background-color: #EA9A11;
}
</style>
border-color css
<style>
span { border-color: #EA9A11; }
span { border-color: rgb(234,154,17); }
td.TdClassName
{
border-color: #EA9A11;
}
.TagClassName
{
border-color: #EA9A11;
}
</style>