Shades of Gamboge #E2AB03
Tints of Gamboge #E2AB03
RGB
CMYK
RGB Variations
Color information
#E2AB03 (or 0xE2AB03) is known color: Gamboge. HEX triplet: E2, AB and 03. RGB value is (226,171,3). Sum of RGB (Red+Green+Blue) = 226+171+3=400 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.5% from 400); Green value is 171 (67.19% from 255 or 42.75% from 400); Blue value is 3 (1.56% from 255 or 0.75% from 400); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AB03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2AB03 is #1D54FC. Grayscale: #A9A9A9. Windows color (decimal): -1922301 or 240610. OLE color: 240610.
HSL color Cylindrical-coordinate representation of color #E2AB03: hue angle of 45.2º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E2AB03 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 171 | 3 | - |
| CMYK | 0 | 0.24 | 0.99 | 0.11 |
| HSL | 45.2º | 0.97% | 0.45% | - |
| HSV(B) | 45.2º | 0.99% | 0.89% | - |
| XYZ | 45.94 | 45.3 | 6.41 | - |
| YUV | 168.29 | 34.72 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 171 | 3 | 0 | 0.24 | 0.99 | 0.11 | 45.2 | 0.97 | 0.45 |
| Hex | E2 | AB | 3 | 0 | 18 | 63 | B | 2D | 61 | 2D |
| Octal | 342 | 253 | 3 | 0 | 30 | 143 | 13 | 55 | 141 | 55 |
| Binary | 11100010 | 10101011 | 11 | 0 | 11000 | 1100011 | 1011 | 101101 | 1100001 | 101101 |
Color Harmonies of #E2AB03
Complementary color
Monochromatic Colors of #E2AB03
Black with #E2AB03
Text Example
Text Example
White with #E2AB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AB03; }
p { color: rgb(226,171,3); }
H1.HeaderClassName
{
color: #E2AB03;
}
.AnyTagClassName
{
color: #E2AB03;
}
</style>
background-color css
<style>
a { background-color: #E2AB03; }
a { background-color: rgb(226,171,3); }
div.DivClassName
{
background-color: #E2AB03;
}
.BgClassName
{
background-color: #E2AB03;
}
</style>
border-color css
<style>
span { border-color: #E2AB03; }
span { border-color: rgb(226,171,3); }
td.TdClassName
{
border-color: #E2AB03;
}
.TagClassName
{
border-color: #E2AB03;
}
</style>