Shades of Gamboge #E09806
Tints of Gamboge #E09806
RGB
CMYK
RGB Variations
Color information
#E09806 (or 0xE09806) is known color: Gamboge. HEX triplet: E0, 98 and 06. RGB value is (224,152,6). Sum of RGB (Red+Green+Blue) = 224+152+6=382 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.64% from 382); Green value is 152 (59.77% from 255 or 39.79% from 382); Blue value is 6 (2.73% from 255 or 1.57% from 382); Max value from RGB is 224 - color contains mainly: red. Hex color #E09806 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E09806 is #1F67F9. Grayscale: #9D9D9D. Windows color (decimal): -2058234 or 432352. OLE color: 432352.
HSL color Cylindrical-coordinate representation of color #E09806: hue angle of 40.18º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E09806 is Cyan = 0, Magento = 0.32, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 152 | 6 | - |
| CMYK | 0 | 0.32 | 0.97 | 0.12 |
| HSL | 40.18º | 0.95% | 0.45% | - |
| HSV(B) | 40.18º | 0.97% | 0.88% | - |
| XYZ | 42 | 38.32 | 5.35 | - |
| YUV | 156.88 | 42.85 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 152 | 6 | 0 | 0.32 | 0.97 | 0.12 | 40.18 | 0.95 | 0.45 |
| Hex | E0 | 98 | 6 | 0 | 20 | 61 | C | 28 | 5F | 2D |
| Octal | 340 | 230 | 6 | 0 | 40 | 141 | 14 | 50 | 137 | 55 |
| Binary | 11100000 | 10011000 | 110 | 0 | 100000 | 1100001 | 1100 | 101000 | 1011111 | 101101 |
Color Harmonies of #E09806
Complementary color
Monochromatic Colors of #E09806
Black with #E09806
Text Example
Text Example
White with #E09806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09806; }
p { color: rgb(224,152,6); }
H1.HeaderClassName
{
color: #E09806;
}
.AnyTagClassName
{
color: #E09806;
}
</style>
background-color css
<style>
a { background-color: #E09806; }
a { background-color: rgb(224,152,6); }
div.DivClassName
{
background-color: #E09806;
}
.BgClassName
{
background-color: #E09806;
}
</style>
border-color css
<style>
span { border-color: #E09806; }
span { border-color: rgb(224,152,6); }
td.TdClassName
{
border-color: #E09806;
}
.TagClassName
{
border-color: #E09806;
}
</style>