Shades of Gamboge #E99504
Tints of Gamboge #E99504
RGB
CMYK
RGB Variations
Color information
#E99504 (or 0xE99504) is known color: Gamboge. HEX triplet: E9, 95 and 04. RGB value is (233,149,4). Sum of RGB (Red+Green+Blue) = 233+149+4=386 (51% of max value = 765). Red value is 233 (91.41% from 255 or 60.36% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 4 (1.95% from 255 or 1.04% from 386); Max value from RGB is 233 - color contains mainly: red. Hex color #E99504 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E99504 is #166AFB. Grayscale: #9E9E9E. Windows color (decimal): -1469180 or 300521. OLE color: 300521.
HSL color Cylindrical-coordinate representation of color #E99504: hue angle of 37.99º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E99504 is Cyan = 0, Magento = 0.36, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 149 | 4 | - |
| CMYK | 0 | 0.36 | 0.98 | 0.09 |
| HSL | 37.99º | 0.97% | 0.46% | - |
| HSV(B) | 37.99º | 0.98% | 0.91% | - |
| XYZ | 44.37 | 38.83 | 5.27 | - |
| YUV | 157.59 | 41.33 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 149 | 4 | 0 | 0.36 | 0.98 | 0.09 | 37.99 | 0.97 | 0.46 |
| Hex | E9 | 95 | 4 | 0 | 24 | 62 | 9 | 26 | 61 | 2E |
| Octal | 351 | 225 | 4 | 0 | 44 | 142 | 11 | 46 | 141 | 56 |
| Binary | 11101001 | 10010101 | 100 | 0 | 100100 | 1100010 | 1001 | 100110 | 1100001 | 101110 |
Color Harmonies of #E99504
Complementary color
Monochromatic Colors of #E99504
Black with #E99504
Text Example
Text Example
White with #E99504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99504; }
p { color: rgb(233,149,4); }
H1.HeaderClassName
{
color: #E99504;
}
.AnyTagClassName
{
color: #E99504;
}
</style>
background-color css
<style>
a { background-color: #E99504; }
a { background-color: rgb(233,149,4); }
div.DivClassName
{
background-color: #E99504;
}
.BgClassName
{
background-color: #E99504;
}
</style>
border-color css
<style>
span { border-color: #E99504; }
span { border-color: rgb(233,149,4); }
td.TdClassName
{
border-color: #E99504;
}
.TagClassName
{
border-color: #E99504;
}
</style>