Shades of Gamboge #E99B14
Tints of Gamboge #E99B14
RGB
CMYK
RGB Variations
Color information
#E99B14 (or 0xE99B14) is known color: Gamboge. HEX triplet: E9, 9B and 14. RGB value is (233,155,20). Sum of RGB (Red+Green+Blue) = 233+155+20=408 (54% of max value = 765). Red value is 233 (91.41% from 255 or 57.11% from 408); Green value is 155 (60.94% from 255 or 37.99% from 408); Blue value is 20 (8.20% from 255 or 4.90% from 408); Max value from RGB is 233 - color contains mainly: red. Hex color #E99B14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E99B14 is #1664EB. Grayscale: #A3A3A3. Windows color (decimal): -1467628 or 1350633. OLE color: 1350633.
HSL color Cylindrical-coordinate representation of color #E99B14: hue angle of 38.03º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E99B14 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 155 | 20 | - |
| CMYK | 0 | 0.33 | 0.91 | 0.09 |
| HSL | 38.03º | 0.84% | 0.5% | - |
| HSV(B) | 38.03º | 0.91% | 0.91% | - |
| XYZ | 45.45 | 40.82 | 6.14 | - |
| YUV | 162.93 | 47.34 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 155 | 20 | 0 | 0.33 | 0.91 | 0.09 | 38.03 | 0.84 | 0.5 |
| Hex | E9 | 9B | 14 | 0 | 21 | 5B | 9 | 26 | 54 | 32 |
| Octal | 351 | 233 | 24 | 0 | 41 | 133 | 11 | 46 | 124 | 62 |
| Binary | 11101001 | 10011011 | 10100 | 0 | 100001 | 1011011 | 1001 | 100110 | 1010100 | 110010 |
Color Harmonies of #E99B14
Complementary color
Monochromatic Colors of #E99B14
Black with #E99B14
Text Example
Text Example
White with #E99B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99B14; }
p { color: rgb(233,155,20); }
H1.HeaderClassName
{
color: #E99B14;
}
.AnyTagClassName
{
color: #E99B14;
}
</style>
background-color css
<style>
a { background-color: #E99B14; }
a { background-color: rgb(233,155,20); }
div.DivClassName
{
background-color: #E99B14;
}
.BgClassName
{
background-color: #E99B14;
}
</style>
border-color css
<style>
span { border-color: #E99B14; }
span { border-color: rgb(233,155,20); }
td.TdClassName
{
border-color: #E99B14;
}
.TagClassName
{
border-color: #E99B14;
}
</style>