Shades of Gamboge #E89B16
Tints of Gamboge #E89B16
RGB
CMYK
RGB Variations
Color information
#E89B16 (or 0xE89B16) is known color: Gamboge. HEX triplet: E8, 9B and 16. RGB value is (232,155,22). Sum of RGB (Red+Green+Blue) = 232+155+22=409 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.72% from 409); Green value is 155 (60.94% from 255 or 37.90% from 409); Blue value is 22 (8.98% from 255 or 5.38% from 409); Max value from RGB is 232 - color contains mainly: red. Hex color #E89B16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E89B16 is #1764E9. Grayscale: #A3A3A3. Windows color (decimal): -1533162 or 1481704. OLE color: 1481704.
HSL color Cylindrical-coordinate representation of color #E89B16: hue angle of 38º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E89B16 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 155 | 22 | - |
| CMYK | 0 | 0.33 | 0.91 | 0.09 |
| HSL | 38º | 0.83% | 0.5% | - |
| HSV(B) | 38º | 0.91% | 0.91% | - |
| XYZ | 45.14 | 40.66 | 6.23 | - |
| YUV | 162.86 | 48.51 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 155 | 22 | 0 | 0.33 | 0.91 | 0.09 | 38 | 0.83 | 0.5 |
| Hex | E8 | 9B | 16 | 0 | 21 | 5B | 9 | 26 | 53 | 32 |
| Octal | 350 | 233 | 26 | 0 | 41 | 133 | 11 | 46 | 123 | 62 |
| Binary | 11101000 | 10011011 | 10110 | 0 | 100001 | 1011011 | 1001 | 100110 | 1010011 | 110010 |
Color Harmonies of #E89B16
Complementary color
Monochromatic Colors of #E89B16
Black with #E89B16
Text Example
Text Example
White with #E89B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89B16; }
p { color: rgb(232,155,22); }
H1.HeaderClassName
{
color: #E89B16;
}
.AnyTagClassName
{
color: #E89B16;
}
</style>
background-color css
<style>
a { background-color: #E89B16; }
a { background-color: rgb(232,155,22); }
div.DivClassName
{
background-color: #E89B16;
}
.BgClassName
{
background-color: #E89B16;
}
</style>
border-color css
<style>
span { border-color: #E89B16; }
span { border-color: rgb(232,155,22); }
td.TdClassName
{
border-color: #E89B16;
}
.TagClassName
{
border-color: #E89B16;
}
</style>