Shades of Gamboge #E7AC01
Tints of Gamboge #E7AC01
RGB
CMYK
RGB Variations
Color information
#E7AC01 (or 0xE7AC01) is known color: Gamboge. HEX triplet: E7, AC and 01. RGB value is (231,172,1). Sum of RGB (Red+Green+Blue) = 231+172+1=404 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.18% from 404); Green value is 172 (67.58% from 255 or 42.57% from 404); Blue value is 1 (0.78% from 255 or 0.25% from 404); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AC01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7AC01 is #1853FE. Grayscale: #AAAAAA. Windows color (decimal): -1594367 or 109799. OLE color: 109799.
HSL color Cylindrical-coordinate representation of color #E7AC01: hue angle of 44.61º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E7AC01 is Cyan = 0, Magento = 0.26, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 172 | 1 | - |
| CMYK | 0 | 0.26 | 1.00 | 0.09 |
| HSL | 44.61º | 0.99% | 0.45% | - |
| HSV(B) | 44.61º | 1% | 0.91% | - |
| XYZ | 47.71 | 46.5 | 6.49 | - |
| YUV | 170.15 | 32.55 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 172 | 1 | 0 | 0.26 | 1.00 | 0.09 | 44.61 | 0.99 | 0.45 |
| Hex | E7 | AC | 1 | 0 | 1A | 64 | 9 | 2D | 63 | 2D |
| Octal | 347 | 254 | 1 | 0 | 32 | 144 | 11 | 55 | 143 | 55 |
| Binary | 11100111 | 10101100 | 1 | 0 | 11010 | 1100100 | 1001 | 101101 | 1100011 | 101101 |
Color Harmonies of #E7AC01
Complementary color
Monochromatic Colors of #E7AC01
Black with #E7AC01
Text Example
Text Example
White with #E7AC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AC01; }
p { color: rgb(231,172,1); }
H1.HeaderClassName
{
color: #E7AC01;
}
.AnyTagClassName
{
color: #E7AC01;
}
</style>
background-color css
<style>
a { background-color: #E7AC01; }
a { background-color: rgb(231,172,1); }
div.DivClassName
{
background-color: #E7AC01;
}
.BgClassName
{
background-color: #E7AC01;
}
</style>
border-color css
<style>
span { border-color: #E7AC01; }
span { border-color: rgb(231,172,1); }
td.TdClassName
{
border-color: #E7AC01;
}
.TagClassName
{
border-color: #E7AC01;
}
</style>