Shades of Gamboge #E2B202
Tints of Gamboge #E2B202
RGB
CMYK
RGB Variations
Color information
#E2B202 (or 0xE2B202) is known color: Gamboge. HEX triplet: E2, B2 and 02. RGB value is (226,178,2). Sum of RGB (Red+Green+Blue) = 226+178+2=406 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.67% from 406); Green value is 178 (69.92% from 255 or 43.84% from 406); Blue value is 2 (1.17% from 255 or 0.49% from 406); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B202 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2B202 is #1D4DFD. Grayscale: #ADADAD. Windows color (decimal): -1920510 or 176866. OLE color: 176866.
HSL color Cylindrical-coordinate representation of color #E2B202: hue angle of 47.14º 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 #E2B202 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 178 | 2 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.11 |
| HSL | 47.14º | 0.98% | 0.45% | - |
| HSV(B) | 47.14º | 0.99% | 0.89% | - |
| XYZ | 47.3 | 48.01 | 6.83 | - |
| YUV | 172.29 | 31.9 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 178 | 2 | 0 | 0.21 | 0.99 | 0.11 | 47.14 | 0.98 | 0.45 |
| Hex | E2 | B2 | 2 | 0 | 15 | 63 | B | 2F | 62 | 2D |
| Octal | 342 | 262 | 2 | 0 | 25 | 143 | 13 | 57 | 142 | 55 |
| Binary | 11100010 | 10110010 | 10 | 0 | 10101 | 1100011 | 1011 | 101111 | 1100010 | 101101 |
Color Harmonies of #E2B202
Complementary color
Monochromatic Colors of #E2B202
Black with #E2B202
Text Example
Text Example
White with #E2B202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B202; }
p { color: rgb(226,178,2); }
H1.HeaderClassName
{
color: #E2B202;
}
.AnyTagClassName
{
color: #E2B202;
}
</style>
background-color css
<style>
a { background-color: #E2B202; }
a { background-color: rgb(226,178,2); }
div.DivClassName
{
background-color: #E2B202;
}
.BgClassName
{
background-color: #E2B202;
}
</style>
border-color css
<style>
span { border-color: #E2B202; }
span { border-color: rgb(226,178,2); }
td.TdClassName
{
border-color: #E2B202;
}
.TagClassName
{
border-color: #E2B202;
}
</style>