Shades of Gamboge #E99706
Tints of Gamboge #E99706
RGB
CMYK
RGB Variations
Color information
#E99706 (or 0xE99706) is known color: Gamboge. HEX triplet: E9, 97 and 06. RGB value is (233,151,6). Sum of RGB (Red+Green+Blue) = 233+151+6=390 (51% of max value = 765). Red value is 233 (91.41% from 255 or 59.74% from 390); Green value is 151 (59.38% from 255 or 38.72% from 390); Blue value is 6 (2.73% from 255 or 1.54% from 390); Max value from RGB is 233 - color contains mainly: red. Hex color #E99706 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E99706 is #1668F9. Grayscale: #9F9F9F. Windows color (decimal): -1468666 or 432105. OLE color: 432105.
HSL color Cylindrical-coordinate representation of color #E99706: hue angle of 38.33º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E99706 is Cyan = 0, Magento = 0.35, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 151 | 6 | - |
| CMYK | 0 | 0.35 | 0.97 | 0.09 |
| HSL | 38.33º | 0.95% | 0.47% | - |
| HSV(B) | 38.33º | 0.97% | 0.91% | - |
| XYZ | 44.7 | 39.47 | 5.43 | - |
| YUV | 158.99 | 41.67 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 151 | 6 | 0 | 0.35 | 0.97 | 0.09 | 38.33 | 0.95 | 0.47 |
| Hex | E9 | 97 | 6 | 0 | 23 | 61 | 9 | 26 | 5F | 2F |
| Octal | 351 | 227 | 6 | 0 | 43 | 141 | 11 | 46 | 137 | 57 |
| Binary | 11101001 | 10010111 | 110 | 0 | 100011 | 1100001 | 1001 | 100110 | 1011111 | 101111 |
Color Harmonies of #E99706
Complementary color
Monochromatic Colors of #E99706
Black with #E99706
Text Example
Text Example
White with #E99706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99706; }
p { color: rgb(233,151,6); }
H1.HeaderClassName
{
color: #E99706;
}
.AnyTagClassName
{
color: #E99706;
}
</style>
background-color css
<style>
a { background-color: #E99706; }
a { background-color: rgb(233,151,6); }
div.DivClassName
{
background-color: #E99706;
}
.BgClassName
{
background-color: #E99706;
}
</style>
border-color css
<style>
span { border-color: #E99706; }
span { border-color: rgb(233,151,6); }
td.TdClassName
{
border-color: #E99706;
}
.TagClassName
{
border-color: #E99706;
}
</style>