Shades of Gamboge #E99E1B
Tints of Gamboge #E99E1B
RGB
CMYK
RGB Variations
Color information
#E99E1B (or 0xE99E1B) is known color: Gamboge. HEX triplet: E9, 9E and 1B. RGB value is (233,158,27). Sum of RGB (Red+Green+Blue) = 233+158+27=418 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.74% from 418); Green value is 158 (62.11% from 255 or 37.80% from 418); Blue value is 27 (10.94% from 255 or 6.46% from 418); Max value from RGB is 233 - color contains mainly: red. Hex color #E99E1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E99E1B is #1661E4. Grayscale: #A6A6A6. Windows color (decimal): -1466853 or 1810153. OLE color: 1810153.
HSL color Cylindrical-coordinate representation of color #E99E1B: hue angle of 38.16º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E99E1B is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 158 | 27 | - |
| CMYK | 0 | 0.32 | 0.88 | 0.09 |
| HSL | 38.16º | 0.82% | 0.51% | - |
| HSV(B) | 38.16º | 0.88% | 0.91% | - |
| XYZ | 46.03 | 41.86 | 6.69 | - |
| YUV | 165.49 | 49.85 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 158 | 27 | 0 | 0.32 | 0.88 | 0.09 | 38.16 | 0.82 | 0.51 |
| Hex | E9 | 9E | 1B | 0 | 20 | 58 | 9 | 26 | 52 | 33 |
| Octal | 351 | 236 | 33 | 0 | 40 | 130 | 11 | 46 | 122 | 63 |
| Binary | 11101001 | 10011110 | 11011 | 0 | 100000 | 1011000 | 1001 | 100110 | 1010010 | 110011 |
Color Harmonies of #E99E1B
Complementary color
Monochromatic Colors of #E99E1B
Black with #E99E1B
Text Example
Text Example
White with #E99E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99E1B; }
p { color: rgb(233,158,27); }
H1.HeaderClassName
{
color: #E99E1B;
}
.AnyTagClassName
{
color: #E99E1B;
}
</style>
background-color css
<style>
a { background-color: #E99E1B; }
a { background-color: rgb(233,158,27); }
div.DivClassName
{
background-color: #E99E1B;
}
.BgClassName
{
background-color: #E99E1B;
}
</style>
border-color css
<style>
span { border-color: #E99E1B; }
span { border-color: rgb(233,158,27); }
td.TdClassName
{
border-color: #E99E1B;
}
.TagClassName
{
border-color: #E99E1B;
}
</style>