Shades of Gamboge #E29D00
Tints of Gamboge #E29D00
RGB
CMYK
RGB Variations
Color information
#E29D00 (or 0xE29D00) is known color: Gamboge. HEX triplet: E2, 9D and 00. RGB value is (226,157,0). Sum of RGB (Red+Green+Blue) = 226+157+0=383 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.01% from 383); Green value is 157 (61.72% from 255 or 40.99% from 383); Blue value is 0 (0.39% from 255 or 0% from 383); Max value from RGB is 226 - color contains mainly: red. Hex color #E29D00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E29D00 is #1D62FF. Grayscale: #A0A0A0. Windows color (decimal): -1925888 or 40418. OLE color: 40418.
HSL color Cylindrical-coordinate representation of color #E29D00: hue angle of 41.68º 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 #E29D00 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 157 | 0 | - |
| CMYK | 0 | 0.31 | 1 | 0.11 |
| HSL | 41.68º | 1% | 0.44% | - |
| HSV(B) | 41.68º | 1% | 0.89% | - |
| XYZ | 43.42 | 40.28 | 5.49 | - |
| YUV | 159.73 | 37.86 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 157 | 0 | 0 | 0.31 | 1 | 0.11 | 41.68 | 1 | 0.44 |
| Hex | E2 | 9D | 0 | 0 | 1F | 64 | B | 2A | 64 | 2C |
| Octal | 342 | 235 | 0 | 0 | 37 | 144 | 13 | 52 | 144 | 54 |
| Binary | 11100010 | 10011101 | 0 | 0 | 11111 | 1100100 | 1011 | 101010 | 1100100 | 101100 |
Color Harmonies of #E29D00
Complementary color
Monochromatic Colors of #E29D00
Black with #E29D00
Text Example
Text Example
White with #E29D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29D00; }
p { color: rgb(226,157,0); }
H1.HeaderClassName
{
color: #E29D00;
}
.AnyTagClassName
{
color: #E29D00;
}
</style>
background-color css
<style>
a { background-color: #E29D00; }
a { background-color: rgb(226,157,0); }
div.DivClassName
{
background-color: #E29D00;
}
.BgClassName
{
background-color: #E29D00;
}
</style>
border-color css
<style>
span { border-color: #E29D00; }
span { border-color: rgb(226,157,0); }
td.TdClassName
{
border-color: #E29D00;
}
.TagClassName
{
border-color: #E29D00;
}
</style>