Shades of Gamboge #E4A803
Tints of Gamboge #E4A803
RGB
CMYK
RGB Variations
Color information
#E4A803 (or 0xE4A803) is known color: Gamboge. HEX triplet: E4, A8 and 03. RGB value is (228,168,3). Sum of RGB (Red+Green+Blue) = 228+168+3=399 (52% of max value = 765). Red value is 228 (89.45% from 255 or 57.14% from 399); Green value is 168 (66.02% from 255 or 42.11% from 399); Blue value is 3 (1.56% from 255 or 0.75% from 399); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A803 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E4A803 is #1B57FC. Grayscale: #A7A7A7. Windows color (decimal): -1791997 or 239844. OLE color: 239844.
HSL color Cylindrical-coordinate representation of color #E4A803: hue angle of 44º degrees, saturation: 0.97, 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 #E4A803 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 168 | 3 | - |
| CMYK | 0 | 0.26 | 0.99 | 0.11 |
| HSL | 44º | 0.97% | 0.45% | - |
| HSV(B) | 44º | 0.99% | 0.89% | - |
| XYZ | 46.01 | 44.51 | 6.25 | - |
| YUV | 167.13 | 35.38 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 168 | 3 | 0 | 0.26 | 0.99 | 0.11 | 44 | 0.97 | 0.45 |
| Hex | E4 | A8 | 3 | 0 | 1A | 63 | B | 2C | 61 | 2D |
| Octal | 344 | 250 | 3 | 0 | 32 | 143 | 13 | 54 | 141 | 55 |
| Binary | 11100100 | 10101000 | 11 | 0 | 11010 | 1100011 | 1011 | 101100 | 1100001 | 101101 |
Color Harmonies of #E4A803
Complementary color
Monochromatic Colors of #E4A803
Black with #E4A803
Text Example
Text Example
White with #E4A803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4A803; }
p { color: rgb(228,168,3); }
H1.HeaderClassName
{
color: #E4A803;
}
.AnyTagClassName
{
color: #E4A803;
}
</style>
background-color css
<style>
a { background-color: #E4A803; }
a { background-color: rgb(228,168,3); }
div.DivClassName
{
background-color: #E4A803;
}
.BgClassName
{
background-color: #E4A803;
}
</style>
border-color css
<style>
span { border-color: #E4A803; }
span { border-color: rgb(228,168,3); }
td.TdClassName
{
border-color: #E4A803;
}
.TagClassName
{
border-color: #E4A803;
}
</style>