Shades of Gamboge #E99711
Tints of Gamboge #E99711
RGB
CMYK
RGB Variations
Color information
#E99711 (or 0xE99711) is known color: Gamboge. HEX triplet: E9, 97 and 11. RGB value is (233,151,17). Sum of RGB (Red+Green+Blue) = 233+151+17=401 (53% of max value = 765). Red value is 233 (91.41% from 255 or 58.10% from 401); Green value is 151 (59.38% from 255 or 37.66% from 401); Blue value is 17 (7.03% from 255 or 4.24% from 401); Max value from RGB is 233 - color contains mainly: red. Hex color #E99711 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E99711 is #1668EE. Grayscale: #A0A0A0. Windows color (decimal): -1468655 or 1153001. OLE color: 1153001.
HSL color Cylindrical-coordinate representation of color #E99711: hue angle of 37.22º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E99711 is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 151 | 17 | - |
| CMYK | 0 | 0.35 | 0.93 | 0.09 |
| HSL | 37.22º | 0.86% | 0.49% | - |
| HSV(B) | 37.22º | 0.93% | 0.91% | - |
| XYZ | 44.77 | 39.5 | 5.79 | - |
| YUV | 160.24 | 47.17 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 151 | 17 | 0 | 0.35 | 0.93 | 0.09 | 37.22 | 0.86 | 0.49 |
| Hex | E9 | 97 | 11 | 0 | 23 | 5D | 9 | 25 | 56 | 31 |
| Octal | 351 | 227 | 21 | 0 | 43 | 135 | 11 | 45 | 126 | 61 |
| Binary | 11101001 | 10010111 | 10001 | 0 | 100011 | 1011101 | 1001 | 100101 | 1010110 | 110001 |
Color Harmonies of #E99711
Complementary color
Monochromatic Colors of #E99711
Black with #E99711
Text Example
Text Example
White with #E99711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99711; }
p { color: rgb(233,151,17); }
H1.HeaderClassName
{
color: #E99711;
}
.AnyTagClassName
{
color: #E99711;
}
</style>
background-color css
<style>
a { background-color: #E99711; }
a { background-color: rgb(233,151,17); }
div.DivClassName
{
background-color: #E99711;
}
.BgClassName
{
background-color: #E99711;
}
</style>
border-color css
<style>
span { border-color: #E99711; }
span { border-color: rgb(233,151,17); }
td.TdClassName
{
border-color: #E99711;
}
.TagClassName
{
border-color: #E99711;
}
</style>