Shades of Gamboge #E99E05
Tints of Gamboge #E99E05
RGB
CMYK
RGB Variations
Color information
#E99E05 (or 0xE99E05) is known color: Gamboge. HEX triplet: E9, 9E and 05. RGB value is (233,158,5). Sum of RGB (Red+Green+Blue) = 233+158+5=396 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.84% from 396); Green value is 158 (62.11% from 255 or 39.90% from 396); Blue value is 5 (2.34% from 255 or 1.26% from 396); Max value from RGB is 233 - color contains mainly: red. Hex color #E99E05 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E99E05 is #1661FA. Grayscale: #A3A3A3. Windows color (decimal): -1466875 or 368361. OLE color: 368361.
HSL color Cylindrical-coordinate representation of color #E99E05: hue angle of 40.26º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E99E05 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 158 | 5 | - |
| CMYK | 0 | 0.32 | 0.98 | 0.09 |
| HSL | 40.26º | 0.96% | 0.47% | - |
| HSV(B) | 40.26º | 0.98% | 0.91% | - |
| XYZ | 45.86 | 41.79 | 5.79 | - |
| YUV | 162.98 | 38.85 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 158 | 5 | 0 | 0.32 | 0.98 | 0.09 | 40.26 | 0.96 | 0.47 |
| Hex | E9 | 9E | 5 | 0 | 20 | 62 | 9 | 28 | 60 | 2F |
| Octal | 351 | 236 | 5 | 0 | 40 | 142 | 11 | 50 | 140 | 57 |
| Binary | 11101001 | 10011110 | 101 | 0 | 100000 | 1100010 | 1001 | 101000 | 1100000 | 101111 |
Color Harmonies of #E99E05
Complementary color
Monochromatic Colors of #E99E05
Black with #E99E05
Text Example
Text Example
White with #E99E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99E05; }
p { color: rgb(233,158,5); }
H1.HeaderClassName
{
color: #E99E05;
}
.AnyTagClassName
{
color: #E99E05;
}
</style>
background-color css
<style>
a { background-color: #E99E05; }
a { background-color: rgb(233,158,5); }
div.DivClassName
{
background-color: #E99E05;
}
.BgClassName
{
background-color: #E99E05;
}
</style>
border-color css
<style>
span { border-color: #E99E05; }
span { border-color: rgb(233,158,5); }
td.TdClassName
{
border-color: #E99E05;
}
.TagClassName
{
border-color: #E99E05;
}
</style>