Shades of Gamboge #E99807
Tints of Gamboge #E99807
RGB
CMYK
RGB Variations
Color information
#E99807 (or 0xE99807) is known color: Gamboge. HEX triplet: E9, 98 and 07. RGB value is (233,152,7). Sum of RGB (Red+Green+Blue) = 233+152+7=392 (51% of max value = 765). Red value is 233 (91.41% from 255 or 59.44% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 7 (3.12% from 255 or 1.79% from 392); Max value from RGB is 233 - color contains mainly: red. Hex color #E99807 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E99807 is #1667F8. Grayscale: #A0A0A0. Windows color (decimal): -1468409 or 497897. OLE color: 497897.
HSL color Cylindrical-coordinate representation of color #E99807: hue angle of 38.5º degrees, saturation: 0.94, 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 #E99807 is Cyan = 0, Magento = 0.35, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 152 | 7 | - |
| CMYK | 0 | 0.35 | 0.97 | 0.09 |
| HSL | 38.5º | 0.94% | 0.47% | - |
| HSV(B) | 38.5º | 0.97% | 0.91% | - |
| XYZ | 44.87 | 39.8 | 5.52 | - |
| YUV | 159.69 | 41.84 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 152 | 7 | 0 | 0.35 | 0.97 | 0.09 | 38.5 | 0.94 | 0.47 |
| Hex | E9 | 98 | 7 | 0 | 23 | 61 | 9 | 26 | 5E | 2F |
| Octal | 351 | 230 | 7 | 0 | 43 | 141 | 11 | 46 | 136 | 57 |
| Binary | 11101001 | 10011000 | 111 | 0 | 100011 | 1100001 | 1001 | 100110 | 1011110 | 101111 |
Color Harmonies of #E99807
Complementary color
Monochromatic Colors of #E99807
Black with #E99807
Text Example
Text Example
White with #E99807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99807; }
p { color: rgb(233,152,7); }
H1.HeaderClassName
{
color: #E99807;
}
.AnyTagClassName
{
color: #E99807;
}
</style>
background-color css
<style>
a { background-color: #E99807; }
a { background-color: rgb(233,152,7); }
div.DivClassName
{
background-color: #E99807;
}
.BgClassName
{
background-color: #E99807;
}
</style>
border-color css
<style>
span { border-color: #E99807; }
span { border-color: rgb(233,152,7); }
td.TdClassName
{
border-color: #E99807;
}
.TagClassName
{
border-color: #E99807;
}
</style>