Shades of Gamboge #E29C0F
Tints of Gamboge #E29C0F
RGB
CMYK
RGB Variations
Color information
#E29C0F (or 0xE29C0F) is known color: Gamboge. HEX triplet: E2, 9C and 0F. RGB value is (226,156,15). Sum of RGB (Red+Green+Blue) = 226+156+15=397 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.93% from 397); Green value is 156 (61.33% from 255 or 39.29% from 397); Blue value is 15 (6.25% from 255 or 3.78% from 397); Max value from RGB is 226 - color contains mainly: red. Hex color #E29C0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E29C0F is #1D63F0. Grayscale: #A1A1A1. Windows color (decimal): -1926129 or 1023202. OLE color: 1023202.
HSL color Cylindrical-coordinate representation of color #E29C0F: hue angle of 40.09º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E29C0F is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 156 | 15 | - |
| CMYK | 0 | 0.31 | 0.93 | 0.11 |
| HSL | 40.09º | 0.88% | 0.47% | - |
| HSV(B) | 40.09º | 0.93% | 0.89% | - |
| XYZ | 43.34 | 39.98 | 5.88 | - |
| YUV | 160.86 | 45.69 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 156 | 15 | 0 | 0.31 | 0.93 | 0.11 | 40.09 | 0.88 | 0.47 |
| Hex | E2 | 9C | F | 0 | 1F | 5D | B | 28 | 58 | 2F |
| Octal | 342 | 234 | 17 | 0 | 37 | 135 | 13 | 50 | 130 | 57 |
| Binary | 11100010 | 10011100 | 1111 | 0 | 11111 | 1011101 | 1011 | 101000 | 1011000 | 101111 |
Color Harmonies of #E29C0F
Complementary color
Monochromatic Colors of #E29C0F
Black with #E29C0F
Text Example
Text Example
White with #E29C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29C0F; }
p { color: rgb(226,156,15); }
H1.HeaderClassName
{
color: #E29C0F;
}
.AnyTagClassName
{
color: #E29C0F;
}
</style>
background-color css
<style>
a { background-color: #E29C0F; }
a { background-color: rgb(226,156,15); }
div.DivClassName
{
background-color: #E29C0F;
}
.BgClassName
{
background-color: #E29C0F;
}
</style>
border-color css
<style>
span { border-color: #E29C0F; }
span { border-color: rgb(226,156,15); }
td.TdClassName
{
border-color: #E29C0F;
}
.TagClassName
{
border-color: #E29C0F;
}
</style>