Shades of Gamboge #E99800
Tints of Gamboge #E99800
RGB
CMYK
RGB Variations
Color information
#E99800 (or 0xE99800) is known color: Gamboge. HEX triplet: E9, 98 and 00. RGB value is (233,152,0). Sum of RGB (Red+Green+Blue) = 233+152+0=385 (50% of max value = 765). Red value is 233 (91.41% from 255 or 60.52% from 385); Green value is 152 (59.77% from 255 or 39.48% from 385); Blue value is 0 (0.39% from 255 or 0% from 385); Max value from RGB is 233 - color contains mainly: red. Hex color #E99800 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E99800 is #1667FF. Grayscale: #9F9F9F. Windows color (decimal): -1468416 or 39145. OLE color: 39145.
HSL color Cylindrical-coordinate representation of color #E99800: hue angle of 39.14º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E99800 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 152 | 0 | - |
| CMYK | 0 | 0.35 | 1 | 0.09 |
| HSL | 39.14º | 1% | 0.46% | - |
| HSV(B) | 39.14º | 1% | 0.91% | - |
| XYZ | 44.83 | 39.78 | 5.32 | - |
| YUV | 158.89 | 38.34 | 180.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 152 | 0 | 0 | 0.35 | 1 | 0.09 | 39.14 | 1 | 0.46 |
| Hex | E9 | 98 | 0 | 0 | 23 | 64 | 9 | 27 | 64 | 2E |
| Octal | 351 | 230 | 0 | 0 | 43 | 144 | 11 | 47 | 144 | 56 |
| Binary | 11101001 | 10011000 | 0 | 0 | 100011 | 1100100 | 1001 | 100111 | 1100100 | 101110 |
Color Harmonies of #E99800
Complementary color
Monochromatic Colors of #E99800
Black with #E99800
Text Example
Text Example
White with #E99800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99800; }
p { color: rgb(233,152,0); }
H1.HeaderClassName
{
color: #E99800;
}
.AnyTagClassName
{
color: #E99800;
}
</style>
background-color css
<style>
a { background-color: #E99800; }
a { background-color: rgb(233,152,0); }
div.DivClassName
{
background-color: #E99800;
}
.BgClassName
{
background-color: #E99800;
}
</style>
border-color css
<style>
span { border-color: #E99800; }
span { border-color: rgb(233,152,0); }
td.TdClassName
{
border-color: #E99800;
}
.TagClassName
{
border-color: #E99800;
}
</style>