Shades of Gamboge #E99D05
Tints of Gamboge #E99D05
RGB
CMYK
RGB Variations
Color information
#E99D05 (or 0xE99D05) is known color: Gamboge. HEX triplet: E9, 9D and 05. RGB value is (233,157,5). Sum of RGB (Red+Green+Blue) = 233+157+5=395 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.99% from 395); Green value is 157 (61.72% from 255 or 39.75% from 395); Blue value is 5 (2.34% from 255 or 1.27% from 395); Max value from RGB is 233 - color contains mainly: red. Hex color #E99D05 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E99D05 is #1662FA. Grayscale: #A3A3A3. Windows color (decimal): -1467131 or 368105. OLE color: 368105.
HSL color Cylindrical-coordinate representation of color #E99D05: hue angle of 40º 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 #E99D05 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 157 | 5 | - |
| CMYK | 0 | 0.33 | 0.98 | 0.09 |
| HSL | 40º | 0.96% | 0.47% | - |
| HSV(B) | 40º | 0.98% | 0.91% | - |
| XYZ | 45.69 | 41.45 | 5.74 | - |
| YUV | 162.4 | 39.18 | 178.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 157 | 5 | 0 | 0.33 | 0.98 | 0.09 | 40 | 0.96 | 0.47 |
| Hex | E9 | 9D | 5 | 0 | 21 | 62 | 9 | 28 | 60 | 2F |
| Octal | 351 | 235 | 5 | 0 | 41 | 142 | 11 | 50 | 140 | 57 |
| Binary | 11101001 | 10011101 | 101 | 0 | 100001 | 1100010 | 1001 | 101000 | 1100000 | 101111 |
Color Harmonies of #E99D05
Complementary color
Monochromatic Colors of #E99D05
Black with #E99D05
Text Example
Text Example
White with #E99D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99D05; }
p { color: rgb(233,157,5); }
H1.HeaderClassName
{
color: #E99D05;
}
.AnyTagClassName
{
color: #E99D05;
}
</style>
background-color css
<style>
a { background-color: #E99D05; }
a { background-color: rgb(233,157,5); }
div.DivClassName
{
background-color: #E99D05;
}
.BgClassName
{
background-color: #E99D05;
}
</style>
border-color css
<style>
span { border-color: #E99D05; }
span { border-color: rgb(233,157,5); }
td.TdClassName
{
border-color: #E99D05;
}
.TagClassName
{
border-color: #E99D05;
}
</style>