Shades of Gamboge #E1AF00
Tints of Gamboge #E1AF00
RGB
CMYK
RGB Variations
Color information
#E1AF00 (or 0xE1AF00) is known color: Gamboge. HEX triplet: E1, AF and 00. RGB value is (225,175,0). Sum of RGB (Red+Green+Blue) = 225+175+0=400 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.25% from 400); Green value is 175 (68.75% from 255 or 43.75% from 400); Blue value is 0 (0.39% from 255 or 0% from 400); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AF00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1AF00 is #1E50FF. Grayscale: #AAAAAA. Windows color (decimal): -1986816 or 45025. OLE color: 45025.
HSL color Cylindrical-coordinate representation of color #E1AF00: hue angle of 46.67º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E1AF00 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 175 | 0 | - |
| CMYK | 0 | 0.22 | 1 | 0.12 |
| HSL | 46.67º | 1% | 0.44% | - |
| HSV(B) | 46.67º | 1% | 0.88% | - |
| XYZ | 46.38 | 46.67 | 6.56 | - |
| YUV | 170 | 32.07 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 175 | 0 | 0 | 0.22 | 1 | 0.12 | 46.67 | 1 | 0.44 |
| Hex | E1 | AF | 0 | 0 | 16 | 64 | C | 2F | 64 | 2C |
| Octal | 341 | 257 | 0 | 0 | 26 | 144 | 14 | 57 | 144 | 54 |
| Binary | 11100001 | 10101111 | 0 | 0 | 10110 | 1100100 | 1100 | 101111 | 1100100 | 101100 |
Color Harmonies of #E1AF00
Complementary color
Monochromatic Colors of #E1AF00
Black with #E1AF00
Text Example
Text Example
White with #E1AF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AF00; }
p { color: rgb(225,175,0); }
H1.HeaderClassName
{
color: #E1AF00;
}
.AnyTagClassName
{
color: #E1AF00;
}
</style>
background-color css
<style>
a { background-color: #E1AF00; }
a { background-color: rgb(225,175,0); }
div.DivClassName
{
background-color: #E1AF00;
}
.BgClassName
{
background-color: #E1AF00;
}
</style>
border-color css
<style>
span { border-color: #E1AF00; }
span { border-color: rgb(225,175,0); }
td.TdClassName
{
border-color: #E1AF00;
}
.TagClassName
{
border-color: #E1AF00;
}
</style>