Shades of Gamboge #E29A05
Tints of Gamboge #E29A05
RGB
CMYK
RGB Variations
Color information
#E29A05 (or 0xE29A05) is known color: Gamboge. HEX triplet: E2, 9A and 05. RGB value is (226,154,5). Sum of RGB (Red+Green+Blue) = 226+154+5=385 (50% of max value = 765). Red value is 226 (88.67% from 255 or 58.70% from 385); Green value is 154 (60.55% from 255 or 40% from 385); Blue value is 5 (2.34% from 255 or 1.30% from 385); Max value from RGB is 226 - color contains mainly: red. Hex color #E29A05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E29A05 is #1D65FA. Grayscale: #9F9F9F. Windows color (decimal): -1926651 or 367330. OLE color: 367330.
HSL color Cylindrical-coordinate representation of color #E29A05: hue angle of 40.45º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E29A05 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 154 | 5 | - |
| CMYK | 0 | 0.32 | 0.98 | 0.11 |
| HSL | 40.45º | 0.96% | 0.45% | - |
| HSV(B) | 40.45º | 0.98% | 0.89% | - |
| XYZ | 42.95 | 39.29 | 5.46 | - |
| YUV | 158.54 | 41.35 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 154 | 5 | 0 | 0.32 | 0.98 | 0.11 | 40.45 | 0.96 | 0.45 |
| Hex | E2 | 9A | 5 | 0 | 20 | 62 | B | 28 | 60 | 2D |
| Octal | 342 | 232 | 5 | 0 | 40 | 142 | 13 | 50 | 140 | 55 |
| Binary | 11100010 | 10011010 | 101 | 0 | 100000 | 1100010 | 1011 | 101000 | 1100000 | 101101 |
Color Harmonies of #E29A05
Complementary color
Monochromatic Colors of #E29A05
Black with #E29A05
Text Example
Text Example
White with #E29A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29A05; }
p { color: rgb(226,154,5); }
H1.HeaderClassName
{
color: #E29A05;
}
.AnyTagClassName
{
color: #E29A05;
}
</style>
background-color css
<style>
a { background-color: #E29A05; }
a { background-color: rgb(226,154,5); }
div.DivClassName
{
background-color: #E29A05;
}
.BgClassName
{
background-color: #E29A05;
}
</style>
border-color css
<style>
span { border-color: #E29A05; }
span { border-color: rgb(226,154,5); }
td.TdClassName
{
border-color: #E29A05;
}
.TagClassName
{
border-color: #E29A05;
}
</style>