Shades of Gamboge #E0AF09
Tints of Gamboge #E0AF09
RGB
CMYK
RGB Variations
Color information
#E0AF09 (or 0xE0AF09) is known color: Gamboge. HEX triplet: E0, AF and 09. RGB value is (224,175,9). Sum of RGB (Red+Green+Blue) = 224+175+9=408 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.90% from 408); Green value is 175 (68.75% from 255 or 42.89% from 408); Blue value is 9 (3.91% from 255 or 2.21% from 408); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AF09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0AF09 is #1F50F6. Grayscale: #ABABAB. Windows color (decimal): -2052343 or 634848. OLE color: 634848.
HSL color Cylindrical-coordinate representation of color #E0AF09: hue angle of 46.33º degrees, saturation: 0.92, 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 #E0AF09 is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 175 | 9 | - |
| CMYK | 0 | 0.22 | 0.96 | 0.12 |
| HSL | 46.33º | 0.92% | 0.46% | - |
| HSV(B) | 46.33º | 0.96% | 0.88% | - |
| XYZ | 46.12 | 46.53 | 6.81 | - |
| YUV | 170.73 | 36.73 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 175 | 9 | 0 | 0.22 | 0.96 | 0.12 | 46.33 | 0.92 | 0.46 |
| Hex | E0 | AF | 9 | 0 | 16 | 60 | C | 2E | 5C | 2E |
| Octal | 340 | 257 | 11 | 0 | 26 | 140 | 14 | 56 | 134 | 56 |
| Binary | 11100000 | 10101111 | 1001 | 0 | 10110 | 1100000 | 1100 | 101110 | 1011100 | 101110 |
Color Harmonies of #E0AF09
Complementary color
Monochromatic Colors of #E0AF09
Black with #E0AF09
Text Example
Text Example
White with #E0AF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AF09; }
p { color: rgb(224,175,9); }
H1.HeaderClassName
{
color: #E0AF09;
}
.AnyTagClassName
{
color: #E0AF09;
}
</style>
background-color css
<style>
a { background-color: #E0AF09; }
a { background-color: rgb(224,175,9); }
div.DivClassName
{
background-color: #E0AF09;
}
.BgClassName
{
background-color: #E0AF09;
}
</style>
border-color css
<style>
span { border-color: #E0AF09; }
span { border-color: rgb(224,175,9); }
td.TdClassName
{
border-color: #E0AF09;
}
.TagClassName
{
border-color: #E0AF09;
}
</style>