Shades of Gamboge #E29D02
Tints of Gamboge #E29D02
RGB
CMYK
RGB Variations
Color information
#E29D02 (or 0xE29D02) is known color: Gamboge. HEX triplet: E2, 9D and 02. RGB value is (226,157,2). Sum of RGB (Red+Green+Blue) = 226+157+2=385 (50% of max value = 765). Red value is 226 (88.67% from 255 or 58.70% from 385); Green value is 157 (61.72% from 255 or 40.78% from 385); Blue value is 2 (1.17% from 255 or 0.52% from 385); Max value from RGB is 226 - color contains mainly: red. Hex color #E29D02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E29D02 is #1D62FD. Grayscale: #A0A0A0. Windows color (decimal): -1925886 or 171490. OLE color: 171490.
HSL color Cylindrical-coordinate representation of color #E29D02: hue angle of 41.52º 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 #E29D02 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 157 | 2 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.11 |
| HSL | 41.52º | 0.98% | 0.45% | - |
| HSV(B) | 41.52º | 0.99% | 0.89% | - |
| XYZ | 43.43 | 40.29 | 5.54 | - |
| YUV | 159.96 | 38.86 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 157 | 2 | 0 | 0.31 | 0.99 | 0.11 | 41.52 | 0.98 | 0.45 |
| Hex | E2 | 9D | 2 | 0 | 1F | 63 | B | 2A | 62 | 2D |
| Octal | 342 | 235 | 2 | 0 | 37 | 143 | 13 | 52 | 142 | 55 |
| Binary | 11100010 | 10011101 | 10 | 0 | 11111 | 1100011 | 1011 | 101010 | 1100010 | 101101 |
Color Harmonies of #E29D02
Complementary color
Monochromatic Colors of #E29D02
Black with #E29D02
Text Example
Text Example
White with #E29D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29D02; }
p { color: rgb(226,157,2); }
H1.HeaderClassName
{
color: #E29D02;
}
.AnyTagClassName
{
color: #E29D02;
}
</style>
background-color css
<style>
a { background-color: #E29D02; }
a { background-color: rgb(226,157,2); }
div.DivClassName
{
background-color: #E29D02;
}
.BgClassName
{
background-color: #E29D02;
}
</style>
border-color css
<style>
span { border-color: #E29D02; }
span { border-color: rgb(226,157,2); }
td.TdClassName
{
border-color: #E29D02;
}
.TagClassName
{
border-color: #E29D02;
}
</style>