Shades of Gamboge #E5AB0B
Tints of Gamboge #E5AB0B
RGB
CMYK
RGB Variations
Color information
#E5AB0B (or 0xE5AB0B) is known color: Gamboge. HEX triplet: E5, AB and 0B. RGB value is (229,171,11). Sum of RGB (Red+Green+Blue) = 229+171+11=411 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.72% from 411); Green value is 171 (67.19% from 255 or 41.61% from 411); Blue value is 11 (4.69% from 255 or 2.68% from 411); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AB0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5AB0B is #1A54F4. Grayscale: #AAAAAA. Windows color (decimal): -1725685 or 764901. OLE color: 764901.
HSL color Cylindrical-coordinate representation of color #E5AB0B: hue angle of 44.04º 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 #E5AB0B is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 171 | 11 | - |
| CMYK | 0 | 0.25 | 0.95 | 0.10 |
| HSL | 44.04º | 0.91% | 0.47% | - |
| HSV(B) | 44.04º | 0.95% | 0.9% | - |
| XYZ | 46.94 | 45.81 | 6.68 | - |
| YUV | 170.1 | 38.22 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 171 | 11 | 0 | 0.25 | 0.95 | 0.10 | 44.04 | 0.91 | 0.47 |
| Hex | E5 | AB | B | 0 | 19 | 5F | A | 2C | 5B | 2F |
| Octal | 345 | 253 | 13 | 0 | 31 | 137 | 12 | 54 | 133 | 57 |
| Binary | 11100101 | 10101011 | 1011 | 0 | 11001 | 1011111 | 1010 | 101100 | 1011011 | 101111 |
Color Harmonies of #E5AB0B
Complementary color
Monochromatic Colors of #E5AB0B
Black with #E5AB0B
Text Example
Text Example
White with #E5AB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AB0B; }
p { color: rgb(229,171,11); }
H1.HeaderClassName
{
color: #E5AB0B;
}
.AnyTagClassName
{
color: #E5AB0B;
}
</style>
background-color css
<style>
a { background-color: #E5AB0B; }
a { background-color: rgb(229,171,11); }
div.DivClassName
{
background-color: #E5AB0B;
}
.BgClassName
{
background-color: #E5AB0B;
}
</style>
border-color css
<style>
span { border-color: #E5AB0B; }
span { border-color: rgb(229,171,11); }
td.TdClassName
{
border-color: #E5AB0B;
}
.TagClassName
{
border-color: #E5AB0B;
}
</style>