Shades of Gamboge #E49700
Tints of Gamboge #E49700
RGB
CMYK
RGB Variations
Color information
#E49700 (or 0xE49700) is known color: Gamboge. HEX triplet: E4, 97 and 00. RGB value is (228,151,0). Sum of RGB (Red+Green+Blue) = 228+151+0=379 (50% of max value = 765). Red value is 228 (89.45% from 255 or 60.16% from 379); Green value is 151 (59.38% from 255 or 39.84% from 379); Blue value is 0 (0.39% from 255 or 0% from 379); Max value from RGB is 228 - color contains mainly: red. Hex color #E49700 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E49700 is #1B68FF. Grayscale: #9D9D9D. Windows color (decimal): -1796352 or 38884. OLE color: 38884.
HSL color Cylindrical-coordinate representation of color #E49700: hue angle of 39.74º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E49700 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 151 | 0 | - |
| CMYK | 0 | 0.34 | 1 | 0.11 |
| HSL | 39.74º | 1% | 0.45% | - |
| HSV(B) | 39.74º | 1% | 0.89% | - |
| XYZ | 43.06 | 38.63 | 5.19 | - |
| YUV | 156.81 | 39.51 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 151 | 0 | 0 | 0.34 | 1 | 0.11 | 39.74 | 1 | 0.45 |
| Hex | E4 | 97 | 0 | 0 | 22 | 64 | B | 28 | 64 | 2D |
| Octal | 344 | 227 | 0 | 0 | 42 | 144 | 13 | 50 | 144 | 55 |
| Binary | 11100100 | 10010111 | 0 | 0 | 100010 | 1100100 | 1011 | 101000 | 1100100 | 101101 |
Color Harmonies of #E49700
Complementary color
Monochromatic Colors of #E49700
Black with #E49700
Text Example
Text Example
White with #E49700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49700; }
p { color: rgb(228,151,0); }
H1.HeaderClassName
{
color: #E49700;
}
.AnyTagClassName
{
color: #E49700;
}
</style>
background-color css
<style>
a { background-color: #E49700; }
a { background-color: rgb(228,151,0); }
div.DivClassName
{
background-color: #E49700;
}
.BgClassName
{
background-color: #E49700;
}
</style>
border-color css
<style>
span { border-color: #E49700; }
span { border-color: rgb(228,151,0); }
td.TdClassName
{
border-color: #E49700;
}
.TagClassName
{
border-color: #E49700;
}
</style>