Shades of Gamboge #E8A00F
Tints of Gamboge #E8A00F
RGB
CMYK
RGB Variations
Color information
#E8A00F (or 0xE8A00F) is known color: Gamboge. HEX triplet: E8, A0 and 0F. RGB value is (232,160,15). Sum of RGB (Red+Green+Blue) = 232+160+15=407 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.00% from 407); Green value is 160 (62.89% from 255 or 39.31% from 407); Blue value is 15 (6.25% from 255 or 3.69% from 407); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A00F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8A00F is #175FF0. Grayscale: #A5A5A5. Windows color (decimal): -1531889 or 1024232. OLE color: 1024232.
HSL color Cylindrical-coordinate representation of color #E8A00F: hue angle of 40.09º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E8A00F is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 160 | 15 | - |
| CMYK | 0 | 0.31 | 0.94 | 0.09 |
| HSL | 40.09º | 0.88% | 0.48% | - |
| HSV(B) | 40.09º | 0.94% | 0.91% | - |
| XYZ | 45.94 | 42.33 | 6.2 | - |
| YUV | 165 | 43.35 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 160 | 15 | 0 | 0.31 | 0.94 | 0.09 | 40.09 | 0.88 | 0.48 |
| Hex | E8 | A0 | F | 0 | 1F | 5E | 9 | 28 | 58 | 30 |
| Octal | 350 | 240 | 17 | 0 | 37 | 136 | 11 | 50 | 130 | 60 |
| Binary | 11101000 | 10100000 | 1111 | 0 | 11111 | 1011110 | 1001 | 101000 | 1011000 | 110000 |
Color Harmonies of #E8A00F
Complementary color
Monochromatic Colors of #E8A00F
Black with #E8A00F
Text Example
Text Example
White with #E8A00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A00F; }
p { color: rgb(232,160,15); }
H1.HeaderClassName
{
color: #E8A00F;
}
.AnyTagClassName
{
color: #E8A00F;
}
</style>
background-color css
<style>
a { background-color: #E8A00F; }
a { background-color: rgb(232,160,15); }
div.DivClassName
{
background-color: #E8A00F;
}
.BgClassName
{
background-color: #E8A00F;
}
</style>
border-color css
<style>
span { border-color: #E8A00F; }
span { border-color: rgb(232,160,15); }
td.TdClassName
{
border-color: #E8A00F;
}
.TagClassName
{
border-color: #E8A00F;
}
</style>