Shades of Gamboge #E2AC0B
Tints of Gamboge #E2AC0B
RGB
CMYK
RGB Variations
Color information
#E2AC0B (or 0xE2AC0B) is known color: Gamboge. HEX triplet: E2, AC and 0B. RGB value is (226,172,11). Sum of RGB (Red+Green+Blue) = 226+172+11=409 (54% of max value = 765). Red value is 226 (88.67% from 255 or 55.26% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 11 (4.69% from 255 or 2.69% from 409); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AC0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2AC0B is #1D53F4. Grayscale: #AAAAAA. Windows color (decimal): -1922037 or 765154. OLE color: 765154.
HSL color Cylindrical-coordinate representation of color #E2AC0B: hue angle of 44.93º 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 #E2AC0B is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 172 | 11 | - |
| CMYK | 0 | 0.24 | 0.95 | 0.11 |
| HSL | 44.93º | 0.91% | 0.46% | - |
| HSV(B) | 44.93º | 0.95% | 0.89% | - |
| XYZ | 46.18 | 45.7 | 6.7 | - |
| YUV | 169.79 | 38.39 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 172 | 11 | 0 | 0.24 | 0.95 | 0.11 | 44.93 | 0.91 | 0.46 |
| Hex | E2 | AC | B | 0 | 18 | 5F | B | 2D | 5B | 2E |
| Octal | 342 | 254 | 13 | 0 | 30 | 137 | 13 | 55 | 133 | 56 |
| Binary | 11100010 | 10101100 | 1011 | 0 | 11000 | 1011111 | 1011 | 101101 | 1011011 | 101110 |
Color Harmonies of #E2AC0B
Complementary color
Monochromatic Colors of #E2AC0B
Black with #E2AC0B
Text Example
Text Example
White with #E2AC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AC0B; }
p { color: rgb(226,172,11); }
H1.HeaderClassName
{
color: #E2AC0B;
}
.AnyTagClassName
{
color: #E2AC0B;
}
</style>
background-color css
<style>
a { background-color: #E2AC0B; }
a { background-color: rgb(226,172,11); }
div.DivClassName
{
background-color: #E2AC0B;
}
.BgClassName
{
background-color: #E2AC0B;
}
</style>
border-color css
<style>
span { border-color: #E2AC0B; }
span { border-color: rgb(226,172,11); }
td.TdClassName
{
border-color: #E2AC0B;
}
.TagClassName
{
border-color: #E2AC0B;
}
</style>