Shades of Gamboge #E29505
Tints of Gamboge #E29505
RGB
CMYK
RGB Variations
Color information
#E29505 (or 0xE29505) is known color: Gamboge. HEX triplet: E2, 95 and 05. RGB value is (226,149,5). Sum of RGB (Red+Green+Blue) = 226+149+5=380 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.47% from 380); Green value is 149 (58.59% from 255 or 39.21% from 380); Blue value is 5 (2.34% from 255 or 1.32% from 380); Max value from RGB is 226 - color contains mainly: red. Hex color #E29505 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E29505 is #1D6AFA. Grayscale: #9C9C9C. Windows color (decimal): -1927931 or 366050. OLE color: 366050.
HSL color Cylindrical-coordinate representation of color #E29505: hue angle of 39.1º 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 #E29505 is Cyan = 0, Magento = 0.34, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 149 | 5 | - |
| CMYK | 0 | 0.34 | 0.98 | 0.11 |
| HSL | 39.1º | 0.96% | 0.45% | - |
| HSV(B) | 39.1º | 0.98% | 0.89% | - |
| XYZ | 42.14 | 37.67 | 5.19 | - |
| YUV | 155.61 | 43.01 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 149 | 5 | 0 | 0.34 | 0.98 | 0.11 | 39.1 | 0.96 | 0.45 |
| Hex | E2 | 95 | 5 | 0 | 22 | 62 | B | 27 | 60 | 2D |
| Octal | 342 | 225 | 5 | 0 | 42 | 142 | 13 | 47 | 140 | 55 |
| Binary | 11100010 | 10010101 | 101 | 0 | 100010 | 1100010 | 1011 | 100111 | 1100000 | 101101 |
Color Harmonies of #E29505
Complementary color
Monochromatic Colors of #E29505
Black with #E29505
Text Example
Text Example
White with #E29505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29505; }
p { color: rgb(226,149,5); }
H1.HeaderClassName
{
color: #E29505;
}
.AnyTagClassName
{
color: #E29505;
}
</style>
background-color css
<style>
a { background-color: #E29505; }
a { background-color: rgb(226,149,5); }
div.DivClassName
{
background-color: #E29505;
}
.BgClassName
{
background-color: #E29505;
}
</style>
border-color css
<style>
span { border-color: #E29505; }
span { border-color: rgb(226,149,5); }
td.TdClassName
{
border-color: #E29505;
}
.TagClassName
{
border-color: #E29505;
}
</style>