Shades of Gamboge #E99D02
Tints of Gamboge #E99D02
RGB
CMYK
RGB Variations
Color information
#E99D02 (or 0xE99D02) is known color: Gamboge. HEX triplet: E9, 9D and 02. RGB value is (233,157,2). Sum of RGB (Red+Green+Blue) = 233+157+2=392 (51% of max value = 765). Red value is 233 (91.41% from 255 or 59.44% from 392); Green value is 157 (61.72% from 255 or 40.05% from 392); Blue value is 2 (1.17% from 255 or 0.51% from 392); Max value from RGB is 233 - color contains mainly: red. Hex color #E99D02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E99D02 is #1662FD. Grayscale: #A2A2A2. Windows color (decimal): -1467134 or 171497. OLE color: 171497.
HSL color Cylindrical-coordinate representation of color #E99D02: hue angle of 40.26º 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 #E99D02 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 157 | 2 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.09 |
| HSL | 40.26º | 0.98% | 0.46% | - |
| HSV(B) | 40.26º | 0.99% | 0.91% | - |
| XYZ | 45.67 | 41.44 | 5.65 | - |
| YUV | 162.05 | 37.68 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 157 | 2 | 0 | 0.33 | 0.99 | 0.09 | 40.26 | 0.98 | 0.46 |
| Hex | E9 | 9D | 2 | 0 | 21 | 63 | 9 | 28 | 62 | 2E |
| Octal | 351 | 235 | 2 | 0 | 41 | 143 | 11 | 50 | 142 | 56 |
| Binary | 11101001 | 10011101 | 10 | 0 | 100001 | 1100011 | 1001 | 101000 | 1100010 | 101110 |
Color Harmonies of #E99D02
Complementary color
Monochromatic Colors of #E99D02
Black with #E99D02
Text Example
Text Example
White with #E99D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99D02; }
p { color: rgb(233,157,2); }
H1.HeaderClassName
{
color: #E99D02;
}
.AnyTagClassName
{
color: #E99D02;
}
</style>
background-color css
<style>
a { background-color: #E99D02; }
a { background-color: rgb(233,157,2); }
div.DivClassName
{
background-color: #E99D02;
}
.BgClassName
{
background-color: #E99D02;
}
</style>
border-color css
<style>
span { border-color: #E99D02; }
span { border-color: rgb(233,157,2); }
td.TdClassName
{
border-color: #E99D02;
}
.TagClassName
{
border-color: #E99D02;
}
</style>