Shades of Gamboge #E2AF0B
Tints of Gamboge #E2AF0B
RGB
CMYK
RGB Variations
Color information
#E2AF0B (or 0xE2AF0B) is known color: Gamboge. HEX triplet: E2, AF and 0B. RGB value is (226,175,11). Sum of RGB (Red+Green+Blue) = 226+175+11=412 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.85% from 412); Green value is 175 (68.75% from 255 or 42.48% from 412); Blue value is 11 (4.69% from 255 or 2.67% from 412); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AF0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2AF0B is #1D50F4. Grayscale: #ACACAC. Windows color (decimal): -1921269 or 765922. OLE color: 765922.
HSL color Cylindrical-coordinate representation of color #E2AF0B: hue angle of 45.77º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E2AF0B is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 175 | 11 | - |
| CMYK | 0 | 0.23 | 0.95 | 0.11 |
| HSL | 45.77º | 0.91% | 0.46% | - |
| HSV(B) | 45.77º | 0.95% | 0.89% | - |
| XYZ | 46.75 | 46.85 | 6.9 | - |
| YUV | 171.55 | 37.4 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 175 | 11 | 0 | 0.23 | 0.95 | 0.11 | 45.77 | 0.91 | 0.46 |
| Hex | E2 | AF | B | 0 | 17 | 5F | B | 2E | 5B | 2E |
| Octal | 342 | 257 | 13 | 0 | 27 | 137 | 13 | 56 | 133 | 56 |
| Binary | 11100010 | 10101111 | 1011 | 0 | 10111 | 1011111 | 1011 | 101110 | 1011011 | 101110 |
Color Harmonies of #E2AF0B
Complementary color
Monochromatic Colors of #E2AF0B
Black with #E2AF0B
Text Example
Text Example
White with #E2AF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AF0B; }
p { color: rgb(226,175,11); }
H1.HeaderClassName
{
color: #E2AF0B;
}
.AnyTagClassName
{
color: #E2AF0B;
}
</style>
background-color css
<style>
a { background-color: #E2AF0B; }
a { background-color: rgb(226,175,11); }
div.DivClassName
{
background-color: #E2AF0B;
}
.BgClassName
{
background-color: #E2AF0B;
}
</style>
border-color css
<style>
span { border-color: #E2AF0B; }
span { border-color: rgb(226,175,11); }
td.TdClassName
{
border-color: #E2AF0B;
}
.TagClassName
{
border-color: #E2AF0B;
}
</style>