Shades of Gamboge #E6A917
Tints of Gamboge #E6A917
RGB
CMYK
RGB Variations
Color information
#E6A917 (or 0xE6A917) is known color: Gamboge. HEX triplet: E6, A9 and 17. RGB value is (230,169,23). Sum of RGB (Red+Green+Blue) = 230+169+23=422 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.50% from 422); Green value is 169 (66.41% from 255 or 40.05% from 422); Blue value is 23 (9.38% from 255 or 5.45% from 422); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A917 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6A917 is #1956E8. Grayscale: #ABABAB. Windows color (decimal): -1660649 or 1550822. OLE color: 1550822.
HSL color Cylindrical-coordinate representation of color #E6A917: hue angle of 42.32º 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 #E6A917 is Cyan = 0, Magento = 0.27, Yellow = 0.9 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 169 | 23 | - |
| CMYK | 0 | 0.27 | 0.9 | 0.10 |
| HSL | 42.32º | 0.82% | 0.5% | - |
| HSV(B) | 42.32º | 0.9% | 0.9% | - |
| XYZ | 46.98 | 45.26 | 7.07 | - |
| YUV | 170.6 | 44.71 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 169 | 23 | 0 | 0.27 | 0.9 | 0.10 | 42.32 | 0.82 | 0.5 |
| Hex | E6 | A9 | 17 | 0 | 1B | 5A | A | 2A | 52 | 32 |
| Octal | 346 | 251 | 27 | 0 | 33 | 132 | 12 | 52 | 122 | 62 |
| Binary | 11100110 | 10101001 | 10111 | 0 | 11011 | 1011010 | 1010 | 101010 | 1010010 | 110010 |
Color Harmonies of #E6A917
Complementary color
Monochromatic Colors of #E6A917
Black with #E6A917
Text Example
Text Example
White with #E6A917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A917; }
p { color: rgb(230,169,23); }
H1.HeaderClassName
{
color: #E6A917;
}
.AnyTagClassName
{
color: #E6A917;
}
</style>
background-color css
<style>
a { background-color: #E6A917; }
a { background-color: rgb(230,169,23); }
div.DivClassName
{
background-color: #E6A917;
}
.BgClassName
{
background-color: #E6A917;
}
</style>
border-color css
<style>
span { border-color: #E6A917; }
span { border-color: rgb(230,169,23); }
td.TdClassName
{
border-color: #E6A917;
}
.TagClassName
{
border-color: #E6A917;
}
</style>