Shades of Gamboge #E29A0B
Tints of Gamboge #E29A0B
RGB
CMYK
RGB Variations
Color information
#E29A0B (or 0xE29A0B) is known color: Gamboge. HEX triplet: E2, 9A and 0B. RGB value is (226,154,11). Sum of RGB (Red+Green+Blue) = 226+154+11=391 (51% of max value = 765). Red value is 226 (88.67% from 255 or 57.80% from 391); Green value is 154 (60.55% from 255 or 39.39% from 391); Blue value is 11 (4.69% from 255 or 2.81% from 391); Max value from RGB is 226 - color contains mainly: red. Hex color #E29A0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E29A0B is #1D65F4. Grayscale: #9F9F9F. Windows color (decimal): -1926645 or 760546. OLE color: 760546.
HSL color Cylindrical-coordinate representation of color #E29A0B: hue angle of 39.91º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E29A0B is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 154 | 11 | - |
| CMYK | 0 | 0.32 | 0.95 | 0.11 |
| HSL | 39.91º | 0.91% | 0.46% | - |
| HSV(B) | 39.91º | 0.95% | 0.89% | - |
| XYZ | 42.98 | 39.3 | 5.64 | - |
| YUV | 159.23 | 44.35 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 154 | 11 | 0 | 0.32 | 0.95 | 0.11 | 39.91 | 0.91 | 0.46 |
| Hex | E2 | 9A | B | 0 | 20 | 5F | B | 28 | 5B | 2E |
| Octal | 342 | 232 | 13 | 0 | 40 | 137 | 13 | 50 | 133 | 56 |
| Binary | 11100010 | 10011010 | 1011 | 0 | 100000 | 1011111 | 1011 | 101000 | 1011011 | 101110 |
Color Harmonies of #E29A0B
Complementary color
Monochromatic Colors of #E29A0B
Black with #E29A0B
Text Example
Text Example
White with #E29A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29A0B; }
p { color: rgb(226,154,11); }
H1.HeaderClassName
{
color: #E29A0B;
}
.AnyTagClassName
{
color: #E29A0B;
}
</style>
background-color css
<style>
a { background-color: #E29A0B; }
a { background-color: rgb(226,154,11); }
div.DivClassName
{
background-color: #E29A0B;
}
.BgClassName
{
background-color: #E29A0B;
}
</style>
border-color css
<style>
span { border-color: #E29A0B; }
span { border-color: rgb(226,154,11); }
td.TdClassName
{
border-color: #E29A0B;
}
.TagClassName
{
border-color: #E29A0B;
}
</style>