Shades of Gamboge #E0AE0D
Tints of Gamboge #E0AE0D
RGB
CMYK
RGB Variations
Color information
#E0AE0D (or 0xE0AE0D) is known color: Gamboge. HEX triplet: E0, AE and 0D. RGB value is (224,174,13). Sum of RGB (Red+Green+Blue) = 224+174+13=411 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.50% from 411); Green value is 174 (68.36% from 255 or 42.34% from 411); Blue value is 13 (5.47% from 255 or 3.16% from 411); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AE0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0AE0D is #1F51F2. Grayscale: #ABABAB. Windows color (decimal): -2052595 or 896736. OLE color: 896736.
HSL color Cylindrical-coordinate representation of color #E0AE0D: hue angle of 45.78º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E0AE0D is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 174 | 13 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.12 |
| HSL | 45.78º | 0.89% | 0.46% | - |
| HSV(B) | 45.78º | 0.94% | 0.88% | - |
| XYZ | 45.95 | 46.15 | 6.87 | - |
| YUV | 170.6 | 39.07 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 174 | 13 | 0 | 0.22 | 0.94 | 0.12 | 45.78 | 0.89 | 0.46 |
| Hex | E0 | AE | D | 0 | 16 | 5E | C | 2E | 59 | 2E |
| Octal | 340 | 256 | 15 | 0 | 26 | 136 | 14 | 56 | 131 | 56 |
| Binary | 11100000 | 10101110 | 1101 | 0 | 10110 | 1011110 | 1100 | 101110 | 1011001 | 101110 |
Color Harmonies of #E0AE0D
Complementary color
Monochromatic Colors of #E0AE0D
Black with #E0AE0D
Text Example
Text Example
White with #E0AE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AE0D; }
p { color: rgb(224,174,13); }
H1.HeaderClassName
{
color: #E0AE0D;
}
.AnyTagClassName
{
color: #E0AE0D;
}
</style>
background-color css
<style>
a { background-color: #E0AE0D; }
a { background-color: rgb(224,174,13); }
div.DivClassName
{
background-color: #E0AE0D;
}
.BgClassName
{
background-color: #E0AE0D;
}
</style>
border-color css
<style>
span { border-color: #E0AE0D; }
span { border-color: rgb(224,174,13); }
td.TdClassName
{
border-color: #E0AE0D;
}
.TagClassName
{
border-color: #E0AE0D;
}
</style>