Shades of Gamboge #E99214
Tints of Gamboge #E99214
RGB
CMYK
RGB Variations
Color information
#E99214 (or 0xE99214) is known color: Gamboge. HEX triplet: E9, 92 and 14. RGB value is (233,146,20). Sum of RGB (Red+Green+Blue) = 233+146+20=399 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.40% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 20 (8.20% from 255 or 5.01% from 399); Max value from RGB is 233 - color contains mainly: red. Hex color #E99214 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E99214 is #166DEB. Grayscale: #9E9E9E. Windows color (decimal): -1469932 or 1348329. OLE color: 1348329.
HSL color Cylindrical-coordinate representation of color #E99214: hue angle of 35.49º 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 #E99214 is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 146 | 20 | - |
| CMYK | 0 | 0.37 | 0.91 | 0.09 |
| HSL | 35.49º | 0.84% | 0.5% | - |
| HSV(B) | 35.49º | 0.91% | 0.91% | - |
| XYZ | 44.01 | 37.93 | 5.66 | - |
| YUV | 157.65 | 50.32 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 146 | 20 | 0 | 0.37 | 0.91 | 0.09 | 35.49 | 0.84 | 0.5 |
| Hex | E9 | 92 | 14 | 0 | 25 | 5B | 9 | 23 | 54 | 32 |
| Octal | 351 | 222 | 24 | 0 | 45 | 133 | 11 | 43 | 124 | 62 |
| Binary | 11101001 | 10010010 | 10100 | 0 | 100101 | 1011011 | 1001 | 100011 | 1010100 | 110010 |
Color Harmonies of #E99214
Complementary color
Monochromatic Colors of #E99214
Black with #E99214
Text Example
Text Example
White with #E99214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99214; }
p { color: rgb(233,146,20); }
H1.HeaderClassName
{
color: #E99214;
}
.AnyTagClassName
{
color: #E99214;
}
</style>
background-color css
<style>
a { background-color: #E99214; }
a { background-color: rgb(233,146,20); }
div.DivClassName
{
background-color: #E99214;
}
.BgClassName
{
background-color: #E99214;
}
</style>
border-color css
<style>
span { border-color: #E99214; }
span { border-color: rgb(233,146,20); }
td.TdClassName
{
border-color: #E99214;
}
.TagClassName
{
border-color: #E99214;
}
</style>