Shades of Gamboge #E89302
Tints of Gamboge #E89302
RGB
CMYK
RGB Variations
Color information
#E89302 (or 0xE89302) is known color: Gamboge. HEX triplet: E8, 93 and 02. RGB value is (232,147,2). Sum of RGB (Red+Green+Blue) = 232+147+2=381 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.89% from 381); Green value is 147 (57.81% from 255 or 38.58% from 381); Blue value is 2 (1.17% from 255 or 0.52% from 381); Max value from RGB is 232 - color contains mainly: red. Hex color #E89302 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E89302 is #176CFD. Grayscale: #9C9C9C. Windows color (decimal): -1535230 or 168936. OLE color: 168936.
HSL color Cylindrical-coordinate representation of color #E89302: hue angle of 37.83º degrees, saturation: 0.98, 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 #E89302 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 147 | 2 | - |
| CMYK | 0 | 0.37 | 0.99 | 0.09 |
| HSL | 37.83º | 0.98% | 0.46% | - |
| HSV(B) | 37.83º | 0.99% | 0.91% | - |
| XYZ | 43.72 | 38.03 | 5.09 | - |
| YUV | 155.89 | 41.16 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 147 | 2 | 0 | 0.37 | 0.99 | 0.09 | 37.83 | 0.98 | 0.46 |
| Hex | E8 | 93 | 2 | 0 | 25 | 63 | 9 | 26 | 62 | 2E |
| Octal | 350 | 223 | 2 | 0 | 45 | 143 | 11 | 46 | 142 | 56 |
| Binary | 11101000 | 10010011 | 10 | 0 | 100101 | 1100011 | 1001 | 100110 | 1100010 | 101110 |
Color Harmonies of #E89302
Complementary color
Monochromatic Colors of #E89302
Black with #E89302
Text Example
Text Example
White with #E89302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89302; }
p { color: rgb(232,147,2); }
H1.HeaderClassName
{
color: #E89302;
}
.AnyTagClassName
{
color: #E89302;
}
</style>
background-color css
<style>
a { background-color: #E89302; }
a { background-color: rgb(232,147,2); }
div.DivClassName
{
background-color: #E89302;
}
.BgClassName
{
background-color: #E89302;
}
</style>
border-color css
<style>
span { border-color: #E89302; }
span { border-color: rgb(232,147,2); }
td.TdClassName
{
border-color: #E89302;
}
.TagClassName
{
border-color: #E89302;
}
</style>