Shades of Gamboge #E29005
Tints of Gamboge #E29005
RGB
CMYK
RGB Variations
Color information
#E29005 (or 0xE29005) is known color: Gamboge. HEX triplet: E2, 90 and 05. RGB value is (226,144,5). Sum of RGB (Red+Green+Blue) = 226+144+5=375 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.27% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 5 (2.34% from 255 or 1.33% from 375); Max value from RGB is 226 - color contains mainly: red. Hex color #E29005 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E29005 is #1D6FFA. Grayscale: #999999. Windows color (decimal): -1929211 or 364770. OLE color: 364770.
HSL color Cylindrical-coordinate representation of color #E29005: hue angle of 37.74º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E29005 is Cyan = 0, Magento = 0.36, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 144 | 5 | - |
| CMYK | 0 | 0.36 | 0.98 | 0.11 |
| HSL | 37.74º | 0.96% | 0.45% | - |
| HSV(B) | 37.74º | 0.98% | 0.89% | - |
| XYZ | 41.36 | 36.13 | 4.94 | - |
| YUV | 152.67 | 44.67 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 144 | 5 | 0 | 0.36 | 0.98 | 0.11 | 37.74 | 0.96 | 0.45 |
| Hex | E2 | 90 | 5 | 0 | 24 | 62 | B | 26 | 60 | 2D |
| Octal | 342 | 220 | 5 | 0 | 44 | 142 | 13 | 46 | 140 | 55 |
| Binary | 11100010 | 10010000 | 101 | 0 | 100100 | 1100010 | 1011 | 100110 | 1100000 | 101101 |
Color Harmonies of #E29005
Complementary color
Monochromatic Colors of #E29005
Black with #E29005
Text Example
Text Example
White with #E29005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29005; }
p { color: rgb(226,144,5); }
H1.HeaderClassName
{
color: #E29005;
}
.AnyTagClassName
{
color: #E29005;
}
</style>
background-color css
<style>
a { background-color: #E29005; }
a { background-color: rgb(226,144,5); }
div.DivClassName
{
background-color: #E29005;
}
.BgClassName
{
background-color: #E29005;
}
</style>
border-color css
<style>
span { border-color: #E29005; }
span { border-color: rgb(226,144,5); }
td.TdClassName
{
border-color: #E29005;
}
.TagClassName
{
border-color: #E29005;
}
</style>