Shades of Gamboge #E29218
Tints of Gamboge #E29218
RGB
CMYK
RGB Variations
Color information
#E29218 (or 0xE29218) is known color: Gamboge. HEX triplet: E2, 92 and 18. RGB value is (226,146,24). Sum of RGB (Red+Green+Blue) = 226+146+24=396 (52% of max value = 765). Red value is 226 (88.67% from 255 or 57.07% from 396); Green value is 146 (57.42% from 255 or 36.87% from 396); Blue value is 24 (9.77% from 255 or 6.06% from 396); Max value from RGB is 226 - color contains mainly: red. Hex color #E29218 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E29218 is #1D6DE7. Grayscale: #9C9C9C. Windows color (decimal): -1928680 or 1610466. OLE color: 1610466.
HSL color Cylindrical-coordinate representation of color #E29218: hue angle of 36.24º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E29218 is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 146 | 24 | - |
| CMYK | 0 | 0.35 | 0.89 | 0.11 |
| HSL | 36.24º | 0.81% | 0.49% | - |
| HSV(B) | 36.24º | 0.89% | 0.89% | - |
| XYZ | 41.81 | 36.79 | 5.76 | - |
| YUV | 156.01 | 53.5 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 146 | 24 | 0 | 0.35 | 0.89 | 0.11 | 36.24 | 0.81 | 0.49 |
| Hex | E2 | 92 | 18 | 0 | 23 | 59 | B | 24 | 51 | 31 |
| Octal | 342 | 222 | 30 | 0 | 43 | 131 | 13 | 44 | 121 | 61 |
| Binary | 11100010 | 10010010 | 11000 | 0 | 100011 | 1011001 | 1011 | 100100 | 1010001 | 110001 |
Color Harmonies of #E29218
Complementary color
Monochromatic Colors of #E29218
Black with #E29218
Text Example
Text Example
White with #E29218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29218; }
p { color: rgb(226,146,24); }
H1.HeaderClassName
{
color: #E29218;
}
.AnyTagClassName
{
color: #E29218;
}
</style>
background-color css
<style>
a { background-color: #E29218; }
a { background-color: rgb(226,146,24); }
div.DivClassName
{
background-color: #E29218;
}
.BgClassName
{
background-color: #E29218;
}
</style>
border-color css
<style>
span { border-color: #E29218; }
span { border-color: rgb(226,146,24); }
td.TdClassName
{
border-color: #E29218;
}
.TagClassName
{
border-color: #E29218;
}
</style>