Shades of Gamboge #E5A00B
Tints of Gamboge #E5A00B
RGB
CMYK
RGB Variations
Color information
#E5A00B (or 0xE5A00B) is known color: Gamboge. HEX triplet: E5, A0 and 0B. RGB value is (229,160,11). Sum of RGB (Red+Green+Blue) = 229+160+11=400 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.25% from 400); Green value is 160 (62.89% from 255 or 40% from 400); Blue value is 11 (4.69% from 255 or 2.75% from 400); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A00B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5A00B is #1A5FF4. Grayscale: #A4A4A4. Windows color (decimal): -1728501 or 762085. OLE color: 762085.
HSL color Cylindrical-coordinate representation of color #E5A00B: hue angle of 41.01º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E5A00B is Cyan = 0, Magento = 0.30, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 160 | 11 | - |
| CMYK | 0 | 0.30 | 0.95 | 0.10 |
| HSL | 41.01º | 0.91% | 0.47% | - |
| HSV(B) | 41.01º | 0.95% | 0.9% | - |
| XYZ | 44.94 | 41.82 | 6.02 | - |
| YUV | 163.65 | 41.86 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 160 | 11 | 0 | 0.30 | 0.95 | 0.10 | 41.01 | 0.91 | 0.47 |
| Hex | E5 | A0 | B | 0 | 1E | 5F | A | 29 | 5B | 2F |
| Octal | 345 | 240 | 13 | 0 | 36 | 137 | 12 | 51 | 133 | 57 |
| Binary | 11100101 | 10100000 | 1011 | 0 | 11110 | 1011111 | 1010 | 101001 | 1011011 | 101111 |
Color Harmonies of #E5A00B
Complementary color
Monochromatic Colors of #E5A00B
Black with #E5A00B
Text Example
Text Example
White with #E5A00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A00B; }
p { color: rgb(229,160,11); }
H1.HeaderClassName
{
color: #E5A00B;
}
.AnyTagClassName
{
color: #E5A00B;
}
</style>
background-color css
<style>
a { background-color: #E5A00B; }
a { background-color: rgb(229,160,11); }
div.DivClassName
{
background-color: #E5A00B;
}
.BgClassName
{
background-color: #E5A00B;
}
</style>
border-color css
<style>
span { border-color: #E5A00B; }
span { border-color: rgb(229,160,11); }
td.TdClassName
{
border-color: #E5A00B;
}
.TagClassName
{
border-color: #E5A00B;
}
</style>