Shades of Gamboge #E29514
Tints of Gamboge #E29514
RGB
CMYK
RGB Variations
Color information
#E29514 (or 0xE29514) is known color: Gamboge. HEX triplet: E2, 95 and 14. RGB value is (226,149,20). Sum of RGB (Red+Green+Blue) = 226+149+20=395 (52% of max value = 765). Red value is 226 (88.67% from 255 or 57.22% from 395); Green value is 149 (58.59% from 255 or 37.72% from 395); Blue value is 20 (8.20% from 255 or 5.06% from 395); Max value from RGB is 226 - color contains mainly: red. Hex color #E29514 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E29514 is #1D6AEB. Grayscale: #9D9D9D. Windows color (decimal): -1927916 or 1349090. OLE color: 1349090.
HSL color Cylindrical-coordinate representation of color #E29514: hue angle of 37.57º 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 #E29514 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 149 | 20 | - |
| CMYK | 0 | 0.34 | 0.91 | 0.11 |
| HSL | 37.57º | 0.84% | 0.48% | - |
| HSV(B) | 37.57º | 0.91% | 0.89% | - |
| XYZ | 42.24 | 37.71 | 5.72 | - |
| YUV | 157.32 | 50.51 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 149 | 20 | 0 | 0.34 | 0.91 | 0.11 | 37.57 | 0.84 | 0.48 |
| Hex | E2 | 95 | 14 | 0 | 22 | 5B | B | 26 | 54 | 30 |
| Octal | 342 | 225 | 24 | 0 | 42 | 133 | 13 | 46 | 124 | 60 |
| Binary | 11100010 | 10010101 | 10100 | 0 | 100010 | 1011011 | 1011 | 100110 | 1010100 | 110000 |
Color Harmonies of #E29514
Complementary color
Monochromatic Colors of #E29514
Black with #E29514
Text Example
Text Example
White with #E29514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29514; }
p { color: rgb(226,149,20); }
H1.HeaderClassName
{
color: #E29514;
}
.AnyTagClassName
{
color: #E29514;
}
</style>
background-color css
<style>
a { background-color: #E29514; }
a { background-color: rgb(226,149,20); }
div.DivClassName
{
background-color: #E29514;
}
.BgClassName
{
background-color: #E29514;
}
</style>
border-color css
<style>
span { border-color: #E29514; }
span { border-color: rgb(226,149,20); }
td.TdClassName
{
border-color: #E29514;
}
.TagClassName
{
border-color: #E29514;
}
</style>