Shades of Gamboge #E4A107
Tints of Gamboge #E4A107
RGB
CMYK
RGB Variations
Color information
#E4A107 (or 0xE4A107) is known color: Gamboge. HEX triplet: E4, A1 and 07. RGB value is (228,161,7). Sum of RGB (Red+Green+Blue) = 228+161+7=396 (52% of max value = 765). Red value is 228 (89.45% from 255 or 57.58% from 396); Green value is 161 (63.28% from 255 or 40.66% from 396); Blue value is 7 (3.12% from 255 or 1.77% from 396); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A107 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E4A107 is #1B5EF8. Grayscale: #A4A4A4. Windows color (decimal): -1793785 or 500196. OLE color: 500196.
HSL color Cylindrical-coordinate representation of color #E4A107: hue angle of 41.81º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E4A107 is Cyan = 0, Magento = 0.29, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 161 | 7 | - |
| CMYK | 0 | 0.29 | 0.97 | 0.11 |
| HSL | 41.81º | 0.94% | 0.46% | - |
| HSV(B) | 41.81º | 0.97% | 0.89% | - |
| XYZ | 44.78 | 42 | 5.95 | - |
| YUV | 163.48 | 39.7 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 161 | 7 | 0 | 0.29 | 0.97 | 0.11 | 41.81 | 0.94 | 0.46 |
| Hex | E4 | A1 | 7 | 0 | 1D | 61 | B | 2A | 5E | 2E |
| Octal | 344 | 241 | 7 | 0 | 35 | 141 | 13 | 52 | 136 | 56 |
| Binary | 11100100 | 10100001 | 111 | 0 | 11101 | 1100001 | 1011 | 101010 | 1011110 | 101110 |
Color Harmonies of #E4A107
Complementary color
Monochromatic Colors of #E4A107
Black with #E4A107
Text Example
Text Example
White with #E4A107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4A107; }
p { color: rgb(228,161,7); }
H1.HeaderClassName
{
color: #E4A107;
}
.AnyTagClassName
{
color: #E4A107;
}
</style>
background-color css
<style>
a { background-color: #E4A107; }
a { background-color: rgb(228,161,7); }
div.DivClassName
{
background-color: #E4A107;
}
.BgClassName
{
background-color: #E4A107;
}
</style>
border-color css
<style>
span { border-color: #E4A107; }
span { border-color: rgb(228,161,7); }
td.TdClassName
{
border-color: #E4A107;
}
.TagClassName
{
border-color: #E4A107;
}
</style>