Shades of Gamboge #E49403
Tints of Gamboge #E49403
RGB
CMYK
RGB Variations
Color information
#E49403 (or 0xE49403) is known color: Gamboge. HEX triplet: E4, 94 and 03. RGB value is (228,148,3). Sum of RGB (Red+Green+Blue) = 228+148+3=379 (50% of max value = 765). Red value is 228 (89.45% from 255 or 60.16% from 379); Green value is 148 (58.20% from 255 or 39.05% from 379); Blue value is 3 (1.56% from 255 or 0.79% from 379); Max value from RGB is 228 - color contains mainly: red. Hex color #E49403 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E49403 is #1B6BFC. Grayscale: #9C9C9C. Windows color (decimal): -1797117 or 234724. OLE color: 234724.
HSL color Cylindrical-coordinate representation of color #E49403: hue angle of 38.67º 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 #E49403 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 148 | 3 | - |
| CMYK | 0 | 0.35 | 0.99 | 0.11 |
| HSL | 38.67º | 0.97% | 0.45% | - |
| HSV(B) | 38.67º | 0.99% | 0.89% | - |
| XYZ | 42.6 | 37.68 | 5.11 | - |
| YUV | 155.39 | 42 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 148 | 3 | 0 | 0.35 | 0.99 | 0.11 | 38.67 | 0.97 | 0.45 |
| Hex | E4 | 94 | 3 | 0 | 23 | 63 | B | 27 | 61 | 2D |
| Octal | 344 | 224 | 3 | 0 | 43 | 143 | 13 | 47 | 141 | 55 |
| Binary | 11100100 | 10010100 | 11 | 0 | 100011 | 1100011 | 1011 | 100111 | 1100001 | 101101 |
Color Harmonies of #E49403
Complementary color
Monochromatic Colors of #E49403
Black with #E49403
Text Example
Text Example
White with #E49403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49403; }
p { color: rgb(228,148,3); }
H1.HeaderClassName
{
color: #E49403;
}
.AnyTagClassName
{
color: #E49403;
}
</style>
background-color css
<style>
a { background-color: #E49403; }
a { background-color: rgb(228,148,3); }
div.DivClassName
{
background-color: #E49403;
}
.BgClassName
{
background-color: #E49403;
}
</style>
border-color css
<style>
span { border-color: #E49403; }
span { border-color: rgb(228,148,3); }
td.TdClassName
{
border-color: #E49403;
}
.TagClassName
{
border-color: #E49403;
}
</style>