Shades of Gamboge #E4A10B
Tints of Gamboge #E4A10B
RGB
CMYK
RGB Variations
Color information
#E4A10B (or 0xE4A10B) is known color: Gamboge. HEX triplet: E4, A1 and 0B. RGB value is (228,161,11). Sum of RGB (Red+Green+Blue) = 228+161+11=400 (52% of max value = 765). Red value is 228 (89.45% from 255 or 57% from 400); Green value is 161 (63.28% from 255 or 40.25% from 400); Blue value is 11 (4.69% from 255 or 2.75% from 400); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A10B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E4A10B is #1B5EF4. Grayscale: #A4A4A4. Windows color (decimal): -1793781 or 762340. OLE color: 762340.
HSL color Cylindrical-coordinate representation of color #E4A10B: hue angle of 41.47º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E4A10B is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 161 | 11 | - |
| CMYK | 0 | 0.29 | 0.95 | 0.11 |
| HSL | 41.47º | 0.91% | 0.47% | - |
| HSV(B) | 41.47º | 0.95% | 0.89% | - |
| XYZ | 44.8 | 42.01 | 6.06 | - |
| YUV | 163.93 | 41.7 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 161 | 11 | 0 | 0.29 | 0.95 | 0.11 | 41.47 | 0.91 | 0.47 |
| Hex | E4 | A1 | B | 0 | 1D | 5F | B | 29 | 5B | 2F |
| Octal | 344 | 241 | 13 | 0 | 35 | 137 | 13 | 51 | 133 | 57 |
| Binary | 11100100 | 10100001 | 1011 | 0 | 11101 | 1011111 | 1011 | 101001 | 1011011 | 101111 |
Color Harmonies of #E4A10B
Complementary color
Monochromatic Colors of #E4A10B
Black with #E4A10B
Text Example
Text Example
White with #E4A10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4A10B; }
p { color: rgb(228,161,11); }
H1.HeaderClassName
{
color: #E4A10B;
}
.AnyTagClassName
{
color: #E4A10B;
}
</style>
background-color css
<style>
a { background-color: #E4A10B; }
a { background-color: rgb(228,161,11); }
div.DivClassName
{
background-color: #E4A10B;
}
.BgClassName
{
background-color: #E4A10B;
}
</style>
border-color css
<style>
span { border-color: #E4A10B; }
span { border-color: rgb(228,161,11); }
td.TdClassName
{
border-color: #E4A10B;
}
.TagClassName
{
border-color: #E4A10B;
}
</style>