Shades of Gamboge #E29502
Tints of Gamboge #E29502
RGB
CMYK
RGB Variations
Color information
#E29502 (or 0xE29502) is known color: Gamboge. HEX triplet: E2, 95 and 02. RGB value is (226,149,2). Sum of RGB (Red+Green+Blue) = 226+149+2=377 (49% of max value = 765). Red value is 226 (88.67% from 255 or 59.95% from 377); Green value is 149 (58.59% from 255 or 39.52% from 377); Blue value is 2 (1.17% from 255 or 0.53% from 377); Max value from RGB is 226 - color contains mainly: red. Hex color #E29502 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E29502 is #1D6AFD. Grayscale: #9B9B9B. Windows color (decimal): -1927934 or 169442. OLE color: 169442.
HSL color Cylindrical-coordinate representation of color #E29502: hue angle of 39.38º 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 #E29502 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 149 | 2 | - |
| CMYK | 0 | 0.34 | 0.99 | 0.11 |
| HSL | 39.38º | 0.98% | 0.45% | - |
| HSV(B) | 39.38º | 0.99% | 0.89% | - |
| XYZ | 42.12 | 37.67 | 5.11 | - |
| YUV | 155.27 | 41.51 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 149 | 2 | 0 | 0.34 | 0.99 | 0.11 | 39.38 | 0.98 | 0.45 |
| Hex | E2 | 95 | 2 | 0 | 22 | 63 | B | 27 | 62 | 2D |
| Octal | 342 | 225 | 2 | 0 | 42 | 143 | 13 | 47 | 142 | 55 |
| Binary | 11100010 | 10010101 | 10 | 0 | 100010 | 1100011 | 1011 | 100111 | 1100010 | 101101 |
Color Harmonies of #E29502
Complementary color
Monochromatic Colors of #E29502
Black with #E29502
Text Example
Text Example
White with #E29502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29502; }
p { color: rgb(226,149,2); }
H1.HeaderClassName
{
color: #E29502;
}
.AnyTagClassName
{
color: #E29502;
}
</style>
background-color css
<style>
a { background-color: #E29502; }
a { background-color: rgb(226,149,2); }
div.DivClassName
{
background-color: #E29502;
}
.BgClassName
{
background-color: #E29502;
}
</style>
border-color css
<style>
span { border-color: #E29502; }
span { border-color: rgb(226,149,2); }
td.TdClassName
{
border-color: #E29502;
}
.TagClassName
{
border-color: #E29502;
}
</style>