Shades of Gamboge #E29204
Tints of Gamboge #E29204
RGB
CMYK
RGB Variations
Color information
#E29204 (or 0xE29204) is known color: Gamboge. HEX triplet: E2, 92 and 04. RGB value is (226,146,4). Sum of RGB (Red+Green+Blue) = 226+146+4=376 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.11% from 376); Green value is 146 (57.42% from 255 or 38.83% from 376); Blue value is 4 (1.95% from 255 or 1.06% from 376); Max value from RGB is 226 - color contains mainly: red. Hex color #E29204 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E29204 is #1D6DFB. Grayscale: #9A9A9A. Windows color (decimal): -1928700 or 299746. OLE color: 299746.
HSL color Cylindrical-coordinate representation of color #E29204: hue angle of 38.38º degrees, saturation: 0.97, 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 #E29204 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 146 | 4 | - |
| CMYK | 0 | 0.35 | 0.98 | 0.11 |
| HSL | 38.38º | 0.97% | 0.45% | - |
| HSV(B) | 38.38º | 0.98% | 0.89% | - |
| XYZ | 41.66 | 36.74 | 5.01 | - |
| YUV | 153.73 | 43.5 | 179.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 146 | 4 | 0 | 0.35 | 0.98 | 0.11 | 38.38 | 0.97 | 0.45 |
| Hex | E2 | 92 | 4 | 0 | 23 | 62 | B | 26 | 61 | 2D |
| Octal | 342 | 222 | 4 | 0 | 43 | 142 | 13 | 46 | 141 | 55 |
| Binary | 11100010 | 10010010 | 100 | 0 | 100011 | 1100010 | 1011 | 100110 | 1100001 | 101101 |
Color Harmonies of #E29204
Complementary color
Monochromatic Colors of #E29204
Black with #E29204
Text Example
Text Example
White with #E29204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29204; }
p { color: rgb(226,146,4); }
H1.HeaderClassName
{
color: #E29204;
}
.AnyTagClassName
{
color: #E29204;
}
</style>
background-color css
<style>
a { background-color: #E29204; }
a { background-color: rgb(226,146,4); }
div.DivClassName
{
background-color: #E29204;
}
.BgClassName
{
background-color: #E29204;
}
</style>
border-color css
<style>
span { border-color: #E29204; }
span { border-color: rgb(226,146,4); }
td.TdClassName
{
border-color: #E29204;
}
.TagClassName
{
border-color: #E29204;
}
</style>