Shades of Gamboge #E39B1A
Tints of Gamboge #E39B1A
RGB
CMYK
RGB Variations
Color information
#E39B1A (or 0xE39B1A) is known color: Gamboge. HEX triplet: E3, 9B and 1A. RGB value is (227,155,26). Sum of RGB (Red+Green+Blue) = 227+155+26=408 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.64% from 408); Green value is 155 (60.94% from 255 or 37.99% from 408); Blue value is 26 (10.55% from 255 or 6.37% from 408); Max value from RGB is 227 - color contains mainly: red. Hex color #E39B1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E39B1A is #1C64E5. Grayscale: #A2A2A2. Windows color (decimal): -1860838 or 1743843. OLE color: 1743843.
HSL color Cylindrical-coordinate representation of color #E39B1A: hue angle of 38.51º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E39B1A is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 155 | 26 | - |
| CMYK | 0 | 0.32 | 0.89 | 0.11 |
| HSL | 38.51º | 0.79% | 0.5% | - |
| HSV(B) | 38.51º | 0.89% | 0.89% | - |
| XYZ | 43.59 | 39.85 | 6.37 | - |
| YUV | 161.82 | 51.35 | 174.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 155 | 26 | 0 | 0.32 | 0.89 | 0.11 | 38.51 | 0.79 | 0.5 |
| Hex | E3 | 9B | 1A | 0 | 20 | 59 | B | 27 | 4F | 32 |
| Octal | 343 | 233 | 32 | 0 | 40 | 131 | 13 | 47 | 117 | 62 |
| Binary | 11100011 | 10011011 | 11010 | 0 | 100000 | 1011001 | 1011 | 100111 | 1001111 | 110010 |
Color Harmonies of #E39B1A
Complementary color
Monochromatic Colors of #E39B1A
Black with #E39B1A
Text Example
Text Example
White with #E39B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39B1A; }
p { color: rgb(227,155,26); }
H1.HeaderClassName
{
color: #E39B1A;
}
.AnyTagClassName
{
color: #E39B1A;
}
</style>
background-color css
<style>
a { background-color: #E39B1A; }
a { background-color: rgb(227,155,26); }
div.DivClassName
{
background-color: #E39B1A;
}
.BgClassName
{
background-color: #E39B1A;
}
</style>
border-color css
<style>
span { border-color: #E39B1A; }
span { border-color: rgb(227,155,26); }
td.TdClassName
{
border-color: #E39B1A;
}
.TagClassName
{
border-color: #E39B1A;
}
</style>