Shades of Gamboge #E5AE0D
Tints of Gamboge #E5AE0D
RGB
CMYK
RGB Variations
Color information
#E5AE0D (or 0xE5AE0D) is known color: Gamboge. HEX triplet: E5, AE and 0D. RGB value is (229,174,13). Sum of RGB (Red+Green+Blue) = 229+174+13=416 (55% of max value = 765). Red value is 229 (89.84% from 255 or 55.05% from 416); Green value is 174 (68.36% from 255 or 41.83% from 416); Blue value is 13 (5.47% from 255 or 3.12% from 416); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AE0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5AE0D is #1A51F2. Grayscale: #ACACAC. Windows color (decimal): -1724915 or 896741. OLE color: 896741.
HSL color Cylindrical-coordinate representation of color #E5AE0D: hue angle of 44.72º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E5AE0D is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 174 | 13 | - |
| CMYK | 0 | 0.24 | 0.94 | 0.10 |
| HSL | 44.72º | 0.89% | 0.47% | - |
| HSV(B) | 44.72º | 0.94% | 0.9% | - |
| XYZ | 47.52 | 46.96 | 6.94 | - |
| YUV | 172.09 | 38.22 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 174 | 13 | 0 | 0.24 | 0.94 | 0.10 | 44.72 | 0.89 | 0.47 |
| Hex | E5 | AE | D | 0 | 18 | 5E | A | 2D | 59 | 2F |
| Octal | 345 | 256 | 15 | 0 | 30 | 136 | 12 | 55 | 131 | 57 |
| Binary | 11100101 | 10101110 | 1101 | 0 | 11000 | 1011110 | 1010 | 101101 | 1011001 | 101111 |
Color Harmonies of #E5AE0D
Complementary color
Monochromatic Colors of #E5AE0D
Black with #E5AE0D
Text Example
Text Example
White with #E5AE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AE0D; }
p { color: rgb(229,174,13); }
H1.HeaderClassName
{
color: #E5AE0D;
}
.AnyTagClassName
{
color: #E5AE0D;
}
</style>
background-color css
<style>
a { background-color: #E5AE0D; }
a { background-color: rgb(229,174,13); }
div.DivClassName
{
background-color: #E5AE0D;
}
.BgClassName
{
background-color: #E5AE0D;
}
</style>
border-color css
<style>
span { border-color: #E5AE0D; }
span { border-color: rgb(229,174,13); }
td.TdClassName
{
border-color: #E5AE0D;
}
.TagClassName
{
border-color: #E5AE0D;
}
</style>