Shades of Gamboge #E6A817
Tints of Gamboge #E6A817
RGB
CMYK
RGB Variations
Color information
#E6A817 (or 0xE6A817) is known color: Gamboge. HEX triplet: E6, A8 and 17. RGB value is (230,168,23). Sum of RGB (Red+Green+Blue) = 230+168+23=421 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.63% from 421); Green value is 168 (66.02% from 255 or 39.90% from 421); Blue value is 23 (9.38% from 255 or 5.46% from 421); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A817 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6A817 is #1957E8. Grayscale: #AAAAAA. Windows color (decimal): -1660905 or 1550566. OLE color: 1550566.
HSL color Cylindrical-coordinate representation of color #E6A817: hue angle of 42.03º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E6A817 is Cyan = 0, Magento = 0.27, Yellow = 0.9 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 168 | 23 | - |
| CMYK | 0 | 0.27 | 0.9 | 0.10 |
| HSL | 42.03º | 0.82% | 0.5% | - |
| HSV(B) | 42.03º | 0.9% | 0.9% | - |
| XYZ | 46.79 | 44.89 | 7.01 | - |
| YUV | 170.01 | 45.04 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 168 | 23 | 0 | 0.27 | 0.9 | 0.10 | 42.03 | 0.82 | 0.5 |
| Hex | E6 | A8 | 17 | 0 | 1B | 5A | A | 2A | 52 | 32 |
| Octal | 346 | 250 | 27 | 0 | 33 | 132 | 12 | 52 | 122 | 62 |
| Binary | 11100110 | 10101000 | 10111 | 0 | 11011 | 1011010 | 1010 | 101010 | 1010010 | 110010 |
Color Harmonies of #E6A817
Complementary color
Monochromatic Colors of #E6A817
Black with #E6A817
Text Example
Text Example
White with #E6A817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A817; }
p { color: rgb(230,168,23); }
H1.HeaderClassName
{
color: #E6A817;
}
.AnyTagClassName
{
color: #E6A817;
}
</style>
background-color css
<style>
a { background-color: #E6A817; }
a { background-color: rgb(230,168,23); }
div.DivClassName
{
background-color: #E6A817;
}
.BgClassName
{
background-color: #E6A817;
}
</style>
border-color css
<style>
span { border-color: #E6A817; }
span { border-color: rgb(230,168,23); }
td.TdClassName
{
border-color: #E6A817;
}
.TagClassName
{
border-color: #E6A817;
}
</style>