Shades of Gamboge #E1AF0F
Tints of Gamboge #E1AF0F
RGB
CMYK
RGB Variations
Color information
#E1AF0F (or 0xE1AF0F) is known color: Gamboge. HEX triplet: E1, AF and 0F. RGB value is (225,175,15). Sum of RGB (Red+Green+Blue) = 225+175+15=415 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.22% from 415); Green value is 175 (68.75% from 255 or 42.17% from 415); Blue value is 15 (6.25% from 255 or 3.61% from 415); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AF0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1AF0F is #1E50F0. Grayscale: #ACACAC. Windows color (decimal): -1986801 or 1028065. OLE color: 1028065.
HSL color Cylindrical-coordinate representation of color #E1AF0F: hue angle of 45.71º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E1AF0F is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 175 | 15 | - |
| CMYK | 0 | 0.22 | 0.93 | 0.12 |
| HSL | 45.71º | 0.88% | 0.47% | - |
| HSV(B) | 45.71º | 0.93% | 0.88% | - |
| XYZ | 46.47 | 46.7 | 7.02 | - |
| YUV | 171.71 | 39.57 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 175 | 15 | 0 | 0.22 | 0.93 | 0.12 | 45.71 | 0.88 | 0.47 |
| Hex | E1 | AF | F | 0 | 16 | 5D | C | 2E | 58 | 2F |
| Octal | 341 | 257 | 17 | 0 | 26 | 135 | 14 | 56 | 130 | 57 |
| Binary | 11100001 | 10101111 | 1111 | 0 | 10110 | 1011101 | 1100 | 101110 | 1011000 | 101111 |
Color Harmonies of #E1AF0F
Complementary color
Monochromatic Colors of #E1AF0F
Black with #E1AF0F
Text Example
Text Example
White with #E1AF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AF0F; }
p { color: rgb(225,175,15); }
H1.HeaderClassName
{
color: #E1AF0F;
}
.AnyTagClassName
{
color: #E1AF0F;
}
</style>
background-color css
<style>
a { background-color: #E1AF0F; }
a { background-color: rgb(225,175,15); }
div.DivClassName
{
background-color: #E1AF0F;
}
.BgClassName
{
background-color: #E1AF0F;
}
</style>
border-color css
<style>
span { border-color: #E1AF0F; }
span { border-color: rgb(225,175,15); }
td.TdClassName
{
border-color: #E1AF0F;
}
.TagClassName
{
border-color: #E1AF0F;
}
</style>