Shades of Gamboge #E29A12
Tints of Gamboge #E29A12
RGB
CMYK
RGB Variations
Color information
#E29A12 (or 0xE29A12) is known color: Gamboge. HEX triplet: E2, 9A and 12. RGB value is (226,154,18). Sum of RGB (Red+Green+Blue) = 226+154+18=398 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.78% from 398); Green value is 154 (60.55% from 255 or 38.69% from 398); Blue value is 18 (7.42% from 255 or 4.52% from 398); Max value from RGB is 226 - color contains mainly: red. Hex color #E29A12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E29A12 is #1D65ED. Grayscale: #A0A0A0. Windows color (decimal): -1926638 or 1219298. OLE color: 1219298.
HSL color Cylindrical-coordinate representation of color #E29A12: hue angle of 39.23º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E29A12 is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 154 | 18 | - |
| CMYK | 0 | 0.32 | 0.92 | 0.11 |
| HSL | 39.23º | 0.85% | 0.48% | - |
| HSV(B) | 39.23º | 0.92% | 0.89% | - |
| XYZ | 43.03 | 39.32 | 5.89 | - |
| YUV | 160.02 | 47.85 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 154 | 18 | 0 | 0.32 | 0.92 | 0.11 | 39.23 | 0.85 | 0.48 |
| Hex | E2 | 9A | 12 | 0 | 20 | 5C | B | 27 | 55 | 30 |
| Octal | 342 | 232 | 22 | 0 | 40 | 134 | 13 | 47 | 125 | 60 |
| Binary | 11100010 | 10011010 | 10010 | 0 | 100000 | 1011100 | 1011 | 100111 | 1010101 | 110000 |
Color Harmonies of #E29A12
Complementary color
Monochromatic Colors of #E29A12
Black with #E29A12
Text Example
Text Example
White with #E29A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29A12; }
p { color: rgb(226,154,18); }
H1.HeaderClassName
{
color: #E29A12;
}
.AnyTagClassName
{
color: #E29A12;
}
</style>
background-color css
<style>
a { background-color: #E29A12; }
a { background-color: rgb(226,154,18); }
div.DivClassName
{
background-color: #E29A12;
}
.BgClassName
{
background-color: #E29A12;
}
</style>
border-color css
<style>
span { border-color: #E29A12; }
span { border-color: rgb(226,154,18); }
td.TdClassName
{
border-color: #E29A12;
}
.TagClassName
{
border-color: #E29A12;
}
</style>