Shades of Gamboge #E89D1B
Tints of Gamboge #E89D1B
RGB
CMYK
RGB Variations
Color information
#E89D1B (or 0xE89D1B) is known color: Gamboge. HEX triplet: E8, 9D and 1B. RGB value is (232,157,27). Sum of RGB (Red+Green+Blue) = 232+157+27=416 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.77% from 416); Green value is 157 (61.72% from 255 or 37.74% from 416); Blue value is 27 (10.94% from 255 or 6.49% from 416); Max value from RGB is 232 - color contains mainly: red. Hex color #E89D1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E89D1B is #1762E4. Grayscale: #A5A5A5. Windows color (decimal): -1532645 or 1809896. OLE color: 1809896.
HSL color Cylindrical-coordinate representation of color #E89D1B: hue angle of 38.05º 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 #E89D1B is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 157 | 27 | - |
| CMYK | 0 | 0.32 | 0.88 | 0.09 |
| HSL | 38.05º | 0.82% | 0.51% | - |
| HSV(B) | 38.05º | 0.88% | 0.91% | - |
| XYZ | 45.53 | 41.35 | 6.62 | - |
| YUV | 164.61 | 50.35 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 157 | 27 | 0 | 0.32 | 0.88 | 0.09 | 38.05 | 0.82 | 0.51 |
| Hex | E8 | 9D | 1B | 0 | 20 | 58 | 9 | 26 | 52 | 33 |
| Octal | 350 | 235 | 33 | 0 | 40 | 130 | 11 | 46 | 122 | 63 |
| Binary | 11101000 | 10011101 | 11011 | 0 | 100000 | 1011000 | 1001 | 100110 | 1010010 | 110011 |
Color Harmonies of #E89D1B
Complementary color
Monochromatic Colors of #E89D1B
Black with #E89D1B
Text Example
Text Example
White with #E89D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89D1B; }
p { color: rgb(232,157,27); }
H1.HeaderClassName
{
color: #E89D1B;
}
.AnyTagClassName
{
color: #E89D1B;
}
</style>
background-color css
<style>
a { background-color: #E89D1B; }
a { background-color: rgb(232,157,27); }
div.DivClassName
{
background-color: #E89D1B;
}
.BgClassName
{
background-color: #E89D1B;
}
</style>
border-color css
<style>
span { border-color: #E89D1B; }
span { border-color: rgb(232,157,27); }
td.TdClassName
{
border-color: #E89D1B;
}
.TagClassName
{
border-color: #E89D1B;
}
</style>