Shades of Gamboge #E99700
Tints of Gamboge #E99700
RGB
CMYK
RGB Variations
Color information
#E99700 (or 0xE99700) is known color: Gamboge. HEX triplet: E9, 97 and 00. RGB value is (233,151,0). Sum of RGB (Red+Green+Blue) = 233+151+0=384 (50% of max value = 765). Red value is 233 (91.41% from 255 or 60.68% from 384); Green value is 151 (59.38% from 255 or 39.32% from 384); Blue value is 0 (0.39% from 255 or 0% from 384); Max value from RGB is 233 - color contains mainly: red. Hex color #E99700 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E99700 is #1668FF. Grayscale: #9E9E9E. Windows color (decimal): -1468672 or 38889. OLE color: 38889.
HSL color Cylindrical-coordinate representation of color #E99700: hue angle of 38.88º 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 #E99700 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 151 | 0 | - |
| CMYK | 0 | 0.35 | 1 | 0.09 |
| HSL | 38.88º | 1% | 0.46% | - |
| HSV(B) | 38.88º | 1% | 0.91% | - |
| XYZ | 44.67 | 39.46 | 5.26 | - |
| YUV | 158.3 | 38.67 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 151 | 0 | 0 | 0.35 | 1 | 0.09 | 38.88 | 1 | 0.46 |
| Hex | E9 | 97 | 0 | 0 | 23 | 64 | 9 | 27 | 64 | 2E |
| Octal | 351 | 227 | 0 | 0 | 43 | 144 | 11 | 47 | 144 | 56 |
| Binary | 11101001 | 10010111 | 0 | 0 | 100011 | 1100100 | 1001 | 100111 | 1100100 | 101110 |
Color Harmonies of #E99700
Complementary color
Monochromatic Colors of #E99700
Black with #E99700
Text Example
Text Example
White with #E99700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99700; }
p { color: rgb(233,151,0); }
H1.HeaderClassName
{
color: #E99700;
}
.AnyTagClassName
{
color: #E99700;
}
</style>
background-color css
<style>
a { background-color: #E99700; }
a { background-color: rgb(233,151,0); }
div.DivClassName
{
background-color: #E99700;
}
.BgClassName
{
background-color: #E99700;
}
</style>
border-color css
<style>
span { border-color: #E99700; }
span { border-color: rgb(233,151,0); }
td.TdClassName
{
border-color: #E99700;
}
.TagClassName
{
border-color: #E99700;
}
</style>