Shades of Gamboge #E99207
Tints of Gamboge #E99207
RGB
CMYK
RGB Variations
Color information
#E99207 (or 0xE99207) is known color: Gamboge. HEX triplet: E9, 92 and 07. RGB value is (233,146,7). Sum of RGB (Red+Green+Blue) = 233+146+7=386 (51% of max value = 765). Red value is 233 (91.41% from 255 or 60.36% from 386); Green value is 146 (57.42% from 255 or 37.82% from 386); Blue value is 7 (3.12% from 255 or 1.81% from 386); Max value from RGB is 233 - color contains mainly: red. Hex color #E99207 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E99207 is #166DF8. Grayscale: #9C9C9C. Windows color (decimal): -1469945 or 496361. OLE color: 496361.
HSL color Cylindrical-coordinate representation of color #E99207: hue angle of 36.9º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E99207 is Cyan = 0, Magento = 0.37, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 146 | 7 | - |
| CMYK | 0 | 0.37 | 0.97 | 0.09 |
| HSL | 36.9º | 0.94% | 0.47% | - |
| HSV(B) | 36.9º | 0.97% | 0.91% | - |
| XYZ | 43.92 | 37.9 | 5.2 | - |
| YUV | 156.17 | 43.82 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 146 | 7 | 0 | 0.37 | 0.97 | 0.09 | 36.9 | 0.94 | 0.47 |
| Hex | E9 | 92 | 7 | 0 | 25 | 61 | 9 | 25 | 5E | 2F |
| Octal | 351 | 222 | 7 | 0 | 45 | 141 | 11 | 45 | 136 | 57 |
| Binary | 11101001 | 10010010 | 111 | 0 | 100101 | 1100001 | 1001 | 100101 | 1011110 | 101111 |
Color Harmonies of #E99207
Complementary color
Monochromatic Colors of #E99207
Black with #E99207
Text Example
Text Example
White with #E99207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99207; }
p { color: rgb(233,146,7); }
H1.HeaderClassName
{
color: #E99207;
}
.AnyTagClassName
{
color: #E99207;
}
</style>
background-color css
<style>
a { background-color: #E99207; }
a { background-color: rgb(233,146,7); }
div.DivClassName
{
background-color: #E99207;
}
.BgClassName
{
background-color: #E99207;
}
</style>
border-color css
<style>
span { border-color: #E99207; }
span { border-color: rgb(233,146,7); }
td.TdClassName
{
border-color: #E99207;
}
.TagClassName
{
border-color: #E99207;
}
</style>