Shades of Gamboge #E6AA16
Tints of Gamboge #E6AA16
RGB
CMYK
RGB Variations
Color information
#E6AA16 (or 0xE6AA16) is known color: Gamboge. HEX triplet: E6, AA and 16. RGB value is (230,170,22). Sum of RGB (Red+Green+Blue) = 230+170+22=422 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.50% from 422); Green value is 170 (66.80% from 255 or 40.28% from 422); Blue value is 22 (8.98% from 255 or 5.21% from 422); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AA16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6AA16 is #1955E9. Grayscale: #ABABAB. Windows color (decimal): -1660394 or 1485542. OLE color: 1485542.
HSL color Cylindrical-coordinate representation of color #E6AA16: hue angle of 42.69º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E6AA16 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 170 | 22 | - |
| CMYK | 0 | 0.26 | 0.90 | 0.10 |
| HSL | 42.69º | 0.83% | 0.49% | - |
| HSV(B) | 42.69º | 0.9% | 0.9% | - |
| XYZ | 47.15 | 45.63 | 7.08 | - |
| YUV | 171.07 | 43.88 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 170 | 22 | 0 | 0.26 | 0.90 | 0.10 | 42.69 | 0.83 | 0.49 |
| Hex | E6 | AA | 16 | 0 | 1A | 5A | A | 2B | 53 | 31 |
| Octal | 346 | 252 | 26 | 0 | 32 | 132 | 12 | 53 | 123 | 61 |
| Binary | 11100110 | 10101010 | 10110 | 0 | 11010 | 1011010 | 1010 | 101011 | 1010011 | 110001 |
Color Harmonies of #E6AA16
Complementary color
Monochromatic Colors of #E6AA16
Black with #E6AA16
Text Example
Text Example
White with #E6AA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AA16; }
p { color: rgb(230,170,22); }
H1.HeaderClassName
{
color: #E6AA16;
}
.AnyTagClassName
{
color: #E6AA16;
}
</style>
background-color css
<style>
a { background-color: #E6AA16; }
a { background-color: rgb(230,170,22); }
div.DivClassName
{
background-color: #E6AA16;
}
.BgClassName
{
background-color: #E6AA16;
}
</style>
border-color css
<style>
span { border-color: #E6AA16; }
span { border-color: rgb(230,170,22); }
td.TdClassName
{
border-color: #E6AA16;
}
.TagClassName
{
border-color: #E6AA16;
}
</style>