Shades of Gamboge #E29F0E
Tints of Gamboge #E29F0E
RGB
CMYK
RGB Variations
Color information
#E29F0E (or 0xE29F0E) is known color: Gamboge. HEX triplet: E2, 9F and 0E. RGB value is (226,159,14). Sum of RGB (Red+Green+Blue) = 226+159+14=399 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.64% from 399); Green value is 159 (62.5% from 255 or 39.85% from 399); Blue value is 14 (5.86% from 255 or 3.51% from 399); Max value from RGB is 226 - color contains mainly: red. Hex color #E29F0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E29F0E is #1D60F1. Grayscale: #A3A3A3. Windows color (decimal): -1925362 or 958434. OLE color: 958434.
HSL color Cylindrical-coordinate representation of color #E29F0E: hue angle of 41.04º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E29F0E is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 159 | 14 | - |
| CMYK | 0 | 0.30 | 0.94 | 0.11 |
| HSL | 41.04º | 0.88% | 0.47% | - |
| HSV(B) | 41.04º | 0.94% | 0.89% | - |
| XYZ | 43.84 | 41 | 6.02 | - |
| YUV | 162.5 | 44.2 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 159 | 14 | 0 | 0.30 | 0.94 | 0.11 | 41.04 | 0.88 | 0.47 |
| Hex | E2 | 9F | E | 0 | 1E | 5E | B | 29 | 58 | 2F |
| Octal | 342 | 237 | 16 | 0 | 36 | 136 | 13 | 51 | 130 | 57 |
| Binary | 11100010 | 10011111 | 1110 | 0 | 11110 | 1011110 | 1011 | 101001 | 1011000 | 101111 |
Color Harmonies of #E29F0E
Complementary color
Monochromatic Colors of #E29F0E
Black with #E29F0E
Text Example
Text Example
White with #E29F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29F0E; }
p { color: rgb(226,159,14); }
H1.HeaderClassName
{
color: #E29F0E;
}
.AnyTagClassName
{
color: #E29F0E;
}
</style>
background-color css
<style>
a { background-color: #E29F0E; }
a { background-color: rgb(226,159,14); }
div.DivClassName
{
background-color: #E29F0E;
}
.BgClassName
{
background-color: #E29F0E;
}
</style>
border-color css
<style>
span { border-color: #E29F0E; }
span { border-color: rgb(226,159,14); }
td.TdClassName
{
border-color: #E29F0E;
}
.TagClassName
{
border-color: #E29F0E;
}
</style>