Shades of Gamboge #E3A617
Tints of Gamboge #E3A617
RGB
CMYK
RGB Variations
Color information
#E3A617 (or 0xE3A617) is known color: Gamboge. HEX triplet: E3, A6 and 17. RGB value is (227,166,23). Sum of RGB (Red+Green+Blue) = 227+166+23=416 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.57% from 416); Green value is 166 (65.23% from 255 or 39.90% from 416); Blue value is 23 (9.38% from 255 or 5.53% from 416); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A617 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3A617 is #1C59E8. Grayscale: #A8A8A8. Windows color (decimal): -1858025 or 1550051. OLE color: 1550051.
HSL color Cylindrical-coordinate representation of color #E3A617: hue angle of 42.06º 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 #E3A617 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 166 | 23 | - |
| CMYK | 0 | 0.27 | 0.90 | 0.11 |
| HSL | 42.06º | 0.82% | 0.49% | - |
| HSV(B) | 42.06º | 0.9% | 0.89% | - |
| XYZ | 45.47 | 43.67 | 6.84 | - |
| YUV | 167.94 | 46.21 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 166 | 23 | 0 | 0.27 | 0.90 | 0.11 | 42.06 | 0.82 | 0.49 |
| Hex | E3 | A6 | 17 | 0 | 1B | 5A | B | 2A | 52 | 31 |
| Octal | 343 | 246 | 27 | 0 | 33 | 132 | 13 | 52 | 122 | 61 |
| Binary | 11100011 | 10100110 | 10111 | 0 | 11011 | 1011010 | 1011 | 101010 | 1010010 | 110001 |
Color Harmonies of #E3A617
Complementary color
Monochromatic Colors of #E3A617
Black with #E3A617
Text Example
Text Example
White with #E3A617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A617; }
p { color: rgb(227,166,23); }
H1.HeaderClassName
{
color: #E3A617;
}
.AnyTagClassName
{
color: #E3A617;
}
</style>
background-color css
<style>
a { background-color: #E3A617; }
a { background-color: rgb(227,166,23); }
div.DivClassName
{
background-color: #E3A617;
}
.BgClassName
{
background-color: #E3A617;
}
</style>
border-color css
<style>
span { border-color: #E3A617; }
span { border-color: rgb(227,166,23); }
td.TdClassName
{
border-color: #E3A617;
}
.TagClassName
{
border-color: #E3A617;
}
</style>