Shades of Gamboge #E29F00
Tints of Gamboge #E29F00
RGB
CMYK
RGB Variations
Color information
#E29F00 (or 0xE29F00) is known color: Gamboge. HEX triplet: E2, 9F and 00. RGB value is (226,159,0). Sum of RGB (Red+Green+Blue) = 226+159+0=385 (50% of max value = 765). Red value is 226 (88.67% from 255 or 58.70% from 385); Green value is 159 (62.5% from 255 or 41.30% from 385); Blue value is 0 (0.39% from 255 or 0% from 385); Max value from RGB is 226 - color contains mainly: red. Hex color #E29F00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E29F00 is #1D60FF. Grayscale: #A1A1A1. Windows color (decimal): -1925376 or 40930. OLE color: 40930.
HSL color Cylindrical-coordinate representation of color #E29F00: hue angle of 42.21º 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 #E29F00 is Cyan = 0, Magento = 0.30, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 159 | 0 | - |
| CMYK | 0 | 0.30 | 1 | 0.11 |
| HSL | 42.21º | 1% | 0.44% | - |
| HSV(B) | 42.21º | 1% | 0.89% | - |
| XYZ | 43.76 | 40.97 | 5.6 | - |
| YUV | 160.91 | 37.2 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 159 | 0 | 0 | 0.30 | 1 | 0.11 | 42.21 | 1 | 0.44 |
| Hex | E2 | 9F | 0 | 0 | 1E | 64 | B | 2A | 64 | 2C |
| Octal | 342 | 237 | 0 | 0 | 36 | 144 | 13 | 52 | 144 | 54 |
| Binary | 11100010 | 10011111 | 0 | 0 | 11110 | 1100100 | 1011 | 101010 | 1100100 | 101100 |
Color Harmonies of #E29F00
Complementary color
Monochromatic Colors of #E29F00
Black with #E29F00
Text Example
Text Example
White with #E29F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29F00; }
p { color: rgb(226,159,0); }
H1.HeaderClassName
{
color: #E29F00;
}
.AnyTagClassName
{
color: #E29F00;
}
</style>
background-color css
<style>
a { background-color: #E29F00; }
a { background-color: rgb(226,159,0); }
div.DivClassName
{
background-color: #E29F00;
}
.BgClassName
{
background-color: #E29F00;
}
</style>
border-color css
<style>
span { border-color: #E29F00; }
span { border-color: rgb(226,159,0); }
td.TdClassName
{
border-color: #E29F00;
}
.TagClassName
{
border-color: #E29F00;
}
</style>