Shades of Gamboge #E29013
Tints of Gamboge #E29013
RGB
CMYK
RGB Variations
Color information
#E29013 (or 0xE29013) is known color: Gamboge. HEX triplet: E2, 90 and 13. RGB value is (226,144,19). Sum of RGB (Red+Green+Blue) = 226+144+19=389 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.10% from 389); Green value is 144 (56.64% from 255 or 37.02% from 389); Blue value is 19 (7.81% from 255 or 4.88% from 389); Max value from RGB is 226 - color contains mainly: red. Hex color #E29013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E29013 is #1D6FEC. Grayscale: #9A9A9A. Windows color (decimal): -1929197 or 1282274. OLE color: 1282274.
HSL color Cylindrical-coordinate representation of color #E29013: hue angle of 36.23º degrees, saturation: 0.84, 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 #E29013 is Cyan = 0, Magento = 0.36, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 144 | 19 | - |
| CMYK | 0 | 0.36 | 0.92 | 0.11 |
| HSL | 36.23º | 0.84% | 0.48% | - |
| HSV(B) | 36.23º | 0.92% | 0.89% | - |
| XYZ | 41.45 | 36.16 | 5.41 | - |
| YUV | 154.27 | 51.67 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 144 | 19 | 0 | 0.36 | 0.92 | 0.11 | 36.23 | 0.84 | 0.48 |
| Hex | E2 | 90 | 13 | 0 | 24 | 5C | B | 24 | 54 | 30 |
| Octal | 342 | 220 | 23 | 0 | 44 | 134 | 13 | 44 | 124 | 60 |
| Binary | 11100010 | 10010000 | 10011 | 0 | 100100 | 1011100 | 1011 | 100100 | 1010100 | 110000 |
Color Harmonies of #E29013
Complementary color
Monochromatic Colors of #E29013
Black with #E29013
Text Example
Text Example
White with #E29013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29013; }
p { color: rgb(226,144,19); }
H1.HeaderClassName
{
color: #E29013;
}
.AnyTagClassName
{
color: #E29013;
}
</style>
background-color css
<style>
a { background-color: #E29013; }
a { background-color: rgb(226,144,19); }
div.DivClassName
{
background-color: #E29013;
}
.BgClassName
{
background-color: #E29013;
}
</style>
border-color css
<style>
span { border-color: #E29013; }
span { border-color: rgb(226,144,19); }
td.TdClassName
{
border-color: #E29013;
}
.TagClassName
{
border-color: #E29013;
}
</style>