Shades of Gamboge #E99010
Tints of Gamboge #E99010
RGB
CMYK
RGB Variations
Color information
#E99010 (or 0xE99010) is known color: Gamboge. HEX triplet: E9, 90 and 10. RGB value is (233,144,16). Sum of RGB (Red+Green+Blue) = 233+144+16=393 (52% of max value = 765). Red value is 233 (91.41% from 255 or 59.29% from 393); Green value is 144 (56.64% from 255 or 36.64% from 393); Blue value is 16 (6.64% from 255 or 4.07% from 393); Max value from RGB is 233 - color contains mainly: red. Hex color #E99010 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E99010 is #166FEF. Grayscale: #9C9C9C. Windows color (decimal): -1470448 or 1085673. OLE color: 1085673.
HSL color Cylindrical-coordinate representation of color #E99010: hue angle of 35.39º degrees, saturation: 0.87, 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 #E99010 is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 144 | 16 | - |
| CMYK | 0 | 0.38 | 0.93 | 0.09 |
| HSL | 35.39º | 0.87% | 0.49% | - |
| HSV(B) | 35.39º | 0.93% | 0.91% | - |
| XYZ | 43.67 | 37.31 | 5.39 | - |
| YUV | 156.02 | 48.99 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 144 | 16 | 0 | 0.38 | 0.93 | 0.09 | 35.39 | 0.87 | 0.49 |
| Hex | E9 | 90 | 10 | 0 | 26 | 5D | 9 | 23 | 57 | 31 |
| Octal | 351 | 220 | 20 | 0 | 46 | 135 | 11 | 43 | 127 | 61 |
| Binary | 11101001 | 10010000 | 10000 | 0 | 100110 | 1011101 | 1001 | 100011 | 1010111 | 110001 |
Color Harmonies of #E99010
Complementary color
Monochromatic Colors of #E99010
Black with #E99010
Text Example
Text Example
White with #E99010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99010; }
p { color: rgb(233,144,16); }
H1.HeaderClassName
{
color: #E99010;
}
.AnyTagClassName
{
color: #E99010;
}
</style>
background-color css
<style>
a { background-color: #E99010; }
a { background-color: rgb(233,144,16); }
div.DivClassName
{
background-color: #E99010;
}
.BgClassName
{
background-color: #E99010;
}
</style>
border-color css
<style>
span { border-color: #E99010; }
span { border-color: rgb(233,144,16); }
td.TdClassName
{
border-color: #E99010;
}
.TagClassName
{
border-color: #E99010;
}
</style>