Shades of Gamboge #E3AD0E
Tints of Gamboge #E3AD0E
RGB
CMYK
RGB Variations
Color information
#E3AD0E (or 0xE3AD0E) is known color: Gamboge. HEX triplet: E3, AD and 0E. RGB value is (227,173,14). Sum of RGB (Red+Green+Blue) = 227+173+14=414 (54% of max value = 765). Red value is 227 (89.06% from 255 or 54.83% from 414); Green value is 173 (67.97% from 255 or 41.79% from 414); Blue value is 14 (5.86% from 255 or 3.38% from 414); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AD0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3AD0E is #1C52F1. Grayscale: #ABABAB. Windows color (decimal): -1856242 or 962019. OLE color: 962019.
HSL color Cylindrical-coordinate representation of color #E3AD0E: hue angle of 44.79º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E3AD0E is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 173 | 14 | - |
| CMYK | 0 | 0.24 | 0.94 | 0.11 |
| HSL | 44.79º | 0.88% | 0.47% | - |
| HSV(B) | 44.79º | 0.94% | 0.89% | - |
| XYZ | 46.7 | 46.25 | 6.88 | - |
| YUV | 171.02 | 39.39 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 173 | 14 | 0 | 0.24 | 0.94 | 0.11 | 44.79 | 0.88 | 0.47 |
| Hex | E3 | AD | E | 0 | 18 | 5E | B | 2D | 58 | 2F |
| Octal | 343 | 255 | 16 | 0 | 30 | 136 | 13 | 55 | 130 | 57 |
| Binary | 11100011 | 10101101 | 1110 | 0 | 11000 | 1011110 | 1011 | 101101 | 1011000 | 101111 |
Color Harmonies of #E3AD0E
Complementary color
Monochromatic Colors of #E3AD0E
Black with #E3AD0E
Text Example
Text Example
White with #E3AD0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AD0E; }
p { color: rgb(227,173,14); }
H1.HeaderClassName
{
color: #E3AD0E;
}
.AnyTagClassName
{
color: #E3AD0E;
}
</style>
background-color css
<style>
a { background-color: #E3AD0E; }
a { background-color: rgb(227,173,14); }
div.DivClassName
{
background-color: #E3AD0E;
}
.BgClassName
{
background-color: #E3AD0E;
}
</style>
border-color css
<style>
span { border-color: #E3AD0E; }
span { border-color: rgb(227,173,14); }
td.TdClassName
{
border-color: #E3AD0E;
}
.TagClassName
{
border-color: #E3AD0E;
}
</style>