Shades of Gamboge #E5AD04
Tints of Gamboge #E5AD04
RGB
CMYK
RGB Variations
Color information
#E5AD04 (or 0xE5AD04) is known color: Gamboge. HEX triplet: E5, AD and 04. RGB value is (229,173,4). Sum of RGB (Red+Green+Blue) = 229+173+4=406 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.40% from 406); Green value is 173 (67.97% from 255 or 42.61% from 406); Blue value is 4 (1.95% from 255 or 0.99% from 406); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AD04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5AD04 is #1A52FB. Grayscale: #ABABAB. Windows color (decimal): -1725180 or 306661. OLE color: 306661.
HSL color Cylindrical-coordinate representation of color #E5AD04: hue angle of 45.07º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E5AD04 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 173 | 4 | - |
| CMYK | 0 | 0.24 | 0.98 | 0.10 |
| HSL | 45.07º | 0.97% | 0.46% | - |
| HSV(B) | 45.07º | 0.98% | 0.9% | - |
| XYZ | 47.28 | 46.55 | 6.61 | - |
| YUV | 170.48 | 34.05 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 173 | 4 | 0 | 0.24 | 0.98 | 0.10 | 45.07 | 0.97 | 0.46 |
| Hex | E5 | AD | 4 | 0 | 18 | 62 | A | 2D | 61 | 2E |
| Octal | 345 | 255 | 4 | 0 | 30 | 142 | 12 | 55 | 141 | 56 |
| Binary | 11100101 | 10101101 | 100 | 0 | 11000 | 1100010 | 1010 | 101101 | 1100001 | 101110 |
Color Harmonies of #E5AD04
Complementary color
Monochromatic Colors of #E5AD04
Black with #E5AD04
Text Example
Text Example
White with #E5AD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AD04; }
p { color: rgb(229,173,4); }
H1.HeaderClassName
{
color: #E5AD04;
}
.AnyTagClassName
{
color: #E5AD04;
}
</style>
background-color css
<style>
a { background-color: #E5AD04; }
a { background-color: rgb(229,173,4); }
div.DivClassName
{
background-color: #E5AD04;
}
.BgClassName
{
background-color: #E5AD04;
}
</style>
border-color css
<style>
span { border-color: #E5AD04; }
span { border-color: rgb(229,173,4); }
td.TdClassName
{
border-color: #E5AD04;
}
.TagClassName
{
border-color: #E5AD04;
}
</style>