Shades of Gamboge #E29815
Tints of Gamboge #E29815
RGB
CMYK
RGB Variations
Color information
#E29815 (or 0xE29815) is known color: Gamboge. HEX triplet: E2, 98 and 15. RGB value is (226,152,21). Sum of RGB (Red+Green+Blue) = 226+152+21=399 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.64% from 399); Green value is 152 (59.77% from 255 or 38.10% from 399); Blue value is 21 (8.59% from 255 or 5.26% from 399); Max value from RGB is 226 - color contains mainly: red. Hex color #E29815 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E29815 is #1D67EA. Grayscale: #9F9F9F. Windows color (decimal): -1927147 or 1415394. OLE color: 1415394.
HSL color Cylindrical-coordinate representation of color #E29815: hue angle of 38.34º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E29815 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 152 | 21 | - |
| CMYK | 0 | 0.33 | 0.91 | 0.11 |
| HSL | 38.34º | 0.83% | 0.48% | - |
| HSV(B) | 38.34º | 0.91% | 0.89% | - |
| XYZ | 42.73 | 38.68 | 5.92 | - |
| YUV | 159.19 | 50.02 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 152 | 21 | 0 | 0.33 | 0.91 | 0.11 | 38.34 | 0.83 | 0.48 |
| Hex | E2 | 98 | 15 | 0 | 21 | 5B | B | 26 | 53 | 30 |
| Octal | 342 | 230 | 25 | 0 | 41 | 133 | 13 | 46 | 123 | 60 |
| Binary | 11100010 | 10011000 | 10101 | 0 | 100001 | 1011011 | 1011 | 100110 | 1010011 | 110000 |
Color Harmonies of #E29815
Complementary color
Monochromatic Colors of #E29815
Black with #E29815
Text Example
Text Example
White with #E29815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29815; }
p { color: rgb(226,152,21); }
H1.HeaderClassName
{
color: #E29815;
}
.AnyTagClassName
{
color: #E29815;
}
</style>
background-color css
<style>
a { background-color: #E29815; }
a { background-color: rgb(226,152,21); }
div.DivClassName
{
background-color: #E29815;
}
.BgClassName
{
background-color: #E29815;
}
</style>
border-color css
<style>
span { border-color: #E29815; }
span { border-color: rgb(226,152,21); }
td.TdClassName
{
border-color: #E29815;
}
.TagClassName
{
border-color: #E29815;
}
</style>