Shades of Gamboge #E9900F
Tints of Gamboge #E9900F
RGB
CMYK
RGB Variations
Color information
#E9900F (or 0xE9900F) is known color: Gamboge. HEX triplet: E9, 90 and 0F. RGB value is (233,144,15). Sum of RGB (Red+Green+Blue) = 233+144+15=392 (51% of max value = 765). Red value is 233 (91.41% from 255 or 59.44% from 392); Green value is 144 (56.64% from 255 or 36.73% from 392); Blue value is 15 (6.25% from 255 or 3.83% from 392); Max value from RGB is 233 - color contains mainly: red. Hex color #E9900F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9900F is #166FF0. Grayscale: #9C9C9C. Windows color (decimal): -1470449 or 1020137. OLE color: 1020137.
HSL color Cylindrical-coordinate representation of color #E9900F: hue angle of 35.5º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E9900F is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 144 | 15 | - |
| CMYK | 0 | 0.38 | 0.94 | 0.09 |
| HSL | 35.5º | 0.88% | 0.49% | - |
| HSV(B) | 35.5º | 0.94% | 0.91% | - |
| XYZ | 43.66 | 37.3 | 5.35 | - |
| YUV | 155.91 | 48.49 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 144 | 15 | 0 | 0.38 | 0.94 | 0.09 | 35.5 | 0.88 | 0.49 |
| Hex | E9 | 90 | F | 0 | 26 | 5E | 9 | 24 | 58 | 31 |
| Octal | 351 | 220 | 17 | 0 | 46 | 136 | 11 | 44 | 130 | 61 |
| Binary | 11101001 | 10010000 | 1111 | 0 | 100110 | 1011110 | 1001 | 100100 | 1011000 | 110001 |
Color Harmonies of #E9900F
Complementary color
Monochromatic Colors of #E9900F
Black with #E9900F
Text Example
Text Example
White with #E9900F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9900F; }
p { color: rgb(233,144,15); }
H1.HeaderClassName
{
color: #E9900F;
}
.AnyTagClassName
{
color: #E9900F;
}
</style>
background-color css
<style>
a { background-color: #E9900F; }
a { background-color: rgb(233,144,15); }
div.DivClassName
{
background-color: #E9900F;
}
.BgClassName
{
background-color: #E9900F;
}
</style>
border-color css
<style>
span { border-color: #E9900F; }
span { border-color: rgb(233,144,15); }
td.TdClassName
{
border-color: #E9900F;
}
.TagClassName
{
border-color: #E9900F;
}
</style>