Shades of Gamboge #E0AF0A
Tints of Gamboge #E0AF0A
RGB
CMYK
RGB Variations
Color information
#E0AF0A (or 0xE0AF0A) is known color: Gamboge. HEX triplet: E0, AF and 0A. RGB value is (224,175,10). Sum of RGB (Red+Green+Blue) = 224+175+10=409 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.77% from 409); Green value is 175 (68.75% from 255 or 42.79% from 409); Blue value is 10 (4.30% from 255 or 2.44% from 409); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AF0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0AF0A is #1F50F5. Grayscale: #ABABAB. Windows color (decimal): -2052342 or 700384. OLE color: 700384.
HSL color Cylindrical-coordinate representation of color #E0AF0A: hue angle of 46.26º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E0AF0A is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 175 | 10 | - |
| CMYK | 0 | 0.22 | 0.96 | 0.12 |
| HSL | 46.26º | 0.91% | 0.46% | - |
| HSV(B) | 46.26º | 0.96% | 0.88% | - |
| XYZ | 46.13 | 46.53 | 6.84 | - |
| YUV | 170.84 | 37.23 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 175 | 10 | 0 | 0.22 | 0.96 | 0.12 | 46.26 | 0.91 | 0.46 |
| Hex | E0 | AF | A | 0 | 16 | 60 | C | 2E | 5B | 2E |
| Octal | 340 | 257 | 12 | 0 | 26 | 140 | 14 | 56 | 133 | 56 |
| Binary | 11100000 | 10101111 | 1010 | 0 | 10110 | 1100000 | 1100 | 101110 | 1011011 | 101110 |
Color Harmonies of #E0AF0A
Complementary color
Monochromatic Colors of #E0AF0A
Black with #E0AF0A
Text Example
Text Example
White with #E0AF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AF0A; }
p { color: rgb(224,175,10); }
H1.HeaderClassName
{
color: #E0AF0A;
}
.AnyTagClassName
{
color: #E0AF0A;
}
</style>
background-color css
<style>
a { background-color: #E0AF0A; }
a { background-color: rgb(224,175,10); }
div.DivClassName
{
background-color: #E0AF0A;
}
.BgClassName
{
background-color: #E0AF0A;
}
</style>
border-color css
<style>
span { border-color: #E0AF0A; }
span { border-color: rgb(224,175,10); }
td.TdClassName
{
border-color: #E0AF0A;
}
.TagClassName
{
border-color: #E0AF0A;
}
</style>