Shades of Gamboge #E49314
Tints of Gamboge #E49314
RGB
CMYK
RGB Variations
Color information
#E49314 (or 0xE49314) is known color: Gamboge. HEX triplet: E4, 93 and 14. RGB value is (228,147,20). Sum of RGB (Red+Green+Blue) = 228+147+20=395 (52% of max value = 765). Red value is 228 (89.45% from 255 or 57.72% from 395); Green value is 147 (57.81% from 255 or 37.22% from 395); Blue value is 20 (8.20% from 255 or 5.06% from 395); Max value from RGB is 228 - color contains mainly: red. Hex color #E49314 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E49314 is #1B6CEB. Grayscale: #9D9D9D. Windows color (decimal): -1797356 or 1348580. OLE color: 1348580.
HSL color Cylindrical-coordinate representation of color #E49314: hue angle of 36.63º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E49314 is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 147 | 20 | - |
| CMYK | 0 | 0.36 | 0.91 | 0.11 |
| HSL | 36.63º | 0.84% | 0.49% | - |
| HSV(B) | 36.63º | 0.91% | 0.89% | - |
| XYZ | 42.55 | 37.41 | 5.64 | - |
| YUV | 156.74 | 50.84 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 147 | 20 | 0 | 0.36 | 0.91 | 0.11 | 36.63 | 0.84 | 0.49 |
| Hex | E4 | 93 | 14 | 0 | 24 | 5B | B | 25 | 54 | 31 |
| Octal | 344 | 223 | 24 | 0 | 44 | 133 | 13 | 45 | 124 | 61 |
| Binary | 11100100 | 10010011 | 10100 | 0 | 100100 | 1011011 | 1011 | 100101 | 1010100 | 110001 |
Color Harmonies of #E49314
Complementary color
Monochromatic Colors of #E49314
Black with #E49314
Text Example
Text Example
White with #E49314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49314; }
p { color: rgb(228,147,20); }
H1.HeaderClassName
{
color: #E49314;
}
.AnyTagClassName
{
color: #E49314;
}
</style>
background-color css
<style>
a { background-color: #E49314; }
a { background-color: rgb(228,147,20); }
div.DivClassName
{
background-color: #E49314;
}
.BgClassName
{
background-color: #E49314;
}
</style>
border-color css
<style>
span { border-color: #E49314; }
span { border-color: rgb(228,147,20); }
td.TdClassName
{
border-color: #E49314;
}
.TagClassName
{
border-color: #E49314;
}
</style>