Shades of Gamboge #E49609
Tints of Gamboge #E49609
RGB
CMYK
RGB Variations
Color information
#E49609 (or 0xE49609) is known color: Gamboge. HEX triplet: E4, 96 and 09. RGB value is (228,150,9). Sum of RGB (Red+Green+Blue) = 228+150+9=387 (51% of max value = 765). Red value is 228 (89.45% from 255 or 58.91% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 9 (3.91% from 255 or 2.33% from 387); Max value from RGB is 228 - color contains mainly: red. Hex color #E49609 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E49609 is #1B69F6. Grayscale: #9D9D9D. Windows color (decimal): -1796599 or 628452. OLE color: 628452.
HSL color Cylindrical-coordinate representation of color #E49609: hue angle of 38.63º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E49609 is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 150 | 9 | - |
| CMYK | 0 | 0.34 | 0.96 | 0.11 |
| HSL | 38.63º | 0.92% | 0.46% | - |
| HSV(B) | 38.63º | 0.96% | 0.89% | - |
| XYZ | 42.95 | 38.33 | 5.39 | - |
| YUV | 157.25 | 44.34 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 150 | 9 | 0 | 0.34 | 0.96 | 0.11 | 38.63 | 0.92 | 0.46 |
| Hex | E4 | 96 | 9 | 0 | 22 | 60 | B | 27 | 5C | 2E |
| Octal | 344 | 226 | 11 | 0 | 42 | 140 | 13 | 47 | 134 | 56 |
| Binary | 11100100 | 10010110 | 1001 | 0 | 100010 | 1100000 | 1011 | 100111 | 1011100 | 101110 |
Color Harmonies of #E49609
Complementary color
Monochromatic Colors of #E49609
Black with #E49609
Text Example
Text Example
White with #E49609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49609; }
p { color: rgb(228,150,9); }
H1.HeaderClassName
{
color: #E49609;
}
.AnyTagClassName
{
color: #E49609;
}
</style>
background-color css
<style>
a { background-color: #E49609; }
a { background-color: rgb(228,150,9); }
div.DivClassName
{
background-color: #E49609;
}
.BgClassName
{
background-color: #E49609;
}
</style>
border-color css
<style>
span { border-color: #E49609; }
span { border-color: rgb(228,150,9); }
td.TdClassName
{
border-color: #E49609;
}
.TagClassName
{
border-color: #E49609;
}
</style>