Shades of Gamboge #E5A40B
Tints of Gamboge #E5A40B
RGB
CMYK
RGB Variations
Color information
#E5A40B (or 0xE5A40B) is known color: Gamboge. HEX triplet: E5, A4 and 0B. RGB value is (229,164,11). Sum of RGB (Red+Green+Blue) = 229+164+11=404 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.68% from 404); Green value is 164 (64.45% from 255 or 40.59% from 404); Blue value is 11 (4.69% from 255 or 2.72% from 404); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A40B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5A40B is #1A5BF4. Grayscale: #A6A6A6. Windows color (decimal): -1727477 or 763109. OLE color: 763109.
HSL color Cylindrical-coordinate representation of color #E5A40B: hue angle of 42.11º 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 #E5A40B is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 164 | 11 | - |
| CMYK | 0 | 0.28 | 0.95 | 0.10 |
| HSL | 42.11º | 0.91% | 0.47% | - |
| HSV(B) | 42.11º | 0.95% | 0.9% | - |
| XYZ | 45.65 | 43.23 | 6.26 | - |
| YUV | 165.99 | 40.53 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 164 | 11 | 0 | 0.28 | 0.95 | 0.10 | 42.11 | 0.91 | 0.47 |
| Hex | E5 | A4 | B | 0 | 1C | 5F | A | 2A | 5B | 2F |
| Octal | 345 | 244 | 13 | 0 | 34 | 137 | 12 | 52 | 133 | 57 |
| Binary | 11100101 | 10100100 | 1011 | 0 | 11100 | 1011111 | 1010 | 101010 | 1011011 | 101111 |
Color Harmonies of #E5A40B
Complementary color
Monochromatic Colors of #E5A40B
Black with #E5A40B
Text Example
Text Example
White with #E5A40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A40B; }
p { color: rgb(229,164,11); }
H1.HeaderClassName
{
color: #E5A40B;
}
.AnyTagClassName
{
color: #E5A40B;
}
</style>
background-color css
<style>
a { background-color: #E5A40B; }
a { background-color: rgb(229,164,11); }
div.DivClassName
{
background-color: #E5A40B;
}
.BgClassName
{
background-color: #E5A40B;
}
</style>
border-color css
<style>
span { border-color: #E5A40B; }
span { border-color: rgb(229,164,11); }
td.TdClassName
{
border-color: #E5A40B;
}
.TagClassName
{
border-color: #E5A40B;
}
</style>