Shades of Gamboge #E29215
Tints of Gamboge #E29215
RGB
CMYK
RGB Variations
Color information
#E29215 (or 0xE29215) is known color: Gamboge. HEX triplet: E2, 92 and 15. RGB value is (226,146,21). Sum of RGB (Red+Green+Blue) = 226+146+21=393 (52% of max value = 765). Red value is 226 (88.67% from 255 or 57.51% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 21 (8.59% from 255 or 5.34% from 393); Max value from RGB is 226 - color contains mainly: red. Hex color #E29215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E29215 is #1D6DEA. Grayscale: #9C9C9C. Windows color (decimal): -1928683 or 1413858. OLE color: 1413858.
HSL color Cylindrical-coordinate representation of color #E29215: hue angle of 36.59º 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 #E29215 is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 146 | 21 | - |
| CMYK | 0 | 0.35 | 0.91 | 0.11 |
| HSL | 36.59º | 0.83% | 0.48% | - |
| HSV(B) | 36.59º | 0.91% | 0.89% | - |
| XYZ | 41.78 | 36.78 | 5.61 | - |
| YUV | 155.67 | 52 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 146 | 21 | 0 | 0.35 | 0.91 | 0.11 | 36.59 | 0.83 | 0.48 |
| Hex | E2 | 92 | 15 | 0 | 23 | 5B | B | 25 | 53 | 30 |
| Octal | 342 | 222 | 25 | 0 | 43 | 133 | 13 | 45 | 123 | 60 |
| Binary | 11100010 | 10010010 | 10101 | 0 | 100011 | 1011011 | 1011 | 100101 | 1010011 | 110000 |
Color Harmonies of #E29215
Complementary color
Monochromatic Colors of #E29215
Black with #E29215
Text Example
Text Example
White with #E29215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29215; }
p { color: rgb(226,146,21); }
H1.HeaderClassName
{
color: #E29215;
}
.AnyTagClassName
{
color: #E29215;
}
</style>
background-color css
<style>
a { background-color: #E29215; }
a { background-color: rgb(226,146,21); }
div.DivClassName
{
background-color: #E29215;
}
.BgClassName
{
background-color: #E29215;
}
</style>
border-color css
<style>
span { border-color: #E29215; }
span { border-color: rgb(226,146,21); }
td.TdClassName
{
border-color: #E29215;
}
.TagClassName
{
border-color: #E29215;
}
</style>