Shades of Gamboge #E6A30B
Tints of Gamboge #E6A30B
RGB
CMYK
RGB Variations
Color information
#E6A30B (or 0xE6A30B) is known color: Gamboge. HEX triplet: E6, A3 and 0B. RGB value is (230,163,11). Sum of RGB (Red+Green+Blue) = 230+163+11=404 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.93% from 404); Green value is 163 (64.06% from 255 or 40.35% from 404); Blue value is 11 (4.69% from 255 or 2.72% from 404); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A30B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6A30B is #195CF4. Grayscale: #A6A6A6. Windows color (decimal): -1662197 or 762854. OLE color: 762854.
HSL color Cylindrical-coordinate representation of color #E6A30B: hue angle of 41.64º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E6A30B is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 163 | 11 | - |
| CMYK | 0 | 0.29 | 0.95 | 0.10 |
| HSL | 41.64º | 0.91% | 0.47% | - |
| HSV(B) | 41.64º | 0.95% | 0.9% | - |
| XYZ | 45.79 | 43.04 | 6.21 | - |
| YUV | 165.71 | 40.7 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 163 | 11 | 0 | 0.29 | 0.95 | 0.10 | 41.64 | 0.91 | 0.47 |
| Hex | E6 | A3 | B | 0 | 1D | 5F | A | 2A | 5B | 2F |
| Octal | 346 | 243 | 13 | 0 | 35 | 137 | 12 | 52 | 133 | 57 |
| Binary | 11100110 | 10100011 | 1011 | 0 | 11101 | 1011111 | 1010 | 101010 | 1011011 | 101111 |
Color Harmonies of #E6A30B
Complementary color
Monochromatic Colors of #E6A30B
Black with #E6A30B
Text Example
Text Example
White with #E6A30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A30B; }
p { color: rgb(230,163,11); }
H1.HeaderClassName
{
color: #E6A30B;
}
.AnyTagClassName
{
color: #E6A30B;
}
</style>
background-color css
<style>
a { background-color: #E6A30B; }
a { background-color: rgb(230,163,11); }
div.DivClassName
{
background-color: #E6A30B;
}
.BgClassName
{
background-color: #E6A30B;
}
</style>
border-color css
<style>
span { border-color: #E6A30B; }
span { border-color: rgb(230,163,11); }
td.TdClassName
{
border-color: #E6A30B;
}
.TagClassName
{
border-color: #E6A30B;
}
</style>