Shades of Gamboge #E4AB05
Tints of Gamboge #E4AB05
RGB
CMYK
RGB Variations
Color information
#E4AB05 (or 0xE4AB05) is known color: Gamboge. HEX triplet: E4, AB and 05. RGB value is (228,171,5). Sum of RGB (Red+Green+Blue) = 228+171+5=404 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.44% from 404); Green value is 171 (67.19% from 255 or 42.33% from 404); Blue value is 5 (2.34% from 255 or 1.24% from 404); Max value from RGB is 228 - color contains mainly: red. Hex color #E4AB05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E4AB05 is #1B54FA. Grayscale: #A9A9A9. Windows color (decimal): -1791227 or 371684. OLE color: 371684.
HSL color Cylindrical-coordinate representation of color #E4AB05: hue angle of 44.66º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E4AB05 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 171 | 5 | - |
| CMYK | 0 | 0.25 | 0.98 | 0.11 |
| HSL | 44.66º | 0.96% | 0.46% | - |
| HSV(B) | 44.66º | 0.98% | 0.89% | - |
| XYZ | 46.59 | 45.63 | 6.5 | - |
| YUV | 169.12 | 35.38 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 171 | 5 | 0 | 0.25 | 0.98 | 0.11 | 44.66 | 0.96 | 0.46 |
| Hex | E4 | AB | 5 | 0 | 19 | 62 | B | 2D | 60 | 2E |
| Octal | 344 | 253 | 5 | 0 | 31 | 142 | 13 | 55 | 140 | 56 |
| Binary | 11100100 | 10101011 | 101 | 0 | 11001 | 1100010 | 1011 | 101101 | 1100000 | 101110 |
Color Harmonies of #E4AB05
Complementary color
Monochromatic Colors of #E4AB05
Black with #E4AB05
Text Example
Text Example
White with #E4AB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4AB05; }
p { color: rgb(228,171,5); }
H1.HeaderClassName
{
color: #E4AB05;
}
.AnyTagClassName
{
color: #E4AB05;
}
</style>
background-color css
<style>
a { background-color: #E4AB05; }
a { background-color: rgb(228,171,5); }
div.DivClassName
{
background-color: #E4AB05;
}
.BgClassName
{
background-color: #E4AB05;
}
</style>
border-color css
<style>
span { border-color: #E4AB05; }
span { border-color: rgb(228,171,5); }
td.TdClassName
{
border-color: #E4AB05;
}
.TagClassName
{
border-color: #E4AB05;
}
</style>