Shades of Gamboge #E29A18
Tints of Gamboge #E29A18
RGB
CMYK
RGB Variations
Color information
#E29A18 (or 0xE29A18) is known color: Gamboge. HEX triplet: E2, 9A and 18. RGB value is (226,154,24). Sum of RGB (Red+Green+Blue) = 226+154+24=404 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.94% from 404); Green value is 154 (60.55% from 255 or 38.12% from 404); Blue value is 24 (9.77% from 255 or 5.94% from 404); Max value from RGB is 226 - color contains mainly: red. Hex color #E29A18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E29A18 is #1D65E7. Grayscale: #A1A1A1. Windows color (decimal): -1926632 or 1612514. OLE color: 1612514.
HSL color Cylindrical-coordinate representation of color #E29A18: hue angle of 38.61º 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 #E29A18 is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 154 | 24 | - |
| CMYK | 0 | 0.32 | 0.89 | 0.11 |
| HSL | 38.61º | 0.81% | 0.49% | - |
| HSV(B) | 38.61º | 0.89% | 0.89% | - |
| XYZ | 43.08 | 39.35 | 6.19 | - |
| YUV | 160.71 | 50.85 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 154 | 24 | 0 | 0.32 | 0.89 | 0.11 | 38.61 | 0.81 | 0.49 |
| Hex | E2 | 9A | 18 | 0 | 20 | 59 | B | 27 | 51 | 31 |
| Octal | 342 | 232 | 30 | 0 | 40 | 131 | 13 | 47 | 121 | 61 |
| Binary | 11100010 | 10011010 | 11000 | 0 | 100000 | 1011001 | 1011 | 100111 | 1010001 | 110001 |
Color Harmonies of #E29A18
Complementary color
Monochromatic Colors of #E29A18
Black with #E29A18
Text Example
Text Example
White with #E29A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29A18; }
p { color: rgb(226,154,24); }
H1.HeaderClassName
{
color: #E29A18;
}
.AnyTagClassName
{
color: #E29A18;
}
</style>
background-color css
<style>
a { background-color: #E29A18; }
a { background-color: rgb(226,154,24); }
div.DivClassName
{
background-color: #E29A18;
}
.BgClassName
{
background-color: #E29A18;
}
</style>
border-color css
<style>
span { border-color: #E29A18; }
span { border-color: rgb(226,154,24); }
td.TdClassName
{
border-color: #E29A18;
}
.TagClassName
{
border-color: #E29A18;
}
</style>