Shades of Gamboge #E0AE00
Tints of Gamboge #E0AE00
RGB
CMYK
RGB Variations
Color information
#E0AE00 (or 0xE0AE00) is known color: Gamboge. HEX triplet: E0, AE and 00. RGB value is (224,174,0). Sum of RGB (Red+Green+Blue) = 224+174+0=398 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.28% from 398); Green value is 174 (68.36% from 255 or 43.72% from 398); Blue value is 0 (0.39% from 255 or 0% from 398); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AE00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0AE00 is #1F51FF. Grayscale: #A9A9A9. Windows color (decimal): -2052608 or 44768. OLE color: 44768.
HSL color Cylindrical-coordinate representation of color #E0AE00: hue angle of 46.61º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E0AE00 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 174 | 0 | - |
| CMYK | 0 | 0.22 | 1 | 0.12 |
| HSL | 46.61º | 1% | 0.44% | - |
| HSV(B) | 46.61º | 1% | 0.88% | - |
| XYZ | 45.88 | 46.12 | 6.48 | - |
| YUV | 169.11 | 32.57 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 174 | 0 | 0 | 0.22 | 1 | 0.12 | 46.61 | 1 | 0.44 |
| Hex | E0 | AE | 0 | 0 | 16 | 64 | C | 2F | 64 | 2C |
| Octal | 340 | 256 | 0 | 0 | 26 | 144 | 14 | 57 | 144 | 54 |
| Binary | 11100000 | 10101110 | 0 | 0 | 10110 | 1100100 | 1100 | 101111 | 1100100 | 101100 |
Color Harmonies of #E0AE00
Complementary color
Monochromatic Colors of #E0AE00
Black with #E0AE00
Text Example
Text Example
White with #E0AE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AE00; }
p { color: rgb(224,174,0); }
H1.HeaderClassName
{
color: #E0AE00;
}
.AnyTagClassName
{
color: #E0AE00;
}
</style>
background-color css
<style>
a { background-color: #E0AE00; }
a { background-color: rgb(224,174,0); }
div.DivClassName
{
background-color: #E0AE00;
}
.BgClassName
{
background-color: #E0AE00;
}
</style>
border-color css
<style>
span { border-color: #E0AE00; }
span { border-color: rgb(224,174,0); }
td.TdClassName
{
border-color: #E0AE00;
}
.TagClassName
{
border-color: #E0AE00;
}
</style>