Shades of Gamboge #E6AB15
Tints of Gamboge #E6AB15
RGB
CMYK
RGB Variations
Color information
#E6AB15 (or 0xE6AB15) is known color: Gamboge. HEX triplet: E6, AB and 15. RGB value is (230,171,21). Sum of RGB (Red+Green+Blue) = 230+171+21=422 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.50% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 21 (8.59% from 255 or 4.98% from 422); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AB15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6AB15 is #1954EA. Grayscale: #ACACAC. Windows color (decimal): -1660139 or 1420262. OLE color: 1420262.
HSL color Cylindrical-coordinate representation of color #E6AB15: hue angle of 43.06º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E6AB15 is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 171 | 21 | - |
| CMYK | 0 | 0.26 | 0.91 | 0.10 |
| HSL | 43.06º | 0.83% | 0.49% | - |
| HSV(B) | 43.06º | 0.91% | 0.9% | - |
| XYZ | 47.33 | 46 | 7.09 | - |
| YUV | 171.54 | 43.05 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 171 | 21 | 0 | 0.26 | 0.91 | 0.10 | 43.06 | 0.83 | 0.49 |
| Hex | E6 | AB | 15 | 0 | 1A | 5B | A | 2B | 53 | 31 |
| Octal | 346 | 253 | 25 | 0 | 32 | 133 | 12 | 53 | 123 | 61 |
| Binary | 11100110 | 10101011 | 10101 | 0 | 11010 | 1011011 | 1010 | 101011 | 1010011 | 110001 |
Color Harmonies of #E6AB15
Complementary color
Monochromatic Colors of #E6AB15
Black with #E6AB15
Text Example
Text Example
White with #E6AB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AB15; }
p { color: rgb(230,171,21); }
H1.HeaderClassName
{
color: #E6AB15;
}
.AnyTagClassName
{
color: #E6AB15;
}
</style>
background-color css
<style>
a { background-color: #E6AB15; }
a { background-color: rgb(230,171,21); }
div.DivClassName
{
background-color: #E6AB15;
}
.BgClassName
{
background-color: #E6AB15;
}
</style>
border-color css
<style>
span { border-color: #E6AB15; }
span { border-color: rgb(230,171,21); }
td.TdClassName
{
border-color: #E6AB15;
}
.TagClassName
{
border-color: #E6AB15;
}
</style>