Shades of Gamboge #E1AF07
Tints of Gamboge #E1AF07
RGB
CMYK
RGB Variations
Color information
#E1AF07 (or 0xE1AF07) is known color: Gamboge. HEX triplet: E1, AF and 07. RGB value is (225,175,7). Sum of RGB (Red+Green+Blue) = 225+175+7=407 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.28% from 407); Green value is 175 (68.75% from 255 or 43.00% from 407); Blue value is 7 (3.12% from 255 or 1.72% from 407); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AF07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1AF07 is #1E50F8. Grayscale: #ABABAB. Windows color (decimal): -1986809 or 503777. OLE color: 503777.
HSL color Cylindrical-coordinate representation of color #E1AF07: hue angle of 46.24º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E1AF07 is Cyan = 0, Magento = 0.22, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 175 | 7 | - |
| CMYK | 0 | 0.22 | 0.97 | 0.12 |
| HSL | 46.24º | 0.94% | 0.45% | - |
| HSV(B) | 46.24º | 0.97% | 0.88% | - |
| XYZ | 46.42 | 46.68 | 6.77 | - |
| YUV | 170.8 | 35.57 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 175 | 7 | 0 | 0.22 | 0.97 | 0.12 | 46.24 | 0.94 | 0.45 |
| Hex | E1 | AF | 7 | 0 | 16 | 61 | C | 2E | 5E | 2D |
| Octal | 341 | 257 | 7 | 0 | 26 | 141 | 14 | 56 | 136 | 55 |
| Binary | 11100001 | 10101111 | 111 | 0 | 10110 | 1100001 | 1100 | 101110 | 1011110 | 101101 |
Color Harmonies of #E1AF07
Complementary color
Monochromatic Colors of #E1AF07
Black with #E1AF07
Text Example
Text Example
White with #E1AF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AF07; }
p { color: rgb(225,175,7); }
H1.HeaderClassName
{
color: #E1AF07;
}
.AnyTagClassName
{
color: #E1AF07;
}
</style>
background-color css
<style>
a { background-color: #E1AF07; }
a { background-color: rgb(225,175,7); }
div.DivClassName
{
background-color: #E1AF07;
}
.BgClassName
{
background-color: #E1AF07;
}
</style>
border-color css
<style>
span { border-color: #E1AF07; }
span { border-color: rgb(225,175,7); }
td.TdClassName
{
border-color: #E1AF07;
}
.TagClassName
{
border-color: #E1AF07;
}
</style>