Shades of Gamboge #E0AC04
Tints of Gamboge #E0AC04
RGB
CMYK
RGB Variations
Color information
#E0AC04 (or 0xE0AC04) is known color: Gamboge. HEX triplet: E0, AC and 04. RGB value is (224,172,4). Sum of RGB (Red+Green+Blue) = 224+172+4=400 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56% from 400); Green value is 172 (67.58% from 255 or 43% from 400); Blue value is 4 (1.95% from 255 or 1% from 400); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AC04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0AC04 is #1F53FB. Grayscale: #A9A9A9. Windows color (decimal): -2053116 or 306400. OLE color: 306400.
HSL color Cylindrical-coordinate representation of color #E0AC04: hue angle of 45.82º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E0AC04 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 172 | 4 | - |
| CMYK | 0 | 0.23 | 0.98 | 0.12 |
| HSL | 45.82º | 0.96% | 0.45% | - |
| HSV(B) | 45.82º | 0.98% | 0.88% | - |
| XYZ | 45.51 | 45.36 | 6.47 | - |
| YUV | 168.4 | 35.23 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 172 | 4 | 0 | 0.23 | 0.98 | 0.12 | 45.82 | 0.96 | 0.45 |
| Hex | E0 | AC | 4 | 0 | 17 | 62 | C | 2E | 60 | 2D |
| Octal | 340 | 254 | 4 | 0 | 27 | 142 | 14 | 56 | 140 | 55 |
| Binary | 11100000 | 10101100 | 100 | 0 | 10111 | 1100010 | 1100 | 101110 | 1100000 | 101101 |
Color Harmonies of #E0AC04
Complementary color
Monochromatic Colors of #E0AC04
Black with #E0AC04
Text Example
Text Example
White with #E0AC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AC04; }
p { color: rgb(224,172,4); }
H1.HeaderClassName
{
color: #E0AC04;
}
.AnyTagClassName
{
color: #E0AC04;
}
</style>
background-color css
<style>
a { background-color: #E0AC04; }
a { background-color: rgb(224,172,4); }
div.DivClassName
{
background-color: #E0AC04;
}
.BgClassName
{
background-color: #E0AC04;
}
</style>
border-color css
<style>
span { border-color: #E0AC04; }
span { border-color: rgb(224,172,4); }
td.TdClassName
{
border-color: #E0AC04;
}
.TagClassName
{
border-color: #E0AC04;
}
</style>