Shades of Gamboge #E99702
Tints of Gamboge #E99702
RGB
CMYK
RGB Variations
Color information
#E99702 (or 0xE99702) is known color: Gamboge. HEX triplet: E9, 97 and 02. RGB value is (233,151,2). Sum of RGB (Red+Green+Blue) = 233+151+2=386 (51% of max value = 765). Red value is 233 (91.41% from 255 or 60.36% from 386); Green value is 151 (59.38% from 255 or 39.12% from 386); Blue value is 2 (1.17% from 255 or 0.52% from 386); Max value from RGB is 233 - color contains mainly: red. Hex color #E99702 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E99702 is #1668FD. Grayscale: #9F9F9F. Windows color (decimal): -1468670 or 169961. OLE color: 169961.
HSL color Cylindrical-coordinate representation of color #E99702: hue angle of 38.7º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E99702 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 151 | 2 | - |
| CMYK | 0 | 0.35 | 0.99 | 0.09 |
| HSL | 38.7º | 0.98% | 0.46% | - |
| HSV(B) | 38.7º | 0.99% | 0.91% | - |
| XYZ | 44.68 | 39.46 | 5.32 | - |
| YUV | 158.53 | 39.67 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 151 | 2 | 0 | 0.35 | 0.99 | 0.09 | 38.7 | 0.98 | 0.46 |
| Hex | E9 | 97 | 2 | 0 | 23 | 63 | 9 | 27 | 62 | 2E |
| Octal | 351 | 227 | 2 | 0 | 43 | 143 | 11 | 47 | 142 | 56 |
| Binary | 11101001 | 10010111 | 10 | 0 | 100011 | 1100011 | 1001 | 100111 | 1100010 | 101110 |
Color Harmonies of #E99702
Complementary color
Monochromatic Colors of #E99702
Black with #E99702
Text Example
Text Example
White with #E99702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99702; }
p { color: rgb(233,151,2); }
H1.HeaderClassName
{
color: #E99702;
}
.AnyTagClassName
{
color: #E99702;
}
</style>
background-color css
<style>
a { background-color: #E99702; }
a { background-color: rgb(233,151,2); }
div.DivClassName
{
background-color: #E99702;
}
.BgClassName
{
background-color: #E99702;
}
</style>
border-color css
<style>
span { border-color: #E99702; }
span { border-color: rgb(233,151,2); }
td.TdClassName
{
border-color: #E99702;
}
.TagClassName
{
border-color: #E99702;
}
</style>