Shades of Gamboge #E5AB0D
Tints of Gamboge #E5AB0D
RGB
CMYK
RGB Variations
Color information
#E5AB0D (or 0xE5AB0D) is known color: Gamboge. HEX triplet: E5, AB and 0D. RGB value is (229,171,13). Sum of RGB (Red+Green+Blue) = 229+171+13=413 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.45% from 413); Green value is 171 (67.19% from 255 or 41.40% from 413); Blue value is 13 (5.47% from 255 or 3.15% from 413); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AB0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5AB0D is #1A54F2. Grayscale: #ABABAB. Windows color (decimal): -1725683 or 895973. OLE color: 895973.
HSL color Cylindrical-coordinate representation of color #E5AB0D: hue angle of 43.89º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E5AB0D is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 171 | 13 | - |
| CMYK | 0 | 0.25 | 0.94 | 0.10 |
| HSL | 43.89º | 0.89% | 0.47% | - |
| HSV(B) | 43.89º | 0.94% | 0.9% | - |
| XYZ | 46.95 | 45.81 | 6.75 | - |
| YUV | 170.33 | 39.22 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 171 | 13 | 0 | 0.25 | 0.94 | 0.10 | 43.89 | 0.89 | 0.47 |
| Hex | E5 | AB | D | 0 | 19 | 5E | A | 2C | 59 | 2F |
| Octal | 345 | 253 | 15 | 0 | 31 | 136 | 12 | 54 | 131 | 57 |
| Binary | 11100101 | 10101011 | 1101 | 0 | 11001 | 1011110 | 1010 | 101100 | 1011001 | 101111 |
Color Harmonies of #E5AB0D
Complementary color
Monochromatic Colors of #E5AB0D
Black with #E5AB0D
Text Example
Text Example
White with #E5AB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AB0D; }
p { color: rgb(229,171,13); }
H1.HeaderClassName
{
color: #E5AB0D;
}
.AnyTagClassName
{
color: #E5AB0D;
}
</style>
background-color css
<style>
a { background-color: #E5AB0D; }
a { background-color: rgb(229,171,13); }
div.DivClassName
{
background-color: #E5AB0D;
}
.BgClassName
{
background-color: #E5AB0D;
}
</style>
border-color css
<style>
span { border-color: #E5AB0D; }
span { border-color: rgb(229,171,13); }
td.TdClassName
{
border-color: #E5AB0D;
}
.TagClassName
{
border-color: #E5AB0D;
}
</style>