Shades of Gamboge #E89B1A
Tints of Gamboge #E89B1A
RGB
CMYK
RGB Variations
Color information
#E89B1A (or 0xE89B1A) is known color: Gamboge. HEX triplet: E8, 9B and 1A. RGB value is (232,155,26). Sum of RGB (Red+Green+Blue) = 232+155+26=413 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.17% from 413); Green value is 155 (60.94% from 255 or 37.53% from 413); Blue value is 26 (10.55% from 255 or 6.30% from 413); Max value from RGB is 232 - color contains mainly: red. Hex color #E89B1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E89B1A is #1764E5. Grayscale: #A3A3A3. Windows color (decimal): -1533158 or 1743848. OLE color: 1743848.
HSL color Cylindrical-coordinate representation of color #E89B1A: hue angle of 37.57º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E89B1A is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 155 | 26 | - |
| CMYK | 0 | 0.33 | 0.89 | 0.09 |
| HSL | 37.57º | 0.82% | 0.51% | - |
| HSV(B) | 37.57º | 0.89% | 0.91% | - |
| XYZ | 45.19 | 40.67 | 6.45 | - |
| YUV | 163.32 | 50.51 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 155 | 26 | 0 | 0.33 | 0.89 | 0.09 | 37.57 | 0.82 | 0.51 |
| Hex | E8 | 9B | 1A | 0 | 21 | 59 | 9 | 26 | 52 | 33 |
| Octal | 350 | 233 | 32 | 0 | 41 | 131 | 11 | 46 | 122 | 63 |
| Binary | 11101000 | 10011011 | 11010 | 0 | 100001 | 1011001 | 1001 | 100110 | 1010010 | 110011 |
Color Harmonies of #E89B1A
Complementary color
Monochromatic Colors of #E89B1A
Black with #E89B1A
Text Example
Text Example
White with #E89B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89B1A; }
p { color: rgb(232,155,26); }
H1.HeaderClassName
{
color: #E89B1A;
}
.AnyTagClassName
{
color: #E89B1A;
}
</style>
background-color css
<style>
a { background-color: #E89B1A; }
a { background-color: rgb(232,155,26); }
div.DivClassName
{
background-color: #E89B1A;
}
.BgClassName
{
background-color: #E89B1A;
}
</style>
border-color css
<style>
span { border-color: #E89B1A; }
span { border-color: rgb(232,155,26); }
td.TdClassName
{
border-color: #E89B1A;
}
.TagClassName
{
border-color: #E89B1A;
}
</style>