Shades of Gamboge #E29C14
Tints of Gamboge #E29C14
RGB
CMYK
RGB Variations
Color information
#E29C14 (or 0xE29C14) is known color: Gamboge. HEX triplet: E2, 9C and 14. RGB value is (226,156,20). Sum of RGB (Red+Green+Blue) = 226+156+20=402 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.22% from 402); Green value is 156 (61.33% from 255 or 38.81% from 402); Blue value is 20 (8.20% from 255 or 4.98% from 402); Max value from RGB is 226 - color contains mainly: red. Hex color #E29C14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E29C14 is #1D63EB. Grayscale: #A2A2A2. Windows color (decimal): -1926124 or 1350882. OLE color: 1350882.
HSL color Cylindrical-coordinate representation of color #E29C14: hue angle of 39.61º degrees, saturation: 0.84, 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 #E29C14 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 156 | 20 | - |
| CMYK | 0 | 0.31 | 0.91 | 0.11 |
| HSL | 39.61º | 0.84% | 0.48% | - |
| HSV(B) | 39.61º | 0.91% | 0.89% | - |
| XYZ | 43.38 | 40 | 6.1 | - |
| YUV | 161.43 | 48.19 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 156 | 20 | 0 | 0.31 | 0.91 | 0.11 | 39.61 | 0.84 | 0.48 |
| Hex | E2 | 9C | 14 | 0 | 1F | 5B | B | 28 | 54 | 30 |
| Octal | 342 | 234 | 24 | 0 | 37 | 133 | 13 | 50 | 124 | 60 |
| Binary | 11100010 | 10011100 | 10100 | 0 | 11111 | 1011011 | 1011 | 101000 | 1010100 | 110000 |
Color Harmonies of #E29C14
Complementary color
Monochromatic Colors of #E29C14
Black with #E29C14
Text Example
Text Example
White with #E29C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29C14; }
p { color: rgb(226,156,20); }
H1.HeaderClassName
{
color: #E29C14;
}
.AnyTagClassName
{
color: #E29C14;
}
</style>
background-color css
<style>
a { background-color: #E29C14; }
a { background-color: rgb(226,156,20); }
div.DivClassName
{
background-color: #E29C14;
}
.BgClassName
{
background-color: #E29C14;
}
</style>
border-color css
<style>
span { border-color: #E29C14; }
span { border-color: rgb(226,156,20); }
td.TdClassName
{
border-color: #E29C14;
}
.TagClassName
{
border-color: #E29C14;
}
</style>