Shades of Gamboge #E99501
Tints of Gamboge #E99501
RGB
CMYK
RGB Variations
Color information
#E99501 (or 0xE99501) is known color: Gamboge. HEX triplet: E9, 95 and 01. RGB value is (233,149,1). Sum of RGB (Red+Green+Blue) = 233+149+1=383 (50% of max value = 765). Red value is 233 (91.41% from 255 or 60.84% from 383); Green value is 149 (58.59% from 255 or 38.90% from 383); Blue value is 1 (0.78% from 255 or 0.26% from 383); Max value from RGB is 233 - color contains mainly: red. Hex color #E99501 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E99501 is #166AFE. Grayscale: #9D9D9D. Windows color (decimal): -1469183 or 103913. OLE color: 103913.
HSL color Cylindrical-coordinate representation of color #E99501: hue angle of 38.28º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E99501 is Cyan = 0, Magento = 0.36, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 149 | 1 | - |
| CMYK | 0 | 0.36 | 1.00 | 0.09 |
| HSL | 38.28º | 0.99% | 0.46% | - |
| HSV(B) | 38.28º | 1% | 0.91% | - |
| XYZ | 44.36 | 38.82 | 5.18 | - |
| YUV | 157.24 | 39.83 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 149 | 1 | 0 | 0.36 | 1.00 | 0.09 | 38.28 | 0.99 | 0.46 |
| Hex | E9 | 95 | 1 | 0 | 24 | 64 | 9 | 26 | 63 | 2E |
| Octal | 351 | 225 | 1 | 0 | 44 | 144 | 11 | 46 | 143 | 56 |
| Binary | 11101001 | 10010101 | 1 | 0 | 100100 | 1100100 | 1001 | 100110 | 1100011 | 101110 |
Color Harmonies of #E99501
Complementary color
Monochromatic Colors of #E99501
Black with #E99501
Text Example
Text Example
White with #E99501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99501; }
p { color: rgb(233,149,1); }
H1.HeaderClassName
{
color: #E99501;
}
.AnyTagClassName
{
color: #E99501;
}
</style>
background-color css
<style>
a { background-color: #E99501; }
a { background-color: rgb(233,149,1); }
div.DivClassName
{
background-color: #E99501;
}
.BgClassName
{
background-color: #E99501;
}
</style>
border-color css
<style>
span { border-color: #E99501; }
span { border-color: rgb(233,149,1); }
td.TdClassName
{
border-color: #E99501;
}
.TagClassName
{
border-color: #E99501;
}
</style>