Shades of Gamboge #E99D01
Tints of Gamboge #E99D01
RGB
CMYK
RGB Variations
Color information
#E99D01 (or 0xE99D01) is known color: Gamboge. HEX triplet: E9, 9D and 01. RGB value is (233,157,1). Sum of RGB (Red+Green+Blue) = 233+157+1=391 (51% of max value = 765). Red value is 233 (91.41% from 255 or 59.59% from 391); Green value is 157 (61.72% from 255 or 40.15% from 391); Blue value is 1 (0.78% from 255 or 0.26% from 391); Max value from RGB is 233 - color contains mainly: red. Hex color #E99D01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E99D01 is #1662FE. Grayscale: #A2A2A2. Windows color (decimal): -1467135 or 105961. OLE color: 105961.
HSL color Cylindrical-coordinate representation of color #E99D01: hue angle of 40.34º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E99D01 is Cyan = 0, Magento = 0.33, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 157 | 1 | - |
| CMYK | 0 | 0.33 | 1.00 | 0.09 |
| HSL | 40.34º | 0.99% | 0.46% | - |
| HSV(B) | 40.34º | 1% | 0.91% | - |
| XYZ | 45.67 | 41.44 | 5.62 | - |
| YUV | 161.94 | 37.18 | 178.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 157 | 1 | 0 | 0.33 | 1.00 | 0.09 | 40.34 | 0.99 | 0.46 |
| Hex | E9 | 9D | 1 | 0 | 21 | 64 | 9 | 28 | 63 | 2E |
| Octal | 351 | 235 | 1 | 0 | 41 | 144 | 11 | 50 | 143 | 56 |
| Binary | 11101001 | 10011101 | 1 | 0 | 100001 | 1100100 | 1001 | 101000 | 1100011 | 101110 |
Color Harmonies of #E99D01
Complementary color
Monochromatic Colors of #E99D01
Black with #E99D01
Text Example
Text Example
White with #E99D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99D01; }
p { color: rgb(233,157,1); }
H1.HeaderClassName
{
color: #E99D01;
}
.AnyTagClassName
{
color: #E99D01;
}
</style>
background-color css
<style>
a { background-color: #E99D01; }
a { background-color: rgb(233,157,1); }
div.DivClassName
{
background-color: #E99D01;
}
.BgClassName
{
background-color: #E99D01;
}
</style>
border-color css
<style>
span { border-color: #E99D01; }
span { border-color: rgb(233,157,1); }
td.TdClassName
{
border-color: #E99D01;
}
.TagClassName
{
border-color: #E99D01;
}
</style>