Shades of Gamboge #E5AC0A
Tints of Gamboge #E5AC0A
RGB
CMYK
RGB Variations
Color information
#E5AC0A (or 0xE5AC0A) is known color: Gamboge. HEX triplet: E5, AC and 0A. RGB value is (229,172,10). Sum of RGB (Red+Green+Blue) = 229+172+10=411 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.72% from 411); Green value is 172 (67.58% from 255 or 41.85% from 411); Blue value is 10 (4.30% from 255 or 2.43% from 411); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AC0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5AC0A is #1A53F5. Grayscale: #ABABAB. Windows color (decimal): -1725430 or 699621. OLE color: 699621.
HSL color Cylindrical-coordinate representation of color #E5AC0A: hue angle of 44.38º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E5AC0A is Cyan = 0, Magento = 0.25, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 172 | 10 | - |
| CMYK | 0 | 0.25 | 0.96 | 0.10 |
| HSL | 44.38º | 0.92% | 0.47% | - |
| HSV(B) | 44.38º | 0.96% | 0.9% | - |
| XYZ | 47.12 | 46.18 | 6.72 | - |
| YUV | 170.58 | 37.38 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 172 | 10 | 0 | 0.25 | 0.96 | 0.10 | 44.38 | 0.92 | 0.47 |
| Hex | E5 | AC | A | 0 | 19 | 60 | A | 2C | 5C | 2F |
| Octal | 345 | 254 | 12 | 0 | 31 | 140 | 12 | 54 | 134 | 57 |
| Binary | 11100101 | 10101100 | 1010 | 0 | 11001 | 1100000 | 1010 | 101100 | 1011100 | 101111 |
Color Harmonies of #E5AC0A
Complementary color
Monochromatic Colors of #E5AC0A
Black with #E5AC0A
Text Example
Text Example
White with #E5AC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AC0A; }
p { color: rgb(229,172,10); }
H1.HeaderClassName
{
color: #E5AC0A;
}
.AnyTagClassName
{
color: #E5AC0A;
}
</style>
background-color css
<style>
a { background-color: #E5AC0A; }
a { background-color: rgb(229,172,10); }
div.DivClassName
{
background-color: #E5AC0A;
}
.BgClassName
{
background-color: #E5AC0A;
}
</style>
border-color css
<style>
span { border-color: #E5AC0A; }
span { border-color: rgb(229,172,10); }
td.TdClassName
{
border-color: #E5AC0A;
}
.TagClassName
{
border-color: #E5AC0A;
}
</style>