Shades of Gamboge #E29207
Tints of Gamboge #E29207
RGB
CMYK
RGB Variations
Color information
#E29207 (or 0xE29207) is known color: Gamboge. HEX triplet: E2, 92 and 07. RGB value is (226,146,7). Sum of RGB (Red+Green+Blue) = 226+146+7=379 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.63% from 379); Green value is 146 (57.42% from 255 or 38.52% from 379); Blue value is 7 (3.12% from 255 or 1.85% from 379); Max value from RGB is 226 - color contains mainly: red. Hex color #E29207 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E29207 is #1D6DF8. Grayscale: #9A9A9A. Windows color (decimal): -1928697 or 496354. OLE color: 496354.
HSL color Cylindrical-coordinate representation of color #E29207: hue angle of 38.08º 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 #E29207 is Cyan = 0, Magento = 0.35, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 146 | 7 | - |
| CMYK | 0 | 0.35 | 0.97 | 0.11 |
| HSL | 38.08º | 0.94% | 0.46% | - |
| HSV(B) | 38.08º | 0.97% | 0.89% | - |
| XYZ | 41.68 | 36.74 | 5.1 | - |
| YUV | 154.07 | 45 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 146 | 7 | 0 | 0.35 | 0.97 | 0.11 | 38.08 | 0.94 | 0.46 |
| Hex | E2 | 92 | 7 | 0 | 23 | 61 | B | 26 | 5E | 2E |
| Octal | 342 | 222 | 7 | 0 | 43 | 141 | 13 | 46 | 136 | 56 |
| Binary | 11100010 | 10010010 | 111 | 0 | 100011 | 1100001 | 1011 | 100110 | 1011110 | 101110 |
Color Harmonies of #E29207
Complementary color
Monochromatic Colors of #E29207
Black with #E29207
Text Example
Text Example
White with #E29207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29207; }
p { color: rgb(226,146,7); }
H1.HeaderClassName
{
color: #E29207;
}
.AnyTagClassName
{
color: #E29207;
}
</style>
background-color css
<style>
a { background-color: #E29207; }
a { background-color: rgb(226,146,7); }
div.DivClassName
{
background-color: #E29207;
}
.BgClassName
{
background-color: #E29207;
}
</style>
border-color css
<style>
span { border-color: #E29207; }
span { border-color: rgb(226,146,7); }
td.TdClassName
{
border-color: #E29207;
}
.TagClassName
{
border-color: #E29207;
}
</style>