Shades of Gamboge #E5AB0E
Tints of Gamboge #E5AB0E
RGB
CMYK
RGB Variations
Color information
#E5AB0E (or 0xE5AB0E) is known color: Gamboge. HEX triplet: E5, AB and 0E. RGB value is (229,171,14). Sum of RGB (Red+Green+Blue) = 229+171+14=414 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.31% from 414); Green value is 171 (67.19% from 255 or 41.30% from 414); Blue value is 14 (5.86% from 255 or 3.38% from 414); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AB0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5AB0E is #1A54F1. Grayscale: #ABABAB. Windows color (decimal): -1725682 or 961509. OLE color: 961509.
HSL color Cylindrical-coordinate representation of color #E5AB0E: hue angle of 43.81º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E5AB0E is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 171 | 14 | - |
| CMYK | 0 | 0.25 | 0.94 | 0.10 |
| HSL | 43.81º | 0.88% | 0.48% | - |
| HSV(B) | 43.81º | 0.94% | 0.9% | - |
| XYZ | 46.96 | 45.82 | 6.78 | - |
| YUV | 170.44 | 39.72 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 171 | 14 | 0 | 0.25 | 0.94 | 0.10 | 43.81 | 0.88 | 0.48 |
| Hex | E5 | AB | E | 0 | 19 | 5E | A | 2C | 58 | 30 |
| Octal | 345 | 253 | 16 | 0 | 31 | 136 | 12 | 54 | 130 | 60 |
| Binary | 11100101 | 10101011 | 1110 | 0 | 11001 | 1011110 | 1010 | 101100 | 1011000 | 110000 |
Color Harmonies of #E5AB0E
Complementary color
Monochromatic Colors of #E5AB0E
Black with #E5AB0E
Text Example
Text Example
White with #E5AB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AB0E; }
p { color: rgb(229,171,14); }
H1.HeaderClassName
{
color: #E5AB0E;
}
.AnyTagClassName
{
color: #E5AB0E;
}
</style>
background-color css
<style>
a { background-color: #E5AB0E; }
a { background-color: rgb(229,171,14); }
div.DivClassName
{
background-color: #E5AB0E;
}
.BgClassName
{
background-color: #E5AB0E;
}
</style>
border-color css
<style>
span { border-color: #E5AB0E; }
span { border-color: rgb(229,171,14); }
td.TdClassName
{
border-color: #E5AB0E;
}
.TagClassName
{
border-color: #E5AB0E;
}
</style>