Shades of Gamboge #E89D1A
Tints of Gamboge #E89D1A
RGB
CMYK
RGB Variations
Color information
#E89D1A (or 0xE89D1A) is known color: Gamboge. HEX triplet: E8, 9D and 1A. RGB value is (232,157,26). Sum of RGB (Red+Green+Blue) = 232+157+26=415 (54% of max value = 765). Red value is 232 (91.02% from 255 or 55.90% from 415); Green value is 157 (61.72% from 255 or 37.83% from 415); Blue value is 26 (10.55% from 255 or 6.27% from 415); Max value from RGB is 232 - color contains mainly: red. Hex color #E89D1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E89D1A is #1762E5. Grayscale: #A5A5A5. Windows color (decimal): -1532646 or 1744360. OLE color: 1744360.
HSL color Cylindrical-coordinate representation of color #E89D1A: hue angle of 38.16º 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 #E89D1A is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 157 | 26 | - |
| CMYK | 0 | 0.32 | 0.89 | 0.09 |
| HSL | 38.16º | 0.82% | 0.51% | - |
| HSV(B) | 38.16º | 0.89% | 0.91% | - |
| XYZ | 45.52 | 41.34 | 6.56 | - |
| YUV | 164.49 | 49.85 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 157 | 26 | 0 | 0.32 | 0.89 | 0.09 | 38.16 | 0.82 | 0.51 |
| Hex | E8 | 9D | 1A | 0 | 20 | 59 | 9 | 26 | 52 | 33 |
| Octal | 350 | 235 | 32 | 0 | 40 | 131 | 11 | 46 | 122 | 63 |
| Binary | 11101000 | 10011101 | 11010 | 0 | 100000 | 1011001 | 1001 | 100110 | 1010010 | 110011 |
Color Harmonies of #E89D1A
Complementary color
Monochromatic Colors of #E89D1A
Black with #E89D1A
Text Example
Text Example
White with #E89D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89D1A; }
p { color: rgb(232,157,26); }
H1.HeaderClassName
{
color: #E89D1A;
}
.AnyTagClassName
{
color: #E89D1A;
}
</style>
background-color css
<style>
a { background-color: #E89D1A; }
a { background-color: rgb(232,157,26); }
div.DivClassName
{
background-color: #E89D1A;
}
.BgClassName
{
background-color: #E89D1A;
}
</style>
border-color css
<style>
span { border-color: #E89D1A; }
span { border-color: rgb(232,157,26); }
td.TdClassName
{
border-color: #E89D1A;
}
.TagClassName
{
border-color: #E89D1A;
}
</style>