Shades of Gamboge #E99312
Tints of Gamboge #E99312
RGB
CMYK
RGB Variations
Color information
#E99312 (or 0xE99312) is known color: Gamboge. HEX triplet: E9, 93 and 12. RGB value is (233,147,18). Sum of RGB (Red+Green+Blue) = 233+147+18=398 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.54% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 18 (7.42% from 255 or 4.52% from 398); Max value from RGB is 233 - color contains mainly: red. Hex color #E99312 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E99312 is #166CED. Grayscale: #9E9E9E. Windows color (decimal): -1469678 or 1217513. OLE color: 1217513.
HSL color Cylindrical-coordinate representation of color #E99312: hue angle of 36º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E99312 is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 147 | 18 | - |
| CMYK | 0 | 0.37 | 0.92 | 0.09 |
| HSL | 36º | 0.86% | 0.49% | - |
| HSV(B) | 36º | 0.92% | 0.91% | - |
| XYZ | 44.15 | 38.23 | 5.63 | - |
| YUV | 158.01 | 48.99 | 181.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 147 | 18 | 0 | 0.37 | 0.92 | 0.09 | 36 | 0.86 | 0.49 |
| Hex | E9 | 93 | 12 | 0 | 25 | 5C | 9 | 24 | 56 | 31 |
| Octal | 351 | 223 | 22 | 0 | 45 | 134 | 11 | 44 | 126 | 61 |
| Binary | 11101001 | 10010011 | 10010 | 0 | 100101 | 1011100 | 1001 | 100100 | 1010110 | 110001 |
Color Harmonies of #E99312
Complementary color
Monochromatic Colors of #E99312
Black with #E99312
Text Example
Text Example
White with #E99312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99312; }
p { color: rgb(233,147,18); }
H1.HeaderClassName
{
color: #E99312;
}
.AnyTagClassName
{
color: #E99312;
}
</style>
background-color css
<style>
a { background-color: #E99312; }
a { background-color: rgb(233,147,18); }
div.DivClassName
{
background-color: #E99312;
}
.BgClassName
{
background-color: #E99312;
}
</style>
border-color css
<style>
span { border-color: #E99312; }
span { border-color: rgb(233,147,18); }
td.TdClassName
{
border-color: #E99312;
}
.TagClassName
{
border-color: #E99312;
}
</style>