Shades of Gamboge #E29D05
Tints of Gamboge #E29D05
RGB
CMYK
RGB Variations
Color information
#E29D05 (or 0xE29D05) is known color: Gamboge. HEX triplet: E2, 9D and 05. RGB value is (226,157,5). Sum of RGB (Red+Green+Blue) = 226+157+5=388 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.25% from 388); Green value is 157 (61.72% from 255 or 40.46% from 388); Blue value is 5 (2.34% from 255 or 1.29% from 388); Max value from RGB is 226 - color contains mainly: red. Hex color #E29D05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E29D05 is #1D62FA. Grayscale: #A0A0A0. Windows color (decimal): -1925883 or 368098. OLE color: 368098.
HSL color Cylindrical-coordinate representation of color #E29D05: hue angle of 41.27º 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 #E29D05 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 157 | 5 | - |
| CMYK | 0 | 0.31 | 0.98 | 0.11 |
| HSL | 41.27º | 0.96% | 0.45% | - |
| HSV(B) | 41.27º | 0.98% | 0.89% | - |
| XYZ | 43.45 | 40.29 | 5.63 | - |
| YUV | 160.3 | 40.36 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 157 | 5 | 0 | 0.31 | 0.98 | 0.11 | 41.27 | 0.96 | 0.45 |
| Hex | E2 | 9D | 5 | 0 | 1F | 62 | B | 29 | 60 | 2D |
| Octal | 342 | 235 | 5 | 0 | 37 | 142 | 13 | 51 | 140 | 55 |
| Binary | 11100010 | 10011101 | 101 | 0 | 11111 | 1100010 | 1011 | 101001 | 1100000 | 101101 |
Color Harmonies of #E29D05
Complementary color
Monochromatic Colors of #E29D05
Black with #E29D05
Text Example
Text Example
White with #E29D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29D05; }
p { color: rgb(226,157,5); }
H1.HeaderClassName
{
color: #E29D05;
}
.AnyTagClassName
{
color: #E29D05;
}
</style>
background-color css
<style>
a { background-color: #E29D05; }
a { background-color: rgb(226,157,5); }
div.DivClassName
{
background-color: #E29D05;
}
.BgClassName
{
background-color: #E29D05;
}
</style>
border-color css
<style>
span { border-color: #E29D05; }
span { border-color: rgb(226,157,5); }
td.TdClassName
{
border-color: #E29D05;
}
.TagClassName
{
border-color: #E29D05;
}
</style>