Shades of Gamboge #E0AC01
Tints of Gamboge #E0AC01
RGB
CMYK
RGB Variations
Color information
#E0AC01 (or 0xE0AC01) is known color: Gamboge. HEX triplet: E0, AC and 01. RGB value is (224,172,1). Sum of RGB (Red+Green+Blue) = 224+172+1=397 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.42% from 397); Green value is 172 (67.58% from 255 or 43.32% from 397); Blue value is 1 (0.78% from 255 or 0.25% from 397); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AC01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0AC01 is #1F53FE. Grayscale: #A8A8A8. Windows color (decimal): -2053119 or 109792. OLE color: 109792.
HSL color Cylindrical-coordinate representation of color #E0AC01: hue angle of 46.01º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E0AC01 is Cyan = 0, Magento = 0.23, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 172 | 1 | - |
| CMYK | 0 | 0.23 | 1.00 | 0.12 |
| HSL | 46.01º | 0.99% | 0.44% | - |
| HSV(B) | 46.01º | 1% | 0.88% | - |
| XYZ | 45.5 | 45.35 | 6.38 | - |
| YUV | 168.05 | 33.73 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 172 | 1 | 0 | 0.23 | 1.00 | 0.12 | 46.01 | 0.99 | 0.44 |
| Hex | E0 | AC | 1 | 0 | 17 | 64 | C | 2E | 63 | 2C |
| Octal | 340 | 254 | 1 | 0 | 27 | 144 | 14 | 56 | 143 | 54 |
| Binary | 11100000 | 10101100 | 1 | 0 | 10111 | 1100100 | 1100 | 101110 | 1100011 | 101100 |
Color Harmonies of #E0AC01
Complementary color
Monochromatic Colors of #E0AC01
Black with #E0AC01
Text Example
Text Example
White with #E0AC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AC01; }
p { color: rgb(224,172,1); }
H1.HeaderClassName
{
color: #E0AC01;
}
.AnyTagClassName
{
color: #E0AC01;
}
</style>
background-color css
<style>
a { background-color: #E0AC01; }
a { background-color: rgb(224,172,1); }
div.DivClassName
{
background-color: #E0AC01;
}
.BgClassName
{
background-color: #E0AC01;
}
</style>
border-color css
<style>
span { border-color: #E0AC01; }
span { border-color: rgb(224,172,1); }
td.TdClassName
{
border-color: #E0AC01;
}
.TagClassName
{
border-color: #E0AC01;
}
</style>