Shades of Gamboge #E49B01
Tints of Gamboge #E49B01
RGB
CMYK
RGB Variations
Color information
#E49B01 (or 0xE49B01) is known color: Gamboge. HEX triplet: E4, 9B and 01. RGB value is (228,155,1). Sum of RGB (Red+Green+Blue) = 228+155+1=384 (50% of max value = 765). Red value is 228 (89.45% from 255 or 59.38% from 384); Green value is 155 (60.94% from 255 or 40.36% from 384); Blue value is 1 (0.78% from 255 or 0.26% from 384); Max value from RGB is 228 - color contains mainly: red. Hex color #E49B01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E49B01 is #1B64FE. Grayscale: #9F9F9F. Windows color (decimal): -1795327 or 105444. OLE color: 105444.
HSL color Cylindrical-coordinate representation of color #E49B01: hue angle of 40.7º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E49B01 is Cyan = 0, Magento = 0.32, Yellow = 1.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 155 | 1 | - |
| CMYK | 0 | 0.32 | 1.00 | 0.11 |
| HSL | 40.7º | 0.99% | 0.45% | - |
| HSV(B) | 40.7º | 1% | 0.89% | - |
| XYZ | 43.72 | 39.94 | 5.43 | - |
| YUV | 159.27 | 38.68 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 155 | 1 | 0 | 0.32 | 1.00 | 0.11 | 40.7 | 0.99 | 0.45 |
| Hex | E4 | 9B | 1 | 0 | 20 | 64 | B | 29 | 63 | 2D |
| Octal | 344 | 233 | 1 | 0 | 40 | 144 | 13 | 51 | 143 | 55 |
| Binary | 11100100 | 10011011 | 1 | 0 | 100000 | 1100100 | 1011 | 101001 | 1100011 | 101101 |
Color Harmonies of #E49B01
Complementary color
Monochromatic Colors of #E49B01
Black with #E49B01
Text Example
Text Example
White with #E49B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49B01; }
p { color: rgb(228,155,1); }
H1.HeaderClassName
{
color: #E49B01;
}
.AnyTagClassName
{
color: #E49B01;
}
</style>
background-color css
<style>
a { background-color: #E49B01; }
a { background-color: rgb(228,155,1); }
div.DivClassName
{
background-color: #E49B01;
}
.BgClassName
{
background-color: #E49B01;
}
</style>
border-color css
<style>
span { border-color: #E49B01; }
span { border-color: rgb(228,155,1); }
td.TdClassName
{
border-color: #E49B01;
}
.TagClassName
{
border-color: #E49B01;
}
</style>