Shades of Gamboge #E1AD01
Tints of Gamboge #E1AD01
RGB
CMYK
RGB Variations
Color information
#E1AD01 (or 0xE1AD01) is known color: Gamboge. HEX triplet: E1, AD and 01. RGB value is (225,173,1). Sum of RGB (Red+Green+Blue) = 225+173+1=399 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.39% from 399); Green value is 173 (67.97% from 255 or 43.36% from 399); Blue value is 1 (0.78% from 255 or 0.25% from 399); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AD01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1AD01 is #1E52FE. Grayscale: #A9A9A9. Windows color (decimal): -1987327 or 110049. OLE color: 110049.
HSL color Cylindrical-coordinate representation of color #E1AD01: hue angle of 46.07º 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 #E1AD01 is Cyan = 0, Magento = 0.23, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 173 | 1 | - |
| CMYK | 0 | 0.23 | 1.00 | 0.12 |
| HSL | 46.07º | 0.99% | 0.44% | - |
| HSV(B) | 46.07º | 1% | 0.88% | - |
| XYZ | 46 | 45.9 | 6.46 | - |
| YUV | 168.94 | 33.23 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 173 | 1 | 0 | 0.23 | 1.00 | 0.12 | 46.07 | 0.99 | 0.44 |
| Hex | E1 | AD | 1 | 0 | 17 | 64 | C | 2E | 63 | 2C |
| Octal | 341 | 255 | 1 | 0 | 27 | 144 | 14 | 56 | 143 | 54 |
| Binary | 11100001 | 10101101 | 1 | 0 | 10111 | 1100100 | 1100 | 101110 | 1100011 | 101100 |
Color Harmonies of #E1AD01
Complementary color
Monochromatic Colors of #E1AD01
Black with #E1AD01
Text Example
Text Example
White with #E1AD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AD01; }
p { color: rgb(225,173,1); }
H1.HeaderClassName
{
color: #E1AD01;
}
.AnyTagClassName
{
color: #E1AD01;
}
</style>
background-color css
<style>
a { background-color: #E1AD01; }
a { background-color: rgb(225,173,1); }
div.DivClassName
{
background-color: #E1AD01;
}
.BgClassName
{
background-color: #E1AD01;
}
</style>
border-color css
<style>
span { border-color: #E1AD01; }
span { border-color: rgb(225,173,1); }
td.TdClassName
{
border-color: #E1AD01;
}
.TagClassName
{
border-color: #E1AD01;
}
</style>