Shades of Gamboge #E3AD07
Tints of Gamboge #E3AD07
RGB
CMYK
RGB Variations
Color information
#E3AD07 (or 0xE3AD07) is known color: Gamboge. HEX triplet: E3, AD and 07. RGB value is (227,173,7). Sum of RGB (Red+Green+Blue) = 227+173+7=407 (53% of max value = 765). Red value is 227 (89.06% from 255 or 55.77% from 407); Green value is 173 (67.97% from 255 or 42.51% from 407); Blue value is 7 (3.12% from 255 or 1.72% from 407); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AD07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3AD07 is #1C52F8. Grayscale: #AAAAAA. Windows color (decimal): -1856249 or 503267. OLE color: 503267.
HSL color Cylindrical-coordinate representation of color #E3AD07: hue angle of 45.27º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E3AD07 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 173 | 7 | - |
| CMYK | 0 | 0.24 | 0.97 | 0.11 |
| HSL | 45.27º | 0.94% | 0.46% | - |
| HSV(B) | 45.27º | 0.97% | 0.89% | - |
| XYZ | 46.66 | 46.23 | 6.67 | - |
| YUV | 170.22 | 35.89 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 173 | 7 | 0 | 0.24 | 0.97 | 0.11 | 45.27 | 0.94 | 0.46 |
| Hex | E3 | AD | 7 | 0 | 18 | 61 | B | 2D | 5E | 2E |
| Octal | 343 | 255 | 7 | 0 | 30 | 141 | 13 | 55 | 136 | 56 |
| Binary | 11100011 | 10101101 | 111 | 0 | 11000 | 1100001 | 1011 | 101101 | 1011110 | 101110 |
Color Harmonies of #E3AD07
Complementary color
Monochromatic Colors of #E3AD07
Black with #E3AD07
Text Example
Text Example
White with #E3AD07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AD07; }
p { color: rgb(227,173,7); }
H1.HeaderClassName
{
color: #E3AD07;
}
.AnyTagClassName
{
color: #E3AD07;
}
</style>
background-color css
<style>
a { background-color: #E3AD07; }
a { background-color: rgb(227,173,7); }
div.DivClassName
{
background-color: #E3AD07;
}
.BgClassName
{
background-color: #E3AD07;
}
</style>
border-color css
<style>
span { border-color: #E3AD07; }
span { border-color: rgb(227,173,7); }
td.TdClassName
{
border-color: #E3AD07;
}
.TagClassName
{
border-color: #E3AD07;
}
</style>