Shades of Gamboge #E29414
Tints of Gamboge #E29414
RGB
CMYK
RGB Variations
Color information
#E29414 (or 0xE29414) is known color: Gamboge. HEX triplet: E2, 94 and 14. RGB value is (226,148,20). Sum of RGB (Red+Green+Blue) = 226+148+20=394 (52% of max value = 765). Red value is 226 (88.67% from 255 or 57.36% from 394); Green value is 148 (58.20% from 255 or 37.56% from 394); Blue value is 20 (8.20% from 255 or 5.08% from 394); Max value from RGB is 226 - color contains mainly: red. Hex color #E29414 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E29414 is #1D6BEB. Grayscale: #9D9D9D. Windows color (decimal): -1928172 or 1348834. OLE color: 1348834.
HSL color Cylindrical-coordinate representation of color #E29414: hue angle of 37.28º 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 #E29414 is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 148 | 20 | - |
| CMYK | 0 | 0.35 | 0.91 | 0.11 |
| HSL | 37.28º | 0.84% | 0.48% | - |
| HSV(B) | 37.28º | 0.91% | 0.89% | - |
| XYZ | 42.08 | 37.4 | 5.66 | - |
| YUV | 156.73 | 50.84 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 148 | 20 | 0 | 0.35 | 0.91 | 0.11 | 37.28 | 0.84 | 0.48 |
| Hex | E2 | 94 | 14 | 0 | 23 | 5B | B | 25 | 54 | 30 |
| Octal | 342 | 224 | 24 | 0 | 43 | 133 | 13 | 45 | 124 | 60 |
| Binary | 11100010 | 10010100 | 10100 | 0 | 100011 | 1011011 | 1011 | 100101 | 1010100 | 110000 |
Color Harmonies of #E29414
Complementary color
Monochromatic Colors of #E29414
Black with #E29414
Text Example
Text Example
White with #E29414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29414; }
p { color: rgb(226,148,20); }
H1.HeaderClassName
{
color: #E29414;
}
.AnyTagClassName
{
color: #E29414;
}
</style>
background-color css
<style>
a { background-color: #E29414; }
a { background-color: rgb(226,148,20); }
div.DivClassName
{
background-color: #E29414;
}
.BgClassName
{
background-color: #E29414;
}
</style>
border-color css
<style>
span { border-color: #E29414; }
span { border-color: rgb(226,148,20); }
td.TdClassName
{
border-color: #E29414;
}
.TagClassName
{
border-color: #E29414;
}
</style>