Shades of Gamboge #E89C1C
Tints of Gamboge #E89C1C
RGB
CMYK
RGB Variations
Color information
#E89C1C (or 0xE89C1C) is known color: Gamboge. HEX triplet: E8, 9C and 1C. RGB value is (232,156,28). Sum of RGB (Red+Green+Blue) = 232+156+28=416 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.77% from 416); Green value is 156 (61.33% from 255 or 37.5% from 416); Blue value is 28 (11.33% from 255 or 6.73% from 416); Max value from RGB is 232 - color contains mainly: red. Hex color #E89C1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E89C1C is #1763E3. Grayscale: #A4A4A4. Windows color (decimal): -1532900 or 1875176. OLE color: 1875176.
HSL color Cylindrical-coordinate representation of color #E89C1C: hue angle of 37.65º 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 #E89C1C is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 156 | 28 | - |
| CMYK | 0 | 0.33 | 0.88 | 0.09 |
| HSL | 37.65º | 0.82% | 0.51% | - |
| HSV(B) | 37.65º | 0.88% | 0.91% | - |
| XYZ | 45.38 | 41.02 | 6.62 | - |
| YUV | 164.13 | 51.18 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 156 | 28 | 0 | 0.33 | 0.88 | 0.09 | 37.65 | 0.82 | 0.51 |
| Hex | E8 | 9C | 1C | 0 | 21 | 58 | 9 | 26 | 52 | 33 |
| Octal | 350 | 234 | 34 | 0 | 41 | 130 | 11 | 46 | 122 | 63 |
| Binary | 11101000 | 10011100 | 11100 | 0 | 100001 | 1011000 | 1001 | 100110 | 1010010 | 110011 |
Color Harmonies of #E89C1C
Complementary color
Monochromatic Colors of #E89C1C
Black with #E89C1C
Text Example
Text Example
White with #E89C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89C1C; }
p { color: rgb(232,156,28); }
H1.HeaderClassName
{
color: #E89C1C;
}
.AnyTagClassName
{
color: #E89C1C;
}
</style>
background-color css
<style>
a { background-color: #E89C1C; }
a { background-color: rgb(232,156,28); }
div.DivClassName
{
background-color: #E89C1C;
}
.BgClassName
{
background-color: #E89C1C;
}
</style>
border-color css
<style>
span { border-color: #E89C1C; }
span { border-color: rgb(232,156,28); }
td.TdClassName
{
border-color: #E89C1C;
}
.TagClassName
{
border-color: #E89C1C;
}
</style>