Shades of Gamboge #E3AF09
Tints of Gamboge #E3AF09
RGB
CMYK
RGB Variations
Color information
#E3AF09 (or 0xE3AF09) is known color: Gamboge. HEX triplet: E3, AF and 09. RGB value is (227,175,9). Sum of RGB (Red+Green+Blue) = 227+175+9=411 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.23% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 9 (3.91% from 255 or 2.19% from 411); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AF09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3AF09 is #1C50F6. Grayscale: #ACACAC. Windows color (decimal): -1855735 or 634851. OLE color: 634851.
HSL color Cylindrical-coordinate representation of color #E3AF09: hue angle of 45.69º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E3AF09 is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 175 | 9 | - |
| CMYK | 0 | 0.23 | 0.96 | 0.11 |
| HSL | 45.69º | 0.92% | 0.46% | - |
| HSV(B) | 45.69º | 0.96% | 0.89% | - |
| XYZ | 47.06 | 47.01 | 6.85 | - |
| YUV | 171.62 | 36.23 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 175 | 9 | 0 | 0.23 | 0.96 | 0.11 | 45.69 | 0.92 | 0.46 |
| Hex | E3 | AF | 9 | 0 | 17 | 60 | B | 2E | 5C | 2E |
| Octal | 343 | 257 | 11 | 0 | 27 | 140 | 13 | 56 | 134 | 56 |
| Binary | 11100011 | 10101111 | 1001 | 0 | 10111 | 1100000 | 1011 | 101110 | 1011100 | 101110 |
Color Harmonies of #E3AF09
Complementary color
Monochromatic Colors of #E3AF09
Black with #E3AF09
Text Example
Text Example
White with #E3AF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AF09; }
p { color: rgb(227,175,9); }
H1.HeaderClassName
{
color: #E3AF09;
}
.AnyTagClassName
{
color: #E3AF09;
}
</style>
background-color css
<style>
a { background-color: #E3AF09; }
a { background-color: rgb(227,175,9); }
div.DivClassName
{
background-color: #E3AF09;
}
.BgClassName
{
background-color: #E3AF09;
}
</style>
border-color css
<style>
span { border-color: #E3AF09; }
span { border-color: rgb(227,175,9); }
td.TdClassName
{
border-color: #E3AF09;
}
.TagClassName
{
border-color: #E3AF09;
}
</style>