Shades of Gamboge #E39403
Tints of Gamboge #E39403
RGB
CMYK
RGB Variations
Color information
#E39403 (or 0xE39403) is known color: Gamboge. HEX triplet: E3, 94 and 03. RGB value is (227,148,3). Sum of RGB (Red+Green+Blue) = 227+148+3=378 (50% of max value = 765). Red value is 227 (89.06% from 255 or 60.05% from 378); Green value is 148 (58.20% from 255 or 39.15% from 378); Blue value is 3 (1.56% from 255 or 0.79% from 378); Max value from RGB is 227 - color contains mainly: red. Hex color #E39403 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E39403 is #1C6BFC. Grayscale: #9B9B9B. Windows color (decimal): -1862653 or 234723. OLE color: 234723.
HSL color Cylindrical-coordinate representation of color #E39403: hue angle of 38.84º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E39403 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 148 | 3 | - |
| CMYK | 0 | 0.35 | 0.99 | 0.11 |
| HSL | 38.84º | 0.97% | 0.45% | - |
| HSV(B) | 38.84º | 0.99% | 0.89% | - |
| XYZ | 42.28 | 37.52 | 5.1 | - |
| YUV | 155.09 | 42.17 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 148 | 3 | 0 | 0.35 | 0.99 | 0.11 | 38.84 | 0.97 | 0.45 |
| Hex | E3 | 94 | 3 | 0 | 23 | 63 | B | 27 | 61 | 2D |
| Octal | 343 | 224 | 3 | 0 | 43 | 143 | 13 | 47 | 141 | 55 |
| Binary | 11100011 | 10010100 | 11 | 0 | 100011 | 1100011 | 1011 | 100111 | 1100001 | 101101 |
Color Harmonies of #E39403
Complementary color
Monochromatic Colors of #E39403
Black with #E39403
Text Example
Text Example
White with #E39403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39403; }
p { color: rgb(227,148,3); }
H1.HeaderClassName
{
color: #E39403;
}
.AnyTagClassName
{
color: #E39403;
}
</style>
background-color css
<style>
a { background-color: #E39403; }
a { background-color: rgb(227,148,3); }
div.DivClassName
{
background-color: #E39403;
}
.BgClassName
{
background-color: #E39403;
}
</style>
border-color css
<style>
span { border-color: #E39403; }
span { border-color: rgb(227,148,3); }
td.TdClassName
{
border-color: #E39403;
}
.TagClassName
{
border-color: #E39403;
}
</style>