Shades of Gamboge #E3A502
Tints of Gamboge #E3A502
RGB
CMYK
RGB Variations
Color information
#E3A502 (or 0xE3A502) is known color: Gamboge. HEX triplet: E3, A5 and 02. RGB value is (227,165,2). Sum of RGB (Red+Green+Blue) = 227+165+2=394 (52% of max value = 765). Red value is 227 (89.06% from 255 or 57.61% from 394); Green value is 165 (64.84% from 255 or 41.88% from 394); Blue value is 2 (1.17% from 255 or 0.51% from 394); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A502 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3A502 is #1C5AFD. Grayscale: #A5A5A5. Windows color (decimal): -1858302 or 173539. OLE color: 173539.
HSL color Cylindrical-coordinate representation of color #E3A502: hue angle of 43.47º 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 #E3A502 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 165 | 2 | - |
| CMYK | 0 | 0.27 | 0.99 | 0.11 |
| HSL | 43.47º | 0.98% | 0.45% | - |
| HSV(B) | 43.47º | 0.99% | 0.89% | - |
| XYZ | 45.14 | 43.25 | 6.03 | - |
| YUV | 164.96 | 36.04 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 165 | 2 | 0 | 0.27 | 0.99 | 0.11 | 43.47 | 0.98 | 0.45 |
| Hex | E3 | A5 | 2 | 0 | 1B | 63 | B | 2B | 62 | 2D |
| Octal | 343 | 245 | 2 | 0 | 33 | 143 | 13 | 53 | 142 | 55 |
| Binary | 11100011 | 10100101 | 10 | 0 | 11011 | 1100011 | 1011 | 101011 | 1100010 | 101101 |
Color Harmonies of #E3A502
Complementary color
Monochromatic Colors of #E3A502
Black with #E3A502
Text Example
Text Example
White with #E3A502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A502; }
p { color: rgb(227,165,2); }
H1.HeaderClassName
{
color: #E3A502;
}
.AnyTagClassName
{
color: #E3A502;
}
</style>
background-color css
<style>
a { background-color: #E3A502; }
a { background-color: rgb(227,165,2); }
div.DivClassName
{
background-color: #E3A502;
}
.BgClassName
{
background-color: #E3A502;
}
</style>
border-color css
<style>
span { border-color: #E3A502; }
span { border-color: rgb(227,165,2); }
td.TdClassName
{
border-color: #E3A502;
}
.TagClassName
{
border-color: #E3A502;
}
</style>