Shades of Gamboge #E2AB02
Tints of Gamboge #E2AB02
RGB
CMYK
RGB Variations
Color information
#E2AB02 (or 0xE2AB02) is known color: Gamboge. HEX triplet: E2, AB and 02. RGB value is (226,171,2). Sum of RGB (Red+Green+Blue) = 226+171+2=399 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.64% from 399); Green value is 171 (67.19% from 255 or 42.86% from 399); Blue value is 2 (1.17% from 255 or 0.50% from 399); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AB02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2AB02 is #1D54FD. Grayscale: #A8A8A8. Windows color (decimal): -1922302 or 175074. OLE color: 175074.
HSL color Cylindrical-coordinate representation of color #E2AB02: hue angle of 45.27º degrees, saturation: 0.98, 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 #E2AB02 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 171 | 2 | - |
| CMYK | 0 | 0.24 | 0.99 | 0.11 |
| HSL | 45.27º | 0.98% | 0.45% | - |
| HSV(B) | 45.27º | 0.99% | 0.89% | - |
| XYZ | 45.94 | 45.3 | 6.38 | - |
| YUV | 168.18 | 34.22 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 171 | 2 | 0 | 0.24 | 0.99 | 0.11 | 45.27 | 0.98 | 0.45 |
| Hex | E2 | AB | 2 | 0 | 18 | 63 | B | 2D | 62 | 2D |
| Octal | 342 | 253 | 2 | 0 | 30 | 143 | 13 | 55 | 142 | 55 |
| Binary | 11100010 | 10101011 | 10 | 0 | 11000 | 1100011 | 1011 | 101101 | 1100010 | 101101 |
Color Harmonies of #E2AB02
Complementary color
Monochromatic Colors of #E2AB02
Black with #E2AB02
Text Example
Text Example
White with #E2AB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AB02; }
p { color: rgb(226,171,2); }
H1.HeaderClassName
{
color: #E2AB02;
}
.AnyTagClassName
{
color: #E2AB02;
}
</style>
background-color css
<style>
a { background-color: #E2AB02; }
a { background-color: rgb(226,171,2); }
div.DivClassName
{
background-color: #E2AB02;
}
.BgClassName
{
background-color: #E2AB02;
}
</style>
border-color css
<style>
span { border-color: #E2AB02; }
span { border-color: rgb(226,171,2); }
td.TdClassName
{
border-color: #E2AB02;
}
.TagClassName
{
border-color: #E2AB02;
}
</style>