Shades of Gamboge #E8A71B
Tints of Gamboge #E8A71B
RGB
CMYK
RGB Variations
Color information
#E8A71B (or 0xE8A71B) is known color: Gamboge. HEX triplet: E8, A7 and 1B. RGB value is (232,167,27). Sum of RGB (Red+Green+Blue) = 232+167+27=426 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.46% from 426); Green value is 167 (65.62% from 255 or 39.20% from 426); Blue value is 27 (10.94% from 255 or 6.34% from 426); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A71B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8A71B is #1758E4. Grayscale: #ABABAB. Windows color (decimal): -1530085 or 1812456. OLE color: 1812456.
HSL color Cylindrical-coordinate representation of color #E8A71B: hue angle of 40.98º 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 #E8A71B is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 167 | 27 | - |
| CMYK | 0 | 0.28 | 0.88 | 0.09 |
| HSL | 40.98º | 0.82% | 0.51% | - |
| HSV(B) | 40.98º | 0.88% | 0.91% | - |
| XYZ | 47.3 | 44.87 | 7.21 | - |
| YUV | 170.48 | 47.03 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 167 | 27 | 0 | 0.28 | 0.88 | 0.09 | 40.98 | 0.82 | 0.51 |
| Hex | E8 | A7 | 1B | 0 | 1C | 58 | 9 | 29 | 52 | 33 |
| Octal | 350 | 247 | 33 | 0 | 34 | 130 | 11 | 51 | 122 | 63 |
| Binary | 11101000 | 10100111 | 11011 | 0 | 11100 | 1011000 | 1001 | 101001 | 1010010 | 110011 |
Color Harmonies of #E8A71B
Complementary color
Monochromatic Colors of #E8A71B
Black with #E8A71B
Text Example
Text Example
White with #E8A71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A71B; }
p { color: rgb(232,167,27); }
H1.HeaderClassName
{
color: #E8A71B;
}
.AnyTagClassName
{
color: #E8A71B;
}
</style>
background-color css
<style>
a { background-color: #E8A71B; }
a { background-color: rgb(232,167,27); }
div.DivClassName
{
background-color: #E8A71B;
}
.BgClassName
{
background-color: #E8A71B;
}
</style>
border-color css
<style>
span { border-color: #E8A71B; }
span { border-color: rgb(232,167,27); }
td.TdClassName
{
border-color: #E8A71B;
}
.TagClassName
{
border-color: #E8A71B;
}
</style>