Shades of Gamboge #E89B06
Tints of Gamboge #E89B06
RGB
CMYK
RGB Variations
Color information
#E89B06 (or 0xE89B06) is known color: Gamboge. HEX triplet: E8, 9B and 06. RGB value is (232,155,6). Sum of RGB (Red+Green+Blue) = 232+155+6=393 (52% of max value = 765). Red value is 232 (91.02% from 255 or 59.03% from 393); Green value is 155 (60.94% from 255 or 39.44% from 393); Blue value is 6 (2.73% from 255 or 1.53% from 393); Max value from RGB is 232 - color contains mainly: red. Hex color #E89B06 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E89B06 is #1764F9. Grayscale: #A1A1A1. Windows color (decimal): -1533178 or 433128. OLE color: 433128.
HSL color Cylindrical-coordinate representation of color #E89B06: hue angle of 39.56º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E89B06 is Cyan = 0, Magento = 0.33, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 155 | 6 | - |
| CMYK | 0 | 0.33 | 0.97 | 0.09 |
| HSL | 39.56º | 0.95% | 0.47% | - |
| HSV(B) | 39.56º | 0.97% | 0.91% | - |
| XYZ | 45.03 | 40.61 | 5.64 | - |
| YUV | 161.04 | 40.51 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 155 | 6 | 0 | 0.33 | 0.97 | 0.09 | 39.56 | 0.95 | 0.47 |
| Hex | E8 | 9B | 6 | 0 | 21 | 61 | 9 | 28 | 5F | 2F |
| Octal | 350 | 233 | 6 | 0 | 41 | 141 | 11 | 50 | 137 | 57 |
| Binary | 11101000 | 10011011 | 110 | 0 | 100001 | 1100001 | 1001 | 101000 | 1011111 | 101111 |
Color Harmonies of #E89B06
Complementary color
Monochromatic Colors of #E89B06
Black with #E89B06
Text Example
Text Example
White with #E89B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89B06; }
p { color: rgb(232,155,6); }
H1.HeaderClassName
{
color: #E89B06;
}
.AnyTagClassName
{
color: #E89B06;
}
</style>
background-color css
<style>
a { background-color: #E89B06; }
a { background-color: rgb(232,155,6); }
div.DivClassName
{
background-color: #E89B06;
}
.BgClassName
{
background-color: #E89B06;
}
</style>
border-color css
<style>
span { border-color: #E89B06; }
span { border-color: rgb(232,155,6); }
td.TdClassName
{
border-color: #E89B06;
}
.TagClassName
{
border-color: #E89B06;
}
</style>