Shades of Gamboge #E29F01
Tints of Gamboge #E29F01
RGB
CMYK
RGB Variations
Color information
#E29F01 (or 0xE29F01) is known color: Gamboge. HEX triplet: E2, 9F and 01. RGB value is (226,159,1). Sum of RGB (Red+Green+Blue) = 226+159+1=386 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.55% from 386); Green value is 159 (62.5% from 255 or 41.19% from 386); Blue value is 1 (0.78% from 255 or 0.26% from 386); Max value from RGB is 226 - color contains mainly: red. Hex color #E29F01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E29F01 is #1D60FE. Grayscale: #A1A1A1. Windows color (decimal): -1925375 or 106466. OLE color: 106466.
HSL color Cylindrical-coordinate representation of color #E29F01: hue angle of 42.13º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E29F01 is Cyan = 0, Magento = 0.30, Yellow = 1.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 159 | 1 | - |
| CMYK | 0 | 0.30 | 1.00 | 0.11 |
| HSL | 42.13º | 0.99% | 0.45% | - |
| HSV(B) | 42.13º | 1% | 0.89% | - |
| XYZ | 43.77 | 40.97 | 5.63 | - |
| YUV | 161.02 | 37.7 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 159 | 1 | 0 | 0.30 | 1.00 | 0.11 | 42.13 | 0.99 | 0.45 |
| Hex | E2 | 9F | 1 | 0 | 1E | 64 | B | 2A | 63 | 2D |
| Octal | 342 | 237 | 1 | 0 | 36 | 144 | 13 | 52 | 143 | 55 |
| Binary | 11100010 | 10011111 | 1 | 0 | 11110 | 1100100 | 1011 | 101010 | 1100011 | 101101 |
Color Harmonies of #E29F01
Complementary color
Monochromatic Colors of #E29F01
Black with #E29F01
Text Example
Text Example
White with #E29F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29F01; }
p { color: rgb(226,159,1); }
H1.HeaderClassName
{
color: #E29F01;
}
.AnyTagClassName
{
color: #E29F01;
}
</style>
background-color css
<style>
a { background-color: #E29F01; }
a { background-color: rgb(226,159,1); }
div.DivClassName
{
background-color: #E29F01;
}
.BgClassName
{
background-color: #E29F01;
}
</style>
border-color css
<style>
span { border-color: #E29F01; }
span { border-color: rgb(226,159,1); }
td.TdClassName
{
border-color: #E29F01;
}
.TagClassName
{
border-color: #E29F01;
}
</style>