Shades of Gamboge #E9910E
Tints of Gamboge #E9910E
RGB
CMYK
RGB Variations
Color information
#E9910E (or 0xE9910E) is known color: Gamboge. HEX triplet: E9, 91 and 0E. RGB value is (233,145,14). Sum of RGB (Red+Green+Blue) = 233+145+14=392 (51% of max value = 765). Red value is 233 (91.41% from 255 or 59.44% from 392); Green value is 145 (57.03% from 255 or 36.99% from 392); Blue value is 14 (5.86% from 255 or 3.57% from 392); Max value from RGB is 233 - color contains mainly: red. Hex color #E9910E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9910E is #166EF1. Grayscale: #9C9C9C. Windows color (decimal): -1470194 or 954857. OLE color: 954857.
HSL color Cylindrical-coordinate representation of color #E9910E: hue angle of 35.89º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E9910E is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 145 | 14 | - |
| CMYK | 0 | 0.38 | 0.94 | 0.09 |
| HSL | 35.89º | 0.89% | 0.48% | - |
| HSV(B) | 35.89º | 0.94% | 0.91% | - |
| XYZ | 43.81 | 37.61 | 5.37 | - |
| YUV | 156.38 | 47.65 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 145 | 14 | 0 | 0.38 | 0.94 | 0.09 | 35.89 | 0.89 | 0.48 |
| Hex | E9 | 91 | E | 0 | 26 | 5E | 9 | 24 | 59 | 30 |
| Octal | 351 | 221 | 16 | 0 | 46 | 136 | 11 | 44 | 131 | 60 |
| Binary | 11101001 | 10010001 | 1110 | 0 | 100110 | 1011110 | 1001 | 100100 | 1011001 | 110000 |
Color Harmonies of #E9910E
Complementary color
Monochromatic Colors of #E9910E
Black with #E9910E
Text Example
Text Example
White with #E9910E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9910E; }
p { color: rgb(233,145,14); }
H1.HeaderClassName
{
color: #E9910E;
}
.AnyTagClassName
{
color: #E9910E;
}
</style>
background-color css
<style>
a { background-color: #E9910E; }
a { background-color: rgb(233,145,14); }
div.DivClassName
{
background-color: #E9910E;
}
.BgClassName
{
background-color: #E9910E;
}
</style>
border-color css
<style>
span { border-color: #E9910E; }
span { border-color: rgb(233,145,14); }
td.TdClassName
{
border-color: #E9910E;
}
.TagClassName
{
border-color: #E9910E;
}
</style>