Shades of Gamboge #E3A417
Tints of Gamboge #E3A417
RGB
CMYK
RGB Variations
Color information
#E3A417 (or 0xE3A417) is known color: Gamboge. HEX triplet: E3, A4 and 17. RGB value is (227,164,23). Sum of RGB (Red+Green+Blue) = 227+164+23=414 (54% of max value = 765). Red value is 227 (89.06% from 255 or 54.83% from 414); Green value is 164 (64.45% from 255 or 39.61% from 414); Blue value is 23 (9.38% from 255 or 5.56% from 414); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A417 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3A417 is #1C5BE8. Grayscale: #A7A7A7. Windows color (decimal): -1858537 or 1549539. OLE color: 1549539.
HSL color Cylindrical-coordinate representation of color #E3A417: hue angle of 41.47º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E3A417 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 164 | 23 | - |
| CMYK | 0 | 0.28 | 0.90 | 0.11 |
| HSL | 41.47º | 0.82% | 0.49% | - |
| HSV(B) | 41.47º | 0.9% | 0.89% | - |
| XYZ | 45.11 | 42.94 | 6.72 | - |
| YUV | 166.76 | 46.87 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 164 | 23 | 0 | 0.28 | 0.90 | 0.11 | 41.47 | 0.82 | 0.49 |
| Hex | E3 | A4 | 17 | 0 | 1C | 5A | B | 29 | 52 | 31 |
| Octal | 343 | 244 | 27 | 0 | 34 | 132 | 13 | 51 | 122 | 61 |
| Binary | 11100011 | 10100100 | 10111 | 0 | 11100 | 1011010 | 1011 | 101001 | 1010010 | 110001 |
Color Harmonies of #E3A417
Complementary color
Monochromatic Colors of #E3A417
Black with #E3A417
Text Example
Text Example
White with #E3A417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A417; }
p { color: rgb(227,164,23); }
H1.HeaderClassName
{
color: #E3A417;
}
.AnyTagClassName
{
color: #E3A417;
}
</style>
background-color css
<style>
a { background-color: #E3A417; }
a { background-color: rgb(227,164,23); }
div.DivClassName
{
background-color: #E3A417;
}
.BgClassName
{
background-color: #E3A417;
}
</style>
border-color css
<style>
span { border-color: #E3A417; }
span { border-color: rgb(227,164,23); }
td.TdClassName
{
border-color: #E3A417;
}
.TagClassName
{
border-color: #E3A417;
}
</style>