Shades of Gamboge #E29E07
Tints of Gamboge #E29E07
RGB
CMYK
RGB Variations
Color information
#E29E07 (or 0xE29E07) is known color: Gamboge. HEX triplet: E2, 9E and 07. RGB value is (226,158,7). Sum of RGB (Red+Green+Blue) = 226+158+7=391 (51% of max value = 765). Red value is 226 (88.67% from 255 or 57.80% from 391); Green value is 158 (62.11% from 255 or 40.41% from 391); Blue value is 7 (3.12% from 255 or 1.79% from 391); Max value from RGB is 226 - color contains mainly: red. Hex color #E29E07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E29E07 is #1D61F8. Grayscale: #A1A1A1. Windows color (decimal): -1925625 or 499426. OLE color: 499426.
HSL color Cylindrical-coordinate representation of color #E29E07: hue angle of 41.37º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E29E07 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 158 | 7 | - |
| CMYK | 0 | 0.30 | 0.97 | 0.11 |
| HSL | 41.37º | 0.94% | 0.46% | - |
| HSV(B) | 41.37º | 0.97% | 0.89% | - |
| XYZ | 43.63 | 40.64 | 5.75 | - |
| YUV | 161.12 | 41.03 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 158 | 7 | 0 | 0.30 | 0.97 | 0.11 | 41.37 | 0.94 | 0.46 |
| Hex | E2 | 9E | 7 | 0 | 1E | 61 | B | 29 | 5E | 2E |
| Octal | 342 | 236 | 7 | 0 | 36 | 141 | 13 | 51 | 136 | 56 |
| Binary | 11100010 | 10011110 | 111 | 0 | 11110 | 1100001 | 1011 | 101001 | 1011110 | 101110 |
Color Harmonies of #E29E07
Complementary color
Monochromatic Colors of #E29E07
Black with #E29E07
Text Example
Text Example
White with #E29E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29E07; }
p { color: rgb(226,158,7); }
H1.HeaderClassName
{
color: #E29E07;
}
.AnyTagClassName
{
color: #E29E07;
}
</style>
background-color css
<style>
a { background-color: #E29E07; }
a { background-color: rgb(226,158,7); }
div.DivClassName
{
background-color: #E29E07;
}
.BgClassName
{
background-color: #E29E07;
}
</style>
border-color css
<style>
span { border-color: #E29E07; }
span { border-color: rgb(226,158,7); }
td.TdClassName
{
border-color: #E29E07;
}
.TagClassName
{
border-color: #E29E07;
}
</style>