Shades of Gamboge #E89F03
Tints of Gamboge #E89F03
RGB
CMYK
RGB Variations
Color information
#E89F03 (or 0xE89F03) is known color: Gamboge. HEX triplet: E8, 9F and 03. RGB value is (232,159,3). Sum of RGB (Red+Green+Blue) = 232+159+3=394 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.88% from 394); Green value is 159 (62.5% from 255 or 40.36% from 394); Blue value is 3 (1.56% from 255 or 0.76% from 394); Max value from RGB is 232 - color contains mainly: red. Hex color #E89F03 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E89F03 is #1760FC. Grayscale: #A3A3A3. Windows color (decimal): -1532157 or 237544. OLE color: 237544.
HSL color Cylindrical-coordinate representation of color #E89F03: hue angle of 40.87º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E89F03 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 159 | 3 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.09 |
| HSL | 40.87º | 0.97% | 0.46% | - |
| HSV(B) | 40.87º | 0.99% | 0.91% | - |
| XYZ | 45.69 | 41.96 | 5.78 | - |
| YUV | 163.04 | 37.68 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 159 | 3 | 0 | 0.31 | 0.99 | 0.09 | 40.87 | 0.97 | 0.46 |
| Hex | E8 | 9F | 3 | 0 | 1F | 63 | 9 | 29 | 61 | 2E |
| Octal | 350 | 237 | 3 | 0 | 37 | 143 | 11 | 51 | 141 | 56 |
| Binary | 11101000 | 10011111 | 11 | 0 | 11111 | 1100011 | 1001 | 101001 | 1100001 | 101110 |
Color Harmonies of #E89F03
Complementary color
Monochromatic Colors of #E89F03
Black with #E89F03
Text Example
Text Example
White with #E89F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89F03; }
p { color: rgb(232,159,3); }
H1.HeaderClassName
{
color: #E89F03;
}
.AnyTagClassName
{
color: #E89F03;
}
</style>
background-color css
<style>
a { background-color: #E89F03; }
a { background-color: rgb(232,159,3); }
div.DivClassName
{
background-color: #E89F03;
}
.BgClassName
{
background-color: #E89F03;
}
</style>
border-color css
<style>
span { border-color: #E89F03; }
span { border-color: rgb(232,159,3); }
td.TdClassName
{
border-color: #E89F03;
}
.TagClassName
{
border-color: #E89F03;
}
</style>