Shades of Gamboge #E3AF0B
Tints of Gamboge #E3AF0B
RGB
CMYK
RGB Variations
Color information
#E3AF0B (or 0xE3AF0B) is known color: Gamboge. HEX triplet: E3, AF and 0B. RGB value is (227,175,11). Sum of RGB (Red+Green+Blue) = 227+175+11=413 (54% of max value = 765). Red value is 227 (89.06% from 255 or 54.96% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 11 (4.69% from 255 or 2.66% from 413); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AF0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3AF0B is #1C50F4. Grayscale: #ACACAC. Windows color (decimal): -1855733 or 765923. OLE color: 765923.
HSL color Cylindrical-coordinate representation of color #E3AF0B: hue angle of 45.56º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E3AF0B is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 175 | 11 | - |
| CMYK | 0 | 0.23 | 0.95 | 0.11 |
| HSL | 45.56º | 0.91% | 0.47% | - |
| HSV(B) | 45.56º | 0.95% | 0.89% | - |
| XYZ | 47.07 | 47.02 | 6.91 | - |
| YUV | 171.85 | 37.23 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 175 | 11 | 0 | 0.23 | 0.95 | 0.11 | 45.56 | 0.91 | 0.47 |
| Hex | E3 | AF | B | 0 | 17 | 5F | B | 2E | 5B | 2F |
| Octal | 343 | 257 | 13 | 0 | 27 | 137 | 13 | 56 | 133 | 57 |
| Binary | 11100011 | 10101111 | 1011 | 0 | 10111 | 1011111 | 1011 | 101110 | 1011011 | 101111 |
Color Harmonies of #E3AF0B
Complementary color
Monochromatic Colors of #E3AF0B
Black with #E3AF0B
Text Example
Text Example
White with #E3AF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AF0B; }
p { color: rgb(227,175,11); }
H1.HeaderClassName
{
color: #E3AF0B;
}
.AnyTagClassName
{
color: #E3AF0B;
}
</style>
background-color css
<style>
a { background-color: #E3AF0B; }
a { background-color: rgb(227,175,11); }
div.DivClassName
{
background-color: #E3AF0B;
}
.BgClassName
{
background-color: #E3AF0B;
}
</style>
border-color css
<style>
span { border-color: #E3AF0B; }
span { border-color: rgb(227,175,11); }
td.TdClassName
{
border-color: #E3AF0B;
}
.TagClassName
{
border-color: #E3AF0B;
}
</style>