Shades of Gamboge #E29600
Tints of Gamboge #E29600
RGB
CMYK
RGB Variations
Color information
#E29600 (or 0xE29600) is known color: Gamboge. HEX triplet: E2, 96 and 00. RGB value is (226,150,0). Sum of RGB (Red+Green+Blue) = 226+150+0=376 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.11% from 376); Green value is 150 (58.98% from 255 or 39.89% from 376); Blue value is 0 (0.39% from 255 or 0% from 376); Max value from RGB is 226 - color contains mainly: red. Hex color #E29600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E29600 is #1D69FF. Grayscale: #9C9C9C. Windows color (decimal): -1927680 or 38626. OLE color: 38626.
HSL color Cylindrical-coordinate representation of color #E29600: hue angle of 39.82º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E29600 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 150 | 0 | - |
| CMYK | 0 | 0.34 | 1 | 0.11 |
| HSL | 39.82º | 1% | 0.44% | - |
| HSV(B) | 39.82º | 1% | 0.89% | - |
| XYZ | 42.27 | 37.98 | 5.1 | - |
| YUV | 155.62 | 40.18 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 150 | 0 | 0 | 0.34 | 1 | 0.11 | 39.82 | 1 | 0.44 |
| Hex | E2 | 96 | 0 | 0 | 22 | 64 | B | 28 | 64 | 2C |
| Octal | 342 | 226 | 0 | 0 | 42 | 144 | 13 | 50 | 144 | 54 |
| Binary | 11100010 | 10010110 | 0 | 0 | 100010 | 1100100 | 1011 | 101000 | 1100100 | 101100 |
Color Harmonies of #E29600
Complementary color
Monochromatic Colors of #E29600
Black with #E29600
Text Example
Text Example
White with #E29600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29600; }
p { color: rgb(226,150,0); }
H1.HeaderClassName
{
color: #E29600;
}
.AnyTagClassName
{
color: #E29600;
}
</style>
background-color css
<style>
a { background-color: #E29600; }
a { background-color: rgb(226,150,0); }
div.DivClassName
{
background-color: #E29600;
}
.BgClassName
{
background-color: #E29600;
}
</style>
border-color css
<style>
span { border-color: #E29600; }
span { border-color: rgb(226,150,0); }
td.TdClassName
{
border-color: #E29600;
}
.TagClassName
{
border-color: #E29600;
}
</style>