Shades of Gamboge #E6A20B
Tints of Gamboge #E6A20B
RGB
CMYK
RGB Variations
Color information
#E6A20B (or 0xE6A20B) is known color: Gamboge. HEX triplet: E6, A2 and 0B. RGB value is (230,162,11). Sum of RGB (Red+Green+Blue) = 230+162+11=403 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.07% from 403); Green value is 162 (63.67% from 255 or 40.20% from 403); Blue value is 11 (4.69% from 255 or 2.73% from 403); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A20B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6A20B is #195DF4. Grayscale: #A5A5A5. Windows color (decimal): -1662453 or 762598. OLE color: 762598.
HSL color Cylindrical-coordinate representation of color #E6A20B: hue angle of 41.37º 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 #E6A20B is Cyan = 0, Magento = 0.30, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 162 | 11 | - |
| CMYK | 0 | 0.30 | 0.95 | 0.10 |
| HSL | 41.37º | 0.91% | 0.47% | - |
| HSV(B) | 41.37º | 0.95% | 0.9% | - |
| XYZ | 45.61 | 42.69 | 6.15 | - |
| YUV | 165.12 | 41.03 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 162 | 11 | 0 | 0.30 | 0.95 | 0.10 | 41.37 | 0.91 | 0.47 |
| Hex | E6 | A2 | B | 0 | 1E | 5F | A | 29 | 5B | 2F |
| Octal | 346 | 242 | 13 | 0 | 36 | 137 | 12 | 51 | 133 | 57 |
| Binary | 11100110 | 10100010 | 1011 | 0 | 11110 | 1011111 | 1010 | 101001 | 1011011 | 101111 |
Color Harmonies of #E6A20B
Complementary color
Monochromatic Colors of #E6A20B
Black with #E6A20B
Text Example
Text Example
White with #E6A20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A20B; }
p { color: rgb(230,162,11); }
H1.HeaderClassName
{
color: #E6A20B;
}
.AnyTagClassName
{
color: #E6A20B;
}
</style>
background-color css
<style>
a { background-color: #E6A20B; }
a { background-color: rgb(230,162,11); }
div.DivClassName
{
background-color: #E6A20B;
}
.BgClassName
{
background-color: #E6A20B;
}
</style>
border-color css
<style>
span { border-color: #E6A20B; }
span { border-color: rgb(230,162,11); }
td.TdClassName
{
border-color: #E6A20B;
}
.TagClassName
{
border-color: #E6A20B;
}
</style>