Shades of Gamboge #E4A502
Tints of Gamboge #E4A502
RGB
CMYK
RGB Variations
Color information
#E4A502 (or 0xE4A502) is known color: Gamboge. HEX triplet: E4, A5 and 02. RGB value is (228,165,2). Sum of RGB (Red+Green+Blue) = 228+165+2=395 (52% of max value = 765). Red value is 228 (89.45% from 255 or 57.72% from 395); Green value is 165 (64.84% from 255 or 41.77% from 395); Blue value is 2 (1.17% from 255 or 0.51% from 395); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A502 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E4A502 is #1B5AFD. Grayscale: #A5A5A5. Windows color (decimal): -1792766 or 173540. OLE color: 173540.
HSL color Cylindrical-coordinate representation of color #E4A502: hue angle of 43.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 #E4A502 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 165 | 2 | - |
| CMYK | 0 | 0.28 | 0.99 | 0.11 |
| HSL | 43.27º | 0.98% | 0.45% | - |
| HSV(B) | 43.27º | 0.99% | 0.89% | - |
| XYZ | 45.46 | 43.41 | 6.04 | - |
| YUV | 165.26 | 35.87 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 165 | 2 | 0 | 0.28 | 0.99 | 0.11 | 43.27 | 0.98 | 0.45 |
| Hex | E4 | A5 | 2 | 0 | 1C | 63 | B | 2B | 62 | 2D |
| Octal | 344 | 245 | 2 | 0 | 34 | 143 | 13 | 53 | 142 | 55 |
| Binary | 11100100 | 10100101 | 10 | 0 | 11100 | 1100011 | 1011 | 101011 | 1100010 | 101101 |
Color Harmonies of #E4A502
Complementary color
Monochromatic Colors of #E4A502
Black with #E4A502
Text Example
Text Example
White with #E4A502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4A502; }
p { color: rgb(228,165,2); }
H1.HeaderClassName
{
color: #E4A502;
}
.AnyTagClassName
{
color: #E4A502;
}
</style>
background-color css
<style>
a { background-color: #E4A502; }
a { background-color: rgb(228,165,2); }
div.DivClassName
{
background-color: #E4A502;
}
.BgClassName
{
background-color: #E4A502;
}
</style>
border-color css
<style>
span { border-color: #E4A502; }
span { border-color: rgb(228,165,2); }
td.TdClassName
{
border-color: #E4A502;
}
.TagClassName
{
border-color: #E4A502;
}
</style>