Shades of Gamboge #E5AC0E
Tints of Gamboge #E5AC0E
RGB
CMYK
RGB Variations
Color information
#E5AC0E (or 0xE5AC0E) is known color: Gamboge. HEX triplet: E5, AC and 0E. RGB value is (229,172,14). Sum of RGB (Red+Green+Blue) = 229+172+14=415 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.18% from 415); Green value is 172 (67.58% from 255 or 41.45% from 415); Blue value is 14 (5.86% from 255 or 3.37% from 415); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AC0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5AC0E is #1A53F1. Grayscale: #ABABAB. Windows color (decimal): -1725426 or 961765. OLE color: 961765.
HSL color Cylindrical-coordinate representation of color #E5AC0E: hue angle of 44.09º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E5AC0E is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 172 | 14 | - |
| CMYK | 0 | 0.25 | 0.94 | 0.10 |
| HSL | 44.09º | 0.88% | 0.48% | - |
| HSV(B) | 44.09º | 0.94% | 0.9% | - |
| XYZ | 47.14 | 46.19 | 6.85 | - |
| YUV | 171.03 | 39.38 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 172 | 14 | 0 | 0.25 | 0.94 | 0.10 | 44.09 | 0.88 | 0.48 |
| Hex | E5 | AC | E | 0 | 19 | 5E | A | 2C | 58 | 30 |
| Octal | 345 | 254 | 16 | 0 | 31 | 136 | 12 | 54 | 130 | 60 |
| Binary | 11100101 | 10101100 | 1110 | 0 | 11001 | 1011110 | 1010 | 101100 | 1011000 | 110000 |
Color Harmonies of #E5AC0E
Complementary color
Monochromatic Colors of #E5AC0E
Black with #E5AC0E
Text Example
Text Example
White with #E5AC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AC0E; }
p { color: rgb(229,172,14); }
H1.HeaderClassName
{
color: #E5AC0E;
}
.AnyTagClassName
{
color: #E5AC0E;
}
</style>
background-color css
<style>
a { background-color: #E5AC0E; }
a { background-color: rgb(229,172,14); }
div.DivClassName
{
background-color: #E5AC0E;
}
.BgClassName
{
background-color: #E5AC0E;
}
</style>
border-color css
<style>
span { border-color: #E5AC0E; }
span { border-color: rgb(229,172,14); }
td.TdClassName
{
border-color: #E5AC0E;
}
.TagClassName
{
border-color: #E5AC0E;
}
</style>