Shades of Gamboge #E6A50B
Tints of Gamboge #E6A50B
RGB
CMYK
RGB Variations
Color information
#E6A50B (or 0xE6A50B) is known color: Gamboge. HEX triplet: E6, A5 and 0B. RGB value is (230,165,11). Sum of RGB (Red+Green+Blue) = 230+165+11=406 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.65% from 406); Green value is 165 (64.84% from 255 or 40.64% from 406); Blue value is 11 (4.69% from 255 or 2.71% from 406); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A50B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6A50B is #195AF4. Grayscale: #A7A7A7. Windows color (decimal): -1661685 or 763366. OLE color: 763366.
HSL color Cylindrical-coordinate representation of color #E6A50B: hue angle of 42.19º 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 #E6A50B is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 165 | 11 | - |
| CMYK | 0 | 0.28 | 0.95 | 0.10 |
| HSL | 42.19º | 0.91% | 0.47% | - |
| HSV(B) | 42.19º | 0.95% | 0.9% | - |
| XYZ | 46.15 | 43.76 | 6.33 | - |
| YUV | 166.88 | 40.03 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 165 | 11 | 0 | 0.28 | 0.95 | 0.10 | 42.19 | 0.91 | 0.47 |
| Hex | E6 | A5 | B | 0 | 1C | 5F | A | 2A | 5B | 2F |
| Octal | 346 | 245 | 13 | 0 | 34 | 137 | 12 | 52 | 133 | 57 |
| Binary | 11100110 | 10100101 | 1011 | 0 | 11100 | 1011111 | 1010 | 101010 | 1011011 | 101111 |
Color Harmonies of #E6A50B
Complementary color
Monochromatic Colors of #E6A50B
Black with #E6A50B
Text Example
Text Example
White with #E6A50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A50B; }
p { color: rgb(230,165,11); }
H1.HeaderClassName
{
color: #E6A50B;
}
.AnyTagClassName
{
color: #E6A50B;
}
</style>
background-color css
<style>
a { background-color: #E6A50B; }
a { background-color: rgb(230,165,11); }
div.DivClassName
{
background-color: #E6A50B;
}
.BgClassName
{
background-color: #E6A50B;
}
</style>
border-color css
<style>
span { border-color: #E6A50B; }
span { border-color: rgb(230,165,11); }
td.TdClassName
{
border-color: #E6A50B;
}
.TagClassName
{
border-color: #E6A50B;
}
</style>