Shades of Gamboge #E39A1A
Tints of Gamboge #E39A1A
RGB
CMYK
RGB Variations
Color information
#E39A1A (or 0xE39A1A) is known color: Gamboge. HEX triplet: E3, 9A and 1A. RGB value is (227,154,26). Sum of RGB (Red+Green+Blue) = 227+154+26=407 (53% of max value = 765). Red value is 227 (89.06% from 255 or 55.77% from 407); Green value is 154 (60.55% from 255 or 37.84% from 407); Blue value is 26 (10.55% from 255 or 6.39% from 407); Max value from RGB is 227 - color contains mainly: red. Hex color #E39A1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E39A1A is #1C65E5. Grayscale: #A1A1A1. Windows color (decimal): -1861094 or 1743587. OLE color: 1743587.
HSL color Cylindrical-coordinate representation of color #E39A1A: hue angle of 38.21º 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 #E39A1A is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 154 | 26 | - |
| CMYK | 0 | 0.32 | 0.89 | 0.11 |
| HSL | 38.21º | 0.79% | 0.5% | - |
| HSV(B) | 38.21º | 0.89% | 0.89% | - |
| XYZ | 43.42 | 39.52 | 6.32 | - |
| YUV | 161.24 | 51.68 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 154 | 26 | 0 | 0.32 | 0.89 | 0.11 | 38.21 | 0.79 | 0.5 |
| Hex | E3 | 9A | 1A | 0 | 20 | 59 | B | 26 | 4F | 32 |
| Octal | 343 | 232 | 32 | 0 | 40 | 131 | 13 | 46 | 117 | 62 |
| Binary | 11100011 | 10011010 | 11010 | 0 | 100000 | 1011001 | 1011 | 100110 | 1001111 | 110010 |
Color Harmonies of #E39A1A
Complementary color
Monochromatic Colors of #E39A1A
Black with #E39A1A
Text Example
Text Example
White with #E39A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39A1A; }
p { color: rgb(227,154,26); }
H1.HeaderClassName
{
color: #E39A1A;
}
.AnyTagClassName
{
color: #E39A1A;
}
</style>
background-color css
<style>
a { background-color: #E39A1A; }
a { background-color: rgb(227,154,26); }
div.DivClassName
{
background-color: #E39A1A;
}
.BgClassName
{
background-color: #E39A1A;
}
</style>
border-color css
<style>
span { border-color: #E39A1A; }
span { border-color: rgb(227,154,26); }
td.TdClassName
{
border-color: #E39A1A;
}
.TagClassName
{
border-color: #E39A1A;
}
</style>