Shades of Gamboge #E3AC0B
Tints of Gamboge #E3AC0B
RGB
CMYK
RGB Variations
Color information
#E3AC0B (or 0xE3AC0B) is known color: Gamboge. HEX triplet: E3, AC and 0B. RGB value is (227,172,11). Sum of RGB (Red+Green+Blue) = 227+172+11=410 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.37% from 410); Green value is 172 (67.58% from 255 or 41.95% from 410); Blue value is 11 (4.69% from 255 or 2.68% from 410); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AC0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3AC0B is #1C53F4. Grayscale: #AAAAAA. Windows color (decimal): -1856501 or 765155. OLE color: 765155.
HSL color Cylindrical-coordinate representation of color #E3AC0B: hue angle of 44.72º 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 #E3AC0B is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 172 | 11 | - |
| CMYK | 0 | 0.24 | 0.95 | 0.11 |
| HSL | 44.72º | 0.91% | 0.47% | - |
| HSV(B) | 44.72º | 0.95% | 0.89% | - |
| XYZ | 46.49 | 45.86 | 6.72 | - |
| YUV | 170.09 | 38.22 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 172 | 11 | 0 | 0.24 | 0.95 | 0.11 | 44.72 | 0.91 | 0.47 |
| Hex | E3 | AC | B | 0 | 18 | 5F | B | 2D | 5B | 2F |
| Octal | 343 | 254 | 13 | 0 | 30 | 137 | 13 | 55 | 133 | 57 |
| Binary | 11100011 | 10101100 | 1011 | 0 | 11000 | 1011111 | 1011 | 101101 | 1011011 | 101111 |
Color Harmonies of #E3AC0B
Complementary color
Monochromatic Colors of #E3AC0B
Black with #E3AC0B
Text Example
Text Example
White with #E3AC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AC0B; }
p { color: rgb(227,172,11); }
H1.HeaderClassName
{
color: #E3AC0B;
}
.AnyTagClassName
{
color: #E3AC0B;
}
</style>
background-color css
<style>
a { background-color: #E3AC0B; }
a { background-color: rgb(227,172,11); }
div.DivClassName
{
background-color: #E3AC0B;
}
.BgClassName
{
background-color: #E3AC0B;
}
</style>
border-color css
<style>
span { border-color: #E3AC0B; }
span { border-color: rgb(227,172,11); }
td.TdClassName
{
border-color: #E3AC0B;
}
.TagClassName
{
border-color: #E3AC0B;
}
</style>