Shades of Gamboge #E4910B
Tints of Gamboge #E4910B
RGB
CMYK
RGB Variations
Color information
#E4910B (or 0xE4910B) is known color: Gamboge. HEX triplet: E4, 91 and 0B. RGB value is (228,145,11). Sum of RGB (Red+Green+Blue) = 228+145+11=384 (50% of max value = 765). Red value is 228 (89.45% from 255 or 59.38% from 384); Green value is 145 (57.03% from 255 or 37.76% from 384); Blue value is 11 (4.69% from 255 or 2.86% from 384); Max value from RGB is 228 - color contains mainly: red. Hex color #E4910B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E4910B is #1B6EF4. Grayscale: #9B9B9B. Windows color (decimal): -1797877 or 758244. OLE color: 758244.
HSL color Cylindrical-coordinate representation of color #E4910B: hue angle of 37.05º 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 #E4910B is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 145 | 11 | - |
| CMYK | 0 | 0.36 | 0.95 | 0.11 |
| HSL | 37.05º | 0.91% | 0.47% | - |
| HSV(B) | 37.05º | 0.95% | 0.89% | - |
| XYZ | 42.18 | 36.77 | 5.19 | - |
| YUV | 154.54 | 47 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 145 | 11 | 0 | 0.36 | 0.95 | 0.11 | 37.05 | 0.91 | 0.47 |
| Hex | E4 | 91 | B | 0 | 24 | 5F | B | 25 | 5B | 2F |
| Octal | 344 | 221 | 13 | 0 | 44 | 137 | 13 | 45 | 133 | 57 |
| Binary | 11100100 | 10010001 | 1011 | 0 | 100100 | 1011111 | 1011 | 100101 | 1011011 | 101111 |
Color Harmonies of #E4910B
Complementary color
Monochromatic Colors of #E4910B
Black with #E4910B
Text Example
Text Example
White with #E4910B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4910B; }
p { color: rgb(228,145,11); }
H1.HeaderClassName
{
color: #E4910B;
}
.AnyTagClassName
{
color: #E4910B;
}
</style>
background-color css
<style>
a { background-color: #E4910B; }
a { background-color: rgb(228,145,11); }
div.DivClassName
{
background-color: #E4910B;
}
.BgClassName
{
background-color: #E4910B;
}
</style>
border-color css
<style>
span { border-color: #E4910B; }
span { border-color: rgb(228,145,11); }
td.TdClassName
{
border-color: #E4910B;
}
.TagClassName
{
border-color: #E4910B;
}
</style>