Shades of Gamboge #E99B05
Tints of Gamboge #E99B05
RGB
CMYK
RGB Variations
Color information
#E99B05 (or 0xE99B05) is known color: Gamboge. HEX triplet: E9, 9B and 05. RGB value is (233,155,5). Sum of RGB (Red+Green+Blue) = 233+155+5=393 (52% of max value = 765). Red value is 233 (91.41% from 255 or 59.29% from 393); Green value is 155 (60.94% from 255 or 39.44% from 393); Blue value is 5 (2.34% from 255 or 1.27% from 393); Max value from RGB is 233 - color contains mainly: red. Hex color #E99B05 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E99B05 is #1664FA. Grayscale: #A1A1A1. Windows color (decimal): -1467643 or 367593. OLE color: 367593.
HSL color Cylindrical-coordinate representation of color #E99B05: hue angle of 39.47º 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 #E99B05 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 155 | 5 | - |
| CMYK | 0 | 0.33 | 0.98 | 0.09 |
| HSL | 39.47º | 0.96% | 0.47% | - |
| HSV(B) | 39.47º | 0.98% | 0.91% | - |
| XYZ | 45.35 | 40.78 | 5.62 | - |
| YUV | 161.22 | 39.84 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 155 | 5 | 0 | 0.33 | 0.98 | 0.09 | 39.47 | 0.96 | 0.47 |
| Hex | E9 | 9B | 5 | 0 | 21 | 62 | 9 | 27 | 60 | 2F |
| Octal | 351 | 233 | 5 | 0 | 41 | 142 | 11 | 47 | 140 | 57 |
| Binary | 11101001 | 10011011 | 101 | 0 | 100001 | 1100010 | 1001 | 100111 | 1100000 | 101111 |
Color Harmonies of #E99B05
Complementary color
Monochromatic Colors of #E99B05
Black with #E99B05
Text Example
Text Example
White with #E99B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99B05; }
p { color: rgb(233,155,5); }
H1.HeaderClassName
{
color: #E99B05;
}
.AnyTagClassName
{
color: #E99B05;
}
</style>
background-color css
<style>
a { background-color: #E99B05; }
a { background-color: rgb(233,155,5); }
div.DivClassName
{
background-color: #E99B05;
}
.BgClassName
{
background-color: #E99B05;
}
</style>
border-color css
<style>
span { border-color: #E99B05; }
span { border-color: rgb(233,155,5); }
td.TdClassName
{
border-color: #E99B05;
}
.TagClassName
{
border-color: #E99B05;
}
</style>