Shades of Gamboge #E6A50F
Tints of Gamboge #E6A50F
RGB
CMYK
RGB Variations
Color information
#E6A50F (or 0xE6A50F) is known color: Gamboge. HEX triplet: E6, A5 and 0F. RGB value is (230,165,15). Sum of RGB (Red+Green+Blue) = 230+165+15=410 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.10% from 410); Green value is 165 (64.84% from 255 or 40.24% from 410); Blue value is 15 (6.25% from 255 or 3.66% from 410); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A50F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6A50F is #195AF0. Grayscale: #A8A8A8. Windows color (decimal): -1661681 or 1025510. OLE color: 1025510.
HSL color Cylindrical-coordinate representation of color #E6A50F: hue angle of 41.86º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E6A50F is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 165 | 15 | - |
| CMYK | 0 | 0.28 | 0.93 | 0.10 |
| HSL | 41.86º | 0.88% | 0.48% | - |
| HSV(B) | 41.86º | 0.93% | 0.9% | - |
| XYZ | 46.17 | 43.77 | 6.47 | - |
| YUV | 167.34 | 42.03 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 165 | 15 | 0 | 0.28 | 0.93 | 0.10 | 41.86 | 0.88 | 0.48 |
| Hex | E6 | A5 | F | 0 | 1C | 5D | A | 2A | 58 | 30 |
| Octal | 346 | 245 | 17 | 0 | 34 | 135 | 12 | 52 | 130 | 60 |
| Binary | 11100110 | 10100101 | 1111 | 0 | 11100 | 1011101 | 1010 | 101010 | 1011000 | 110000 |
Color Harmonies of #E6A50F
Complementary color
Monochromatic Colors of #E6A50F
Black with #E6A50F
Text Example
Text Example
White with #E6A50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A50F; }
p { color: rgb(230,165,15); }
H1.HeaderClassName
{
color: #E6A50F;
}
.AnyTagClassName
{
color: #E6A50F;
}
</style>
background-color css
<style>
a { background-color: #E6A50F; }
a { background-color: rgb(230,165,15); }
div.DivClassName
{
background-color: #E6A50F;
}
.BgClassName
{
background-color: #E6A50F;
}
</style>
border-color css
<style>
span { border-color: #E6A50F; }
span { border-color: rgb(230,165,15); }
td.TdClassName
{
border-color: #E6A50F;
}
.TagClassName
{
border-color: #E6A50F;
}
</style>