Shades of Gamboge #E8AD07
Tints of Gamboge #E8AD07
RGB
CMYK
RGB Variations
Color information
#E8AD07 (or 0xE8AD07) is known color: Gamboge. HEX triplet: E8, AD and 07. RGB value is (232,173,7). Sum of RGB (Red+Green+Blue) = 232+173+7=412 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.31% from 412); Green value is 173 (67.97% from 255 or 41.99% from 412); Blue value is 7 (3.12% from 255 or 1.70% from 412); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AD07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8AD07 is #1752F8. Grayscale: #ACACAC. Windows color (decimal): -1528569 or 503272. OLE color: 503272.
HSL color Cylindrical-coordinate representation of color #E8AD07: hue angle of 44.27º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E8AD07 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 173 | 7 | - |
| CMYK | 0 | 0.25 | 0.97 | 0.09 |
| HSL | 44.27º | 0.94% | 0.47% | - |
| HSV(B) | 44.27º | 0.97% | 0.91% | - |
| XYZ | 48.26 | 47.06 | 6.74 | - |
| YUV | 171.72 | 35.05 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 173 | 7 | 0 | 0.25 | 0.97 | 0.09 | 44.27 | 0.94 | 0.47 |
| Hex | E8 | AD | 7 | 0 | 19 | 61 | 9 | 2C | 5E | 2F |
| Octal | 350 | 255 | 7 | 0 | 31 | 141 | 11 | 54 | 136 | 57 |
| Binary | 11101000 | 10101101 | 111 | 0 | 11001 | 1100001 | 1001 | 101100 | 1011110 | 101111 |
Color Harmonies of #E8AD07
Complementary color
Monochromatic Colors of #E8AD07
Black with #E8AD07
Text Example
Text Example
White with #E8AD07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AD07; }
p { color: rgb(232,173,7); }
H1.HeaderClassName
{
color: #E8AD07;
}
.AnyTagClassName
{
color: #E8AD07;
}
</style>
background-color css
<style>
a { background-color: #E8AD07; }
a { background-color: rgb(232,173,7); }
div.DivClassName
{
background-color: #E8AD07;
}
.BgClassName
{
background-color: #E8AD07;
}
</style>
border-color css
<style>
span { border-color: #E8AD07; }
span { border-color: rgb(232,173,7); }
td.TdClassName
{
border-color: #E8AD07;
}
.TagClassName
{
border-color: #E8AD07;
}
</style>