Shades of Gamboge #E1AF01
Tints of Gamboge #E1AF01
RGB
CMYK
RGB Variations
Color information
#E1AF01 (or 0xE1AF01) is known color: Gamboge. HEX triplet: E1, AF and 01. RGB value is (225,175,1). Sum of RGB (Red+Green+Blue) = 225+175+1=401 (53% of max value = 765). Red value is 225 (88.28% from 255 or 56.11% from 401); Green value is 175 (68.75% from 255 or 43.64% from 401); Blue value is 1 (0.78% from 255 or 0.25% from 401); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AF01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1AF01 is #1E50FE. Grayscale: #AAAAAA. Windows color (decimal): -1986815 or 110561. OLE color: 110561.
HSL color Cylindrical-coordinate representation of color #E1AF01: hue angle of 46.61º 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 #E1AF01 is Cyan = 0, Magento = 0.22, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 175 | 1 | - |
| CMYK | 0 | 0.22 | 1.00 | 0.12 |
| HSL | 46.61º | 0.99% | 0.44% | - |
| HSV(B) | 46.61º | 1% | 0.88% | - |
| XYZ | 46.39 | 46.67 | 6.59 | - |
| YUV | 170.11 | 32.57 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 175 | 1 | 0 | 0.22 | 1.00 | 0.12 | 46.61 | 0.99 | 0.44 |
| Hex | E1 | AF | 1 | 0 | 16 | 64 | C | 2F | 63 | 2C |
| Octal | 341 | 257 | 1 | 0 | 26 | 144 | 14 | 57 | 143 | 54 |
| Binary | 11100001 | 10101111 | 1 | 0 | 10110 | 1100100 | 1100 | 101111 | 1100011 | 101100 |
Color Harmonies of #E1AF01
Complementary color
Monochromatic Colors of #E1AF01
Black with #E1AF01
Text Example
Text Example
White with #E1AF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AF01; }
p { color: rgb(225,175,1); }
H1.HeaderClassName
{
color: #E1AF01;
}
.AnyTagClassName
{
color: #E1AF01;
}
</style>
background-color css
<style>
a { background-color: #E1AF01; }
a { background-color: rgb(225,175,1); }
div.DivClassName
{
background-color: #E1AF01;
}
.BgClassName
{
background-color: #E1AF01;
}
</style>
border-color css
<style>
span { border-color: #E1AF01; }
span { border-color: rgb(225,175,1); }
td.TdClassName
{
border-color: #E1AF01;
}
.TagClassName
{
border-color: #E1AF01;
}
</style>