Shades of Gamboge #E6A414
Tints of Gamboge #E6A414
RGB
CMYK
RGB Variations
Color information
#E6A414 (or 0xE6A414) is known color: Gamboge. HEX triplet: E6, A4 and 14. RGB value is (230,164,20). Sum of RGB (Red+Green+Blue) = 230+164+20=414 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.56% from 414); Green value is 164 (64.45% from 255 or 39.61% from 414); Blue value is 20 (8.20% from 255 or 4.83% from 414); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A414 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6A414 is #195BEB. Grayscale: #A7A7A7. Windows color (decimal): -1661932 or 1352934. OLE color: 1352934.
HSL color Cylindrical-coordinate representation of color #E6A414: hue angle of 41.14º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E6A414 is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 164 | 20 | - |
| CMYK | 0 | 0.29 | 0.91 | 0.10 |
| HSL | 41.14º | 0.84% | 0.49% | - |
| HSV(B) | 41.14º | 0.91% | 0.9% | - |
| XYZ | 46.03 | 43.42 | 6.62 | - |
| YUV | 167.32 | 44.87 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 164 | 20 | 0 | 0.29 | 0.91 | 0.10 | 41.14 | 0.84 | 0.49 |
| Hex | E6 | A4 | 14 | 0 | 1D | 5B | A | 29 | 54 | 31 |
| Octal | 346 | 244 | 24 | 0 | 35 | 133 | 12 | 51 | 124 | 61 |
| Binary | 11100110 | 10100100 | 10100 | 0 | 11101 | 1011011 | 1010 | 101001 | 1010100 | 110001 |
Color Harmonies of #E6A414
Complementary color
Monochromatic Colors of #E6A414
Black with #E6A414
Text Example
Text Example
White with #E6A414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A414; }
p { color: rgb(230,164,20); }
H1.HeaderClassName
{
color: #E6A414;
}
.AnyTagClassName
{
color: #E6A414;
}
</style>
background-color css
<style>
a { background-color: #E6A414; }
a { background-color: rgb(230,164,20); }
div.DivClassName
{
background-color: #E6A414;
}
.BgClassName
{
background-color: #E6A414;
}
</style>
border-color css
<style>
span { border-color: #E6A414; }
span { border-color: rgb(230,164,20); }
td.TdClassName
{
border-color: #E6A414;
}
.TagClassName
{
border-color: #E6A414;
}
</style>