Shades of Gamboge #E2A502
Tints of Gamboge #E2A502
RGB
CMYK
RGB Variations
Color information
#E2A502 (or 0xE2A502) is known color: Gamboge. HEX triplet: E2, A5 and 02. RGB value is (226,165,2). Sum of RGB (Red+Green+Blue) = 226+165+2=393 (52% of max value = 765). Red value is 226 (88.67% from 255 or 57.51% from 393); Green value is 165 (64.84% from 255 or 41.98% from 393); Blue value is 2 (1.17% from 255 or 0.51% from 393); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A502 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2A502 is #1D5AFD. Grayscale: #A5A5A5. Windows color (decimal): -1923838 or 173538. OLE color: 173538.
HSL color Cylindrical-coordinate representation of color #E2A502: hue angle of 43.66º 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 #E2A502 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 165 | 2 | - |
| CMYK | 0 | 0.27 | 0.99 | 0.11 |
| HSL | 43.66º | 0.98% | 0.45% | - |
| HSV(B) | 43.66º | 0.99% | 0.89% | - |
| XYZ | 44.83 | 43.08 | 6.01 | - |
| YUV | 164.66 | 36.21 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 165 | 2 | 0 | 0.27 | 0.99 | 0.11 | 43.66 | 0.98 | 0.45 |
| Hex | E2 | A5 | 2 | 0 | 1B | 63 | B | 2C | 62 | 2D |
| Octal | 342 | 245 | 2 | 0 | 33 | 143 | 13 | 54 | 142 | 55 |
| Binary | 11100010 | 10100101 | 10 | 0 | 11011 | 1100011 | 1011 | 101100 | 1100010 | 101101 |
Color Harmonies of #E2A502
Complementary color
Monochromatic Colors of #E2A502
Black with #E2A502
Text Example
Text Example
White with #E2A502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A502; }
p { color: rgb(226,165,2); }
H1.HeaderClassName
{
color: #E2A502;
}
.AnyTagClassName
{
color: #E2A502;
}
</style>
background-color css
<style>
a { background-color: #E2A502; }
a { background-color: rgb(226,165,2); }
div.DivClassName
{
background-color: #E2A502;
}
.BgClassName
{
background-color: #E2A502;
}
</style>
border-color css
<style>
span { border-color: #E2A502; }
span { border-color: rgb(226,165,2); }
td.TdClassName
{
border-color: #E2A502;
}
.TagClassName
{
border-color: #E2A502;
}
</style>