Shades of Gamboge #E59306
Tints of Gamboge #E59306
RGB
CMYK
RGB Variations
Color information
#E59306 (or 0xE59306) is known color: Gamboge. HEX triplet: E5, 93 and 06. RGB value is (229,147,6). Sum of RGB (Red+Green+Blue) = 229+147+6=382 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.95% from 382); Green value is 147 (57.81% from 255 or 38.48% from 382); Blue value is 6 (2.73% from 255 or 1.57% from 382); Max value from RGB is 229 - color contains mainly: red. Hex color #E59306 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E59306 is #1A6CF9. Grayscale: #9C9C9C. Windows color (decimal): -1731834 or 431077. OLE color: 431077.
HSL color Cylindrical-coordinate representation of color #E59306: hue angle of 37.94º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E59306 is Cyan = 0, Magento = 0.36, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 147 | 6 | - |
| CMYK | 0 | 0.36 | 0.97 | 0.10 |
| HSL | 37.94º | 0.95% | 0.46% | - |
| HSV(B) | 37.94º | 0.97% | 0.9% | - |
| XYZ | 42.78 | 37.54 | 5.16 | - |
| YUV | 155.44 | 43.67 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 147 | 6 | 0 | 0.36 | 0.97 | 0.10 | 37.94 | 0.95 | 0.46 |
| Hex | E5 | 93 | 6 | 0 | 24 | 61 | A | 26 | 5F | 2E |
| Octal | 345 | 223 | 6 | 0 | 44 | 141 | 12 | 46 | 137 | 56 |
| Binary | 11100101 | 10010011 | 110 | 0 | 100100 | 1100001 | 1010 | 100110 | 1011111 | 101110 |
Color Harmonies of #E59306
Complementary color
Monochromatic Colors of #E59306
Black with #E59306
Text Example
Text Example
White with #E59306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59306; }
p { color: rgb(229,147,6); }
H1.HeaderClassName
{
color: #E59306;
}
.AnyTagClassName
{
color: #E59306;
}
</style>
background-color css
<style>
a { background-color: #E59306; }
a { background-color: rgb(229,147,6); }
div.DivClassName
{
background-color: #E59306;
}
.BgClassName
{
background-color: #E59306;
}
</style>
border-color css
<style>
span { border-color: #E59306; }
span { border-color: rgb(229,147,6); }
td.TdClassName
{
border-color: #E59306;
}
.TagClassName
{
border-color: #E59306;
}
</style>