Shades of Gamboge #E6AB07
Tints of Gamboge #E6AB07
RGB
CMYK
RGB Variations
Color information
#E6AB07 (or 0xE6AB07) is known color: Gamboge. HEX triplet: E6, AB and 07. RGB value is (230,171,7). Sum of RGB (Red+Green+Blue) = 230+171+7=408 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.37% from 408); Green value is 171 (67.19% from 255 or 41.91% from 408); Blue value is 7 (3.12% from 255 or 1.72% from 408); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AB07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6AB07 is #1954F8. Grayscale: #AAAAAA. Windows color (decimal): -1660153 or 502758. OLE color: 502758.
HSL color Cylindrical-coordinate representation of color #E6AB07: hue angle of 44.13º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E6AB07 is Cyan = 0, Magento = 0.26, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 171 | 7 | - |
| CMYK | 0 | 0.26 | 0.97 | 0.10 |
| HSL | 44.13º | 0.94% | 0.46% | - |
| HSV(B) | 44.13º | 0.97% | 0.9% | - |
| XYZ | 47.23 | 45.96 | 6.58 | - |
| YUV | 169.95 | 36.05 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 171 | 7 | 0 | 0.26 | 0.97 | 0.10 | 44.13 | 0.94 | 0.46 |
| Hex | E6 | AB | 7 | 0 | 1A | 61 | A | 2C | 5E | 2E |
| Octal | 346 | 253 | 7 | 0 | 32 | 141 | 12 | 54 | 136 | 56 |
| Binary | 11100110 | 10101011 | 111 | 0 | 11010 | 1100001 | 1010 | 101100 | 1011110 | 101110 |
Color Harmonies of #E6AB07
Complementary color
Monochromatic Colors of #E6AB07
Black with #E6AB07
Text Example
Text Example
White with #E6AB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AB07; }
p { color: rgb(230,171,7); }
H1.HeaderClassName
{
color: #E6AB07;
}
.AnyTagClassName
{
color: #E6AB07;
}
</style>
background-color css
<style>
a { background-color: #E6AB07; }
a { background-color: rgb(230,171,7); }
div.DivClassName
{
background-color: #E6AB07;
}
.BgClassName
{
background-color: #E6AB07;
}
</style>
border-color css
<style>
span { border-color: #E6AB07; }
span { border-color: rgb(230,171,7); }
td.TdClassName
{
border-color: #E6AB07;
}
.TagClassName
{
border-color: #E6AB07;
}
</style>