Shades of Gamboge #E29F02
Tints of Gamboge #E29F02
RGB
CMYK
RGB Variations
Color information
#E29F02 (or 0xE29F02) is known color: Gamboge. HEX triplet: E2, 9F and 02. RGB value is (226,159,2). Sum of RGB (Red+Green+Blue) = 226+159+2=387 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.40% from 387); Green value is 159 (62.5% from 255 or 41.09% from 387); Blue value is 2 (1.17% from 255 or 0.52% from 387); Max value from RGB is 226 - color contains mainly: red. Hex color #E29F02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E29F02 is #1D60FD. Grayscale: #A1A1A1. Windows color (decimal): -1925374 or 172002. OLE color: 172002.
HSL color Cylindrical-coordinate representation of color #E29F02: hue angle of 42.05º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E29F02 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 159 | 2 | - |
| CMYK | 0 | 0.30 | 0.99 | 0.11 |
| HSL | 42.05º | 0.98% | 0.45% | - |
| HSV(B) | 42.05º | 0.99% | 0.89% | - |
| XYZ | 43.77 | 40.97 | 5.66 | - |
| YUV | 161.14 | 38.2 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 159 | 2 | 0 | 0.30 | 0.99 | 0.11 | 42.05 | 0.98 | 0.45 |
| Hex | E2 | 9F | 2 | 0 | 1E | 63 | B | 2A | 62 | 2D |
| Octal | 342 | 237 | 2 | 0 | 36 | 143 | 13 | 52 | 142 | 55 |
| Binary | 11100010 | 10011111 | 10 | 0 | 11110 | 1100011 | 1011 | 101010 | 1100010 | 101101 |
Color Harmonies of #E29F02
Complementary color
Monochromatic Colors of #E29F02
Black with #E29F02
Text Example
Text Example
White with #E29F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29F02; }
p { color: rgb(226,159,2); }
H1.HeaderClassName
{
color: #E29F02;
}
.AnyTagClassName
{
color: #E29F02;
}
</style>
background-color css
<style>
a { background-color: #E29F02; }
a { background-color: rgb(226,159,2); }
div.DivClassName
{
background-color: #E29F02;
}
.BgClassName
{
background-color: #E29F02;
}
</style>
border-color css
<style>
span { border-color: #E29F02; }
span { border-color: rgb(226,159,2); }
td.TdClassName
{
border-color: #E29F02;
}
.TagClassName
{
border-color: #E29F02;
}
</style>