Shades of Gamboge #E89301
Tints of Gamboge #E89301
RGB
CMYK
RGB Variations
Color information
#E89301 (or 0xE89301) is known color: Gamboge. HEX triplet: E8, 93 and 01. RGB value is (232,147,1). Sum of RGB (Red+Green+Blue) = 232+147+1=380 (50% of max value = 765). Red value is 232 (91.02% from 255 or 61.05% from 380); Green value is 147 (57.81% from 255 or 38.68% from 380); Blue value is 1 (0.78% from 255 or 0.26% from 380); Max value from RGB is 232 - color contains mainly: red. Hex color #E89301 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E89301 is #176CFE. Grayscale: #9C9C9C. Windows color (decimal): -1535231 or 103400. OLE color: 103400.
HSL color Cylindrical-coordinate representation of color #E89301: hue angle of 37.92º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E89301 is Cyan = 0, Magento = 0.37, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 147 | 1 | - |
| CMYK | 0 | 0.37 | 1.00 | 0.09 |
| HSL | 37.92º | 0.99% | 0.46% | - |
| HSV(B) | 37.92º | 1% | 0.91% | - |
| XYZ | 43.72 | 38.03 | 5.06 | - |
| YUV | 155.77 | 40.66 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 147 | 1 | 0 | 0.37 | 1.00 | 0.09 | 37.92 | 0.99 | 0.46 |
| Hex | E8 | 93 | 1 | 0 | 25 | 64 | 9 | 26 | 63 | 2E |
| Octal | 350 | 223 | 1 | 0 | 45 | 144 | 11 | 46 | 143 | 56 |
| Binary | 11101000 | 10010011 | 1 | 0 | 100101 | 1100100 | 1001 | 100110 | 1100011 | 101110 |
Color Harmonies of #E89301
Complementary color
Monochromatic Colors of #E89301
Black with #E89301
Text Example
Text Example
White with #E89301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89301; }
p { color: rgb(232,147,1); }
H1.HeaderClassName
{
color: #E89301;
}
.AnyTagClassName
{
color: #E89301;
}
</style>
background-color css
<style>
a { background-color: #E89301; }
a { background-color: rgb(232,147,1); }
div.DivClassName
{
background-color: #E89301;
}
.BgClassName
{
background-color: #E89301;
}
</style>
border-color css
<style>
span { border-color: #E89301; }
span { border-color: rgb(232,147,1); }
td.TdClassName
{
border-color: #E89301;
}
.TagClassName
{
border-color: #E89301;
}
</style>