Shades of Gamboge #E99B04
Tints of Gamboge #E99B04
RGB
CMYK
RGB Variations
Color information
#E99B04 (or 0xE99B04) is known color: Gamboge. HEX triplet: E9, 9B and 04. RGB value is (233,155,4). Sum of RGB (Red+Green+Blue) = 233+155+4=392 (51% of max value = 765). Red value is 233 (91.41% from 255 or 59.44% from 392); Green value is 155 (60.94% from 255 or 39.54% from 392); Blue value is 4 (1.95% from 255 or 1.02% from 392); Max value from RGB is 233 - color contains mainly: red. Hex color #E99B04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E99B04 is #1664FB. Grayscale: #A1A1A1. Windows color (decimal): -1467644 or 302057. OLE color: 302057.
HSL color Cylindrical-coordinate representation of color #E99B04: hue angle of 39.56º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E99B04 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 155 | 4 | - |
| CMYK | 0 | 0.33 | 0.98 | 0.09 |
| HSL | 39.56º | 0.97% | 0.46% | - |
| HSV(B) | 39.56º | 0.98% | 0.91% | - |
| XYZ | 45.35 | 40.78 | 5.6 | - |
| YUV | 161.11 | 39.34 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 155 | 4 | 0 | 0.33 | 0.98 | 0.09 | 39.56 | 0.97 | 0.46 |
| Hex | E9 | 9B | 4 | 0 | 21 | 62 | 9 | 28 | 61 | 2E |
| Octal | 351 | 233 | 4 | 0 | 41 | 142 | 11 | 50 | 141 | 56 |
| Binary | 11101001 | 10011011 | 100 | 0 | 100001 | 1100010 | 1001 | 101000 | 1100001 | 101110 |
Color Harmonies of #E99B04
Complementary color
Monochromatic Colors of #E99B04
Black with #E99B04
Text Example
Text Example
White with #E99B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99B04; }
p { color: rgb(233,155,4); }
H1.HeaderClassName
{
color: #E99B04;
}
.AnyTagClassName
{
color: #E99B04;
}
</style>
background-color css
<style>
a { background-color: #E99B04; }
a { background-color: rgb(233,155,4); }
div.DivClassName
{
background-color: #E99B04;
}
.BgClassName
{
background-color: #E99B04;
}
</style>
border-color css
<style>
span { border-color: #E99B04; }
span { border-color: rgb(233,155,4); }
td.TdClassName
{
border-color: #E99B04;
}
.TagClassName
{
border-color: #E99B04;
}
</style>