Shades of Gamboge #E99D03
Tints of Gamboge #E99D03
RGB
CMYK
RGB Variations
Color information
#E99D03 (or 0xE99D03) is known color: Gamboge. HEX triplet: E9, 9D and 03. RGB value is (233,157,3). Sum of RGB (Red+Green+Blue) = 233+157+3=393 (52% of max value = 765). Red value is 233 (91.41% from 255 or 59.29% from 393); Green value is 157 (61.72% from 255 or 39.95% from 393); Blue value is 3 (1.56% from 255 or 0.76% from 393); Max value from RGB is 233 - color contains mainly: red. Hex color #E99D03 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E99D03 is #1662FC. Grayscale: #A2A2A2. Windows color (decimal): -1467133 or 237033. OLE color: 237033.
HSL color Cylindrical-coordinate representation of color #E99D03: hue angle of 40.17º degrees, saturation: 0.97, 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 #E99D03 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 157 | 3 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.09 |
| HSL | 40.17º | 0.97% | 0.46% | - |
| HSV(B) | 40.17º | 0.99% | 0.91% | - |
| XYZ | 45.68 | 41.44 | 5.68 | - |
| YUV | 162.17 | 38.18 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 157 | 3 | 0 | 0.33 | 0.99 | 0.09 | 40.17 | 0.97 | 0.46 |
| Hex | E9 | 9D | 3 | 0 | 21 | 63 | 9 | 28 | 61 | 2E |
| Octal | 351 | 235 | 3 | 0 | 41 | 143 | 11 | 50 | 141 | 56 |
| Binary | 11101001 | 10011101 | 11 | 0 | 100001 | 1100011 | 1001 | 101000 | 1100001 | 101110 |
Color Harmonies of #E99D03
Complementary color
Monochromatic Colors of #E99D03
Black with #E99D03
Text Example
Text Example
White with #E99D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99D03; }
p { color: rgb(233,157,3); }
H1.HeaderClassName
{
color: #E99D03;
}
.AnyTagClassName
{
color: #E99D03;
}
</style>
background-color css
<style>
a { background-color: #E99D03; }
a { background-color: rgb(233,157,3); }
div.DivClassName
{
background-color: #E99D03;
}
.BgClassName
{
background-color: #E99D03;
}
</style>
border-color css
<style>
span { border-color: #E99D03; }
span { border-color: rgb(233,157,3); }
td.TdClassName
{
border-color: #E99D03;
}
.TagClassName
{
border-color: #E99D03;
}
</style>