Shades of Gamboge #E4B10D
Tints of Gamboge #E4B10D
RGB
CMYK
RGB Variations
Color information
#E4B10D (or 0xE4B10D) is known color: Gamboge. HEX triplet: E4, B1 and 0D. RGB value is (228,177,13). Sum of RGB (Red+Green+Blue) = 228+177+13=418 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.55% from 418); Green value is 177 (69.53% from 255 or 42.34% from 418); Blue value is 13 (5.47% from 255 or 3.11% from 418); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B10D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E4B10D is #1B4EF2. Grayscale: #AEAEAE. Windows color (decimal): -1789683 or 897508. OLE color: 897508.
HSL color Cylindrical-coordinate representation of color #E4B10D: hue angle of 45.77º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E4B10D is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 177 | 13 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.11 |
| HSL | 45.77º | 0.89% | 0.47% | - |
| HSV(B) | 45.77º | 0.94% | 0.89% | - |
| XYZ | 47.79 | 47.97 | 7.12 | - |
| YUV | 173.55 | 37.4 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 177 | 13 | 0 | 0.22 | 0.94 | 0.11 | 45.77 | 0.89 | 0.47 |
| Hex | E4 | B1 | D | 0 | 16 | 5E | B | 2E | 59 | 2F |
| Octal | 344 | 261 | 15 | 0 | 26 | 136 | 13 | 56 | 131 | 57 |
| Binary | 11100100 | 10110001 | 1101 | 0 | 10110 | 1011110 | 1011 | 101110 | 1011001 | 101111 |
Color Harmonies of #E4B10D
Complementary color
Monochromatic Colors of #E4B10D
Black with #E4B10D
Text Example
Text Example
White with #E4B10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4B10D; }
p { color: rgb(228,177,13); }
H1.HeaderClassName
{
color: #E4B10D;
}
.AnyTagClassName
{
color: #E4B10D;
}
</style>
background-color css
<style>
a { background-color: #E4B10D; }
a { background-color: rgb(228,177,13); }
div.DivClassName
{
background-color: #E4B10D;
}
.BgClassName
{
background-color: #E4B10D;
}
</style>
border-color css
<style>
span { border-color: #E4B10D; }
span { border-color: rgb(228,177,13); }
td.TdClassName
{
border-color: #E4B10D;
}
.TagClassName
{
border-color: #E4B10D;
}
</style>