Shades of Gamboge #E1AC01
Tints of Gamboge #E1AC01
RGB
CMYK
RGB Variations
Color information
#E1AC01 (or 0xE1AC01) is known color: Gamboge. HEX triplet: E1, AC and 01. RGB value is (225,172,1). Sum of RGB (Red+Green+Blue) = 225+172+1=398 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.53% from 398); Green value is 172 (67.58% from 255 or 43.22% from 398); Blue value is 1 (0.78% from 255 or 0.25% from 398); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AC01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1AC01 is #1E53FE. Grayscale: #A9A9A9. Windows color (decimal): -1987583 or 109793. OLE color: 109793.
HSL color Cylindrical-coordinate representation of color #E1AC01: hue angle of 45.8º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E1AC01 is Cyan = 0, Magento = 0.24, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 172 | 1 | - |
| CMYK | 0 | 0.24 | 1.00 | 0.12 |
| HSL | 45.8º | 0.99% | 0.44% | - |
| HSV(B) | 45.8º | 1% | 0.88% | - |
| XYZ | 45.81 | 45.51 | 6.4 | - |
| YUV | 168.35 | 33.56 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 172 | 1 | 0 | 0.24 | 1.00 | 0.12 | 45.8 | 0.99 | 0.44 |
| Hex | E1 | AC | 1 | 0 | 18 | 64 | C | 2E | 63 | 2C |
| Octal | 341 | 254 | 1 | 0 | 30 | 144 | 14 | 56 | 143 | 54 |
| Binary | 11100001 | 10101100 | 1 | 0 | 11000 | 1100100 | 1100 | 101110 | 1100011 | 101100 |
Color Harmonies of #E1AC01
Complementary color
Monochromatic Colors of #E1AC01
Black with #E1AC01
Text Example
Text Example
White with #E1AC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AC01; }
p { color: rgb(225,172,1); }
H1.HeaderClassName
{
color: #E1AC01;
}
.AnyTagClassName
{
color: #E1AC01;
}
</style>
background-color css
<style>
a { background-color: #E1AC01; }
a { background-color: rgb(225,172,1); }
div.DivClassName
{
background-color: #E1AC01;
}
.BgClassName
{
background-color: #E1AC01;
}
</style>
border-color css
<style>
span { border-color: #E1AC01; }
span { border-color: rgb(225,172,1); }
td.TdClassName
{
border-color: #E1AC01;
}
.TagClassName
{
border-color: #E1AC01;
}
</style>