Shades of Gamboge #E99314
Tints of Gamboge #E99314
RGB
CMYK
RGB Variations
Color information
#E99314 (or 0xE99314) is known color: Gamboge. HEX triplet: E9, 93 and 14. RGB value is (233,147,20). Sum of RGB (Red+Green+Blue) = 233+147+20=400 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.25% from 400); Green value is 147 (57.81% from 255 or 36.75% from 400); Blue value is 20 (8.20% from 255 or 5% from 400); Max value from RGB is 233 - color contains mainly: red. Hex color #E99314 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E99314 is #166CEB. Grayscale: #9E9E9E. Windows color (decimal): -1469676 or 1348585. OLE color: 1348585.
HSL color Cylindrical-coordinate representation of color #E99314: hue angle of 35.77º 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 #E99314 is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 147 | 20 | - |
| CMYK | 0 | 0.37 | 0.91 | 0.09 |
| HSL | 35.77º | 0.84% | 0.5% | - |
| HSV(B) | 35.77º | 0.91% | 0.91% | - |
| XYZ | 44.16 | 38.24 | 5.72 | - |
| YUV | 158.24 | 49.99 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 147 | 20 | 0 | 0.37 | 0.91 | 0.09 | 35.77 | 0.84 | 0.5 |
| Hex | E9 | 93 | 14 | 0 | 25 | 5B | 9 | 24 | 54 | 32 |
| Octal | 351 | 223 | 24 | 0 | 45 | 133 | 11 | 44 | 124 | 62 |
| Binary | 11101001 | 10010011 | 10100 | 0 | 100101 | 1011011 | 1001 | 100100 | 1010100 | 110010 |
Color Harmonies of #E99314
Complementary color
Monochromatic Colors of #E99314
Black with #E99314
Text Example
Text Example
White with #E99314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99314; }
p { color: rgb(233,147,20); }
H1.HeaderClassName
{
color: #E99314;
}
.AnyTagClassName
{
color: #E99314;
}
</style>
background-color css
<style>
a { background-color: #E99314; }
a { background-color: rgb(233,147,20); }
div.DivClassName
{
background-color: #E99314;
}
.BgClassName
{
background-color: #E99314;
}
</style>
border-color css
<style>
span { border-color: #E99314; }
span { border-color: rgb(233,147,20); }
td.TdClassName
{
border-color: #E99314;
}
.TagClassName
{
border-color: #E99314;
}
</style>