Shades of Gamboge #E5AE0E
Tints of Gamboge #E5AE0E
RGB
CMYK
RGB Variations
Color information
#E5AE0E (or 0xE5AE0E) is known color: Gamboge. HEX triplet: E5, AE and 0E. RGB value is (229,174,14). Sum of RGB (Red+Green+Blue) = 229+174+14=417 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.92% from 417); Green value is 174 (68.36% from 255 or 41.73% from 417); Blue value is 14 (5.86% from 255 or 3.36% from 417); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AE0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5AE0E is #1A51F1. Grayscale: #ACACAC. Windows color (decimal): -1724914 or 962277. OLE color: 962277.
HSL color Cylindrical-coordinate representation of color #E5AE0E: hue angle of 44.65º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E5AE0E is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 174 | 14 | - |
| CMYK | 0 | 0.24 | 0.94 | 0.10 |
| HSL | 44.65º | 0.88% | 0.48% | - |
| HSV(B) | 44.65º | 0.94% | 0.9% | - |
| XYZ | 47.53 | 46.96 | 6.97 | - |
| YUV | 172.21 | 38.72 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 174 | 14 | 0 | 0.24 | 0.94 | 0.10 | 44.65 | 0.88 | 0.48 |
| Hex | E5 | AE | E | 0 | 18 | 5E | A | 2D | 58 | 30 |
| Octal | 345 | 256 | 16 | 0 | 30 | 136 | 12 | 55 | 130 | 60 |
| Binary | 11100101 | 10101110 | 1110 | 0 | 11000 | 1011110 | 1010 | 101101 | 1011000 | 110000 |
Color Harmonies of #E5AE0E
Complementary color
Monochromatic Colors of #E5AE0E
Black with #E5AE0E
Text Example
Text Example
White with #E5AE0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AE0E; }
p { color: rgb(229,174,14); }
H1.HeaderClassName
{
color: #E5AE0E;
}
.AnyTagClassName
{
color: #E5AE0E;
}
</style>
background-color css
<style>
a { background-color: #E5AE0E; }
a { background-color: rgb(229,174,14); }
div.DivClassName
{
background-color: #E5AE0E;
}
.BgClassName
{
background-color: #E5AE0E;
}
</style>
border-color css
<style>
span { border-color: #E5AE0E; }
span { border-color: rgb(229,174,14); }
td.TdClassName
{
border-color: #E5AE0E;
}
.TagClassName
{
border-color: #E5AE0E;
}
</style>