Shades of Gamboge #E89700
Tints of Gamboge #E89700
RGB
CMYK
RGB Variations
Color information
#E89700 (or 0xE89700) is known color: Gamboge. HEX triplet: E8, 97 and 00. RGB value is (232,151,0). Sum of RGB (Red+Green+Blue) = 232+151+0=383 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.57% from 383); Green value is 151 (59.38% from 255 or 39.43% from 383); Blue value is 0 (0.39% from 255 or 0% from 383); Max value from RGB is 232 - color contains mainly: red. Hex color #E89700 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E89700 is #1768FF. Grayscale: #9E9E9E. Windows color (decimal): -1534208 or 38888. OLE color: 38888.
HSL color Cylindrical-coordinate representation of color #E89700: hue angle of 39.05º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E89700 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 151 | 0 | - |
| CMYK | 0 | 0.35 | 1 | 0.09 |
| HSL | 39.05º | 1% | 0.45% | - |
| HSV(B) | 39.05º | 1% | 0.91% | - |
| XYZ | 44.35 | 39.29 | 5.25 | - |
| YUV | 158.01 | 38.84 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 151 | 0 | 0 | 0.35 | 1 | 0.09 | 39.05 | 1 | 0.45 |
| Hex | E8 | 97 | 0 | 0 | 23 | 64 | 9 | 27 | 64 | 2D |
| Octal | 350 | 227 | 0 | 0 | 43 | 144 | 11 | 47 | 144 | 55 |
| Binary | 11101000 | 10010111 | 0 | 0 | 100011 | 1100100 | 1001 | 100111 | 1100100 | 101101 |
Color Harmonies of #E89700
Complementary color
Monochromatic Colors of #E89700
Black with #E89700
Text Example
Text Example
White with #E89700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89700; }
p { color: rgb(232,151,0); }
H1.HeaderClassName
{
color: #E89700;
}
.AnyTagClassName
{
color: #E89700;
}
</style>
background-color css
<style>
a { background-color: #E89700; }
a { background-color: rgb(232,151,0); }
div.DivClassName
{
background-color: #E89700;
}
.BgClassName
{
background-color: #E89700;
}
</style>
border-color css
<style>
span { border-color: #E89700; }
span { border-color: rgb(232,151,0); }
td.TdClassName
{
border-color: #E89700;
}
.TagClassName
{
border-color: #E89700;
}
</style>