Shades of Gamboge #E29115
Tints of Gamboge #E29115
RGB
CMYK
RGB Variations
Color information
#E29115 (or 0xE29115) is known color: Gamboge. HEX triplet: E2, 91 and 15. RGB value is (226,145,21). Sum of RGB (Red+Green+Blue) = 226+145+21=392 (51% of max value = 765). Red value is 226 (88.67% from 255 or 57.65% from 392); Green value is 145 (57.03% from 255 or 36.99% from 392); Blue value is 21 (8.59% from 255 or 5.36% from 392); Max value from RGB is 226 - color contains mainly: red. Hex color #E29115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E29115 is #1D6EEA. Grayscale: #9B9B9B. Windows color (decimal): -1928939 or 1413602. OLE color: 1413602.
HSL color Cylindrical-coordinate representation of color #E29115: hue angle of 36.29º 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 #E29115 is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 145 | 21 | - |
| CMYK | 0 | 0.36 | 0.91 | 0.11 |
| HSL | 36.29º | 0.83% | 0.48% | - |
| HSV(B) | 36.29º | 0.91% | 0.89% | - |
| XYZ | 41.62 | 36.47 | 5.56 | - |
| YUV | 155.08 | 52.34 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 145 | 21 | 0 | 0.36 | 0.91 | 0.11 | 36.29 | 0.83 | 0.48 |
| Hex | E2 | 91 | 15 | 0 | 24 | 5B | B | 24 | 53 | 30 |
| Octal | 342 | 221 | 25 | 0 | 44 | 133 | 13 | 44 | 123 | 60 |
| Binary | 11100010 | 10010001 | 10101 | 0 | 100100 | 1011011 | 1011 | 100100 | 1010011 | 110000 |
Color Harmonies of #E29115
Complementary color
Monochromatic Colors of #E29115
Black with #E29115
Text Example
Text Example
White with #E29115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29115; }
p { color: rgb(226,145,21); }
H1.HeaderClassName
{
color: #E29115;
}
.AnyTagClassName
{
color: #E29115;
}
</style>
background-color css
<style>
a { background-color: #E29115; }
a { background-color: rgb(226,145,21); }
div.DivClassName
{
background-color: #E29115;
}
.BgClassName
{
background-color: #E29115;
}
</style>
border-color css
<style>
span { border-color: #E29115; }
span { border-color: rgb(226,145,21); }
td.TdClassName
{
border-color: #E29115;
}
.TagClassName
{
border-color: #E29115;
}
</style>