Shades of Gamboge #E29D06
Tints of Gamboge #E29D06
RGB
CMYK
RGB Variations
Color information
#E29D06 (or 0xE29D06) is known color: Gamboge. HEX triplet: E2, 9D and 06. RGB value is (226,157,6). Sum of RGB (Red+Green+Blue) = 226+157+6=389 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.10% from 389); Green value is 157 (61.72% from 255 or 40.36% from 389); Blue value is 6 (2.73% from 255 or 1.54% from 389); Max value from RGB is 226 - color contains mainly: red. Hex color #E29D06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E29D06 is #1D62F9. Grayscale: #A1A1A1. Windows color (decimal): -1925882 or 433634. OLE color: 433634.
HSL color Cylindrical-coordinate representation of color #E29D06: hue angle of 41.18º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E29D06 is Cyan = 0, Magento = 0.31, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 157 | 6 | - |
| CMYK | 0 | 0.31 | 0.97 | 0.11 |
| HSL | 41.18º | 0.95% | 0.45% | - |
| HSV(B) | 41.18º | 0.97% | 0.89% | - |
| XYZ | 43.45 | 40.3 | 5.66 | - |
| YUV | 160.42 | 40.86 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 157 | 6 | 0 | 0.31 | 0.97 | 0.11 | 41.18 | 0.95 | 0.45 |
| Hex | E2 | 9D | 6 | 0 | 1F | 61 | B | 29 | 5F | 2D |
| Octal | 342 | 235 | 6 | 0 | 37 | 141 | 13 | 51 | 137 | 55 |
| Binary | 11100010 | 10011101 | 110 | 0 | 11111 | 1100001 | 1011 | 101001 | 1011111 | 101101 |
Color Harmonies of #E29D06
Complementary color
Monochromatic Colors of #E29D06
Black with #E29D06
Text Example
Text Example
White with #E29D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29D06; }
p { color: rgb(226,157,6); }
H1.HeaderClassName
{
color: #E29D06;
}
.AnyTagClassName
{
color: #E29D06;
}
</style>
background-color css
<style>
a { background-color: #E29D06; }
a { background-color: rgb(226,157,6); }
div.DivClassName
{
background-color: #E29D06;
}
.BgClassName
{
background-color: #E29D06;
}
</style>
border-color css
<style>
span { border-color: #E29D06; }
span { border-color: rgb(226,157,6); }
td.TdClassName
{
border-color: #E29D06;
}
.TagClassName
{
border-color: #E29D06;
}
</style>