Shades of Gamboge #E99912
Tints of Gamboge #E99912
RGB
CMYK
RGB Variations
Color information
#E99912 (or 0xE99912) is known color: Gamboge. HEX triplet: E9, 99 and 12. RGB value is (233,153,18). Sum of RGB (Red+Green+Blue) = 233+153+18=404 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.67% from 404); Green value is 153 (60.16% from 255 or 37.87% from 404); Blue value is 18 (7.42% from 255 or 4.46% from 404); Max value from RGB is 233 - color contains mainly: red. Hex color #E99912 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E99912 is #1666ED. Grayscale: #A2A2A2. Windows color (decimal): -1468142 or 1219049. OLE color: 1219049.
HSL color Cylindrical-coordinate representation of color #E99912: hue angle of 37.67º 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 #E99912 is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 153 | 18 | - |
| CMYK | 0 | 0.34 | 0.92 | 0.09 |
| HSL | 37.67º | 0.86% | 0.49% | - |
| HSV(B) | 37.67º | 0.92% | 0.91% | - |
| XYZ | 45.1 | 40.15 | 5.94 | - |
| YUV | 161.53 | 47 | 178.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 153 | 18 | 0 | 0.34 | 0.92 | 0.09 | 37.67 | 0.86 | 0.49 |
| Hex | E9 | 99 | 12 | 0 | 22 | 5C | 9 | 26 | 56 | 31 |
| Octal | 351 | 231 | 22 | 0 | 42 | 134 | 11 | 46 | 126 | 61 |
| Binary | 11101001 | 10011001 | 10010 | 0 | 100010 | 1011100 | 1001 | 100110 | 1010110 | 110001 |
Color Harmonies of #E99912
Complementary color
Monochromatic Colors of #E99912
Black with #E99912
Text Example
Text Example
White with #E99912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99912; }
p { color: rgb(233,153,18); }
H1.HeaderClassName
{
color: #E99912;
}
.AnyTagClassName
{
color: #E99912;
}
</style>
background-color css
<style>
a { background-color: #E99912; }
a { background-color: rgb(233,153,18); }
div.DivClassName
{
background-color: #E99912;
}
.BgClassName
{
background-color: #E99912;
}
</style>
border-color css
<style>
span { border-color: #E99912; }
span { border-color: rgb(233,153,18); }
td.TdClassName
{
border-color: #E99912;
}
.TagClassName
{
border-color: #E99912;
}
</style>