Shades of Gamboge #E8A11B
Tints of Gamboge #E8A11B
RGB
CMYK
RGB Variations
Color information
#E8A11B (or 0xE8A11B) is known color: Gamboge. HEX triplet: E8, A1 and 1B. RGB value is (232,161,27). Sum of RGB (Red+Green+Blue) = 232+161+27=420 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.24% from 420); Green value is 161 (63.28% from 255 or 38.33% from 420); Blue value is 27 (10.94% from 255 or 6.43% from 420); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A11B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8A11B is #175EE4. Grayscale: #A7A7A7. Windows color (decimal): -1531621 or 1810920. OLE color: 1810920.
HSL color Cylindrical-coordinate representation of color #E8A11B: hue angle of 39.22º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E8A11B is Cyan = 0, Magento = 0.31, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 161 | 27 | - |
| CMYK | 0 | 0.31 | 0.88 | 0.09 |
| HSL | 39.22º | 0.82% | 0.51% | - |
| HSV(B) | 39.22º | 0.88% | 0.91% | - |
| XYZ | 46.22 | 42.72 | 6.85 | - |
| YUV | 166.95 | 49.02 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 161 | 27 | 0 | 0.31 | 0.88 | 0.09 | 39.22 | 0.82 | 0.51 |
| Hex | E8 | A1 | 1B | 0 | 1F | 58 | 9 | 27 | 52 | 33 |
| Octal | 350 | 241 | 33 | 0 | 37 | 130 | 11 | 47 | 122 | 63 |
| Binary | 11101000 | 10100001 | 11011 | 0 | 11111 | 1011000 | 1001 | 100111 | 1010010 | 110011 |
Color Harmonies of #E8A11B
Complementary color
Monochromatic Colors of #E8A11B
Black with #E8A11B
Text Example
Text Example
White with #E8A11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A11B; }
p { color: rgb(232,161,27); }
H1.HeaderClassName
{
color: #E8A11B;
}
.AnyTagClassName
{
color: #E8A11B;
}
</style>
background-color css
<style>
a { background-color: #E8A11B; }
a { background-color: rgb(232,161,27); }
div.DivClassName
{
background-color: #E8A11B;
}
.BgClassName
{
background-color: #E8A11B;
}
</style>
border-color css
<style>
span { border-color: #E8A11B; }
span { border-color: rgb(232,161,27); }
td.TdClassName
{
border-color: #E8A11B;
}
.TagClassName
{
border-color: #E8A11B;
}
</style>