Shades of Gamboge #E0AF0D
Tints of Gamboge #E0AF0D
RGB
CMYK
RGB Variations
Color information
#E0AF0D (or 0xE0AF0D) is known color: Gamboge. HEX triplet: E0, AF and 0D. RGB value is (224,175,13). Sum of RGB (Red+Green+Blue) = 224+175+13=412 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.37% from 412); Green value is 175 (68.75% from 255 or 42.48% from 412); Blue value is 13 (5.47% from 255 or 3.16% from 412); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AF0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0AF0D is #1F50F2. Grayscale: #ABABAB. Windows color (decimal): -2052339 or 896992. OLE color: 896992.
HSL color Cylindrical-coordinate representation of color #E0AF0D: hue angle of 46.07º 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 #E0AF0D is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 175 | 13 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.12 |
| HSL | 46.07º | 0.89% | 0.46% | - |
| HSV(B) | 46.07º | 0.94% | 0.88% | - |
| XYZ | 46.14 | 46.54 | 6.93 | - |
| YUV | 171.18 | 38.73 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 175 | 13 | 0 | 0.22 | 0.94 | 0.12 | 46.07 | 0.89 | 0.46 |
| Hex | E0 | AF | D | 0 | 16 | 5E | C | 2E | 59 | 2E |
| Octal | 340 | 257 | 15 | 0 | 26 | 136 | 14 | 56 | 131 | 56 |
| Binary | 11100000 | 10101111 | 1101 | 0 | 10110 | 1011110 | 1100 | 101110 | 1011001 | 101110 |
Color Harmonies of #E0AF0D
Complementary color
Monochromatic Colors of #E0AF0D
Black with #E0AF0D
Text Example
Text Example
White with #E0AF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AF0D; }
p { color: rgb(224,175,13); }
H1.HeaderClassName
{
color: #E0AF0D;
}
.AnyTagClassName
{
color: #E0AF0D;
}
</style>
background-color css
<style>
a { background-color: #E0AF0D; }
a { background-color: rgb(224,175,13); }
div.DivClassName
{
background-color: #E0AF0D;
}
.BgClassName
{
background-color: #E0AF0D;
}
</style>
border-color css
<style>
span { border-color: #E0AF0D; }
span { border-color: rgb(224,175,13); }
td.TdClassName
{
border-color: #E0AF0D;
}
.TagClassName
{
border-color: #E0AF0D;
}
</style>