Shades of Gamboge #E29500
Tints of Gamboge #E29500
RGB
CMYK
RGB Variations
Color information
#E29500 (or 0xE29500) is known color: Gamboge. HEX triplet: E2, 95 and 00. RGB value is (226,149,0). Sum of RGB (Red+Green+Blue) = 226+149+0=375 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.27% from 375); Green value is 149 (58.59% from 255 or 39.73% from 375); Blue value is 0 (0.39% from 255 or 0% from 375); Max value from RGB is 226 - color contains mainly: red. Hex color #E29500 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E29500 is #1D6AFF. Grayscale: #9B9B9B. Windows color (decimal): -1927936 or 38370. OLE color: 38370.
HSL color Cylindrical-coordinate representation of color #E29500: hue angle of 39.56º 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 #E29500 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 149 | 0 | - |
| CMYK | 0 | 0.34 | 1 | 0.11 |
| HSL | 39.56º | 1% | 0.44% | - |
| HSV(B) | 39.56º | 1% | 0.89% | - |
| XYZ | 42.11 | 37.66 | 5.05 | - |
| YUV | 155.04 | 40.51 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 149 | 0 | 0 | 0.34 | 1 | 0.11 | 39.56 | 1 | 0.44 |
| Hex | E2 | 95 | 0 | 0 | 22 | 64 | B | 28 | 64 | 2C |
| Octal | 342 | 225 | 0 | 0 | 42 | 144 | 13 | 50 | 144 | 54 |
| Binary | 11100010 | 10010101 | 0 | 0 | 100010 | 1100100 | 1011 | 101000 | 1100100 | 101100 |
Color Harmonies of #E29500
Complementary color
Monochromatic Colors of #E29500
Black with #E29500
Text Example
Text Example
White with #E29500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29500; }
p { color: rgb(226,149,0); }
H1.HeaderClassName
{
color: #E29500;
}
.AnyTagClassName
{
color: #E29500;
}
</style>
background-color css
<style>
a { background-color: #E29500; }
a { background-color: rgb(226,149,0); }
div.DivClassName
{
background-color: #E29500;
}
.BgClassName
{
background-color: #E29500;
}
</style>
border-color css
<style>
span { border-color: #E29500; }
span { border-color: rgb(226,149,0); }
td.TdClassName
{
border-color: #E29500;
}
.TagClassName
{
border-color: #E29500;
}
</style>