Shades of Gamboge #E7B003
Tints of Gamboge #E7B003
RGB
CMYK
RGB Variations
Color information
#E7B003 (or 0xE7B003) is known color: Gamboge. HEX triplet: E7, B0 and 03. RGB value is (231,176,3). Sum of RGB (Red+Green+Blue) = 231+176+3=410 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.34% from 410); Green value is 176 (69.14% from 255 or 42.93% from 410); Blue value is 3 (1.56% from 255 or 0.73% from 410); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B003 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7B003 is #184FFC. Grayscale: #ADADAD. Windows color (decimal): -1593341 or 241895. OLE color: 241895.
HSL color Cylindrical-coordinate representation of color #E7B003: hue angle of 45.53º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E7B003 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 176 | 3 | - |
| CMYK | 0 | 0.24 | 0.99 | 0.09 |
| HSL | 45.53º | 0.97% | 0.46% | - |
| HSV(B) | 45.53º | 0.99% | 0.91% | - |
| XYZ | 48.5 | 48.05 | 6.8 | - |
| YUV | 172.72 | 32.22 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 176 | 3 | 0 | 0.24 | 0.99 | 0.09 | 45.53 | 0.97 | 0.46 |
| Hex | E7 | B0 | 3 | 0 | 18 | 63 | 9 | 2E | 61 | 2E |
| Octal | 347 | 260 | 3 | 0 | 30 | 143 | 11 | 56 | 141 | 56 |
| Binary | 11100111 | 10110000 | 11 | 0 | 11000 | 1100011 | 1001 | 101110 | 1100001 | 101110 |
Color Harmonies of #E7B003
Complementary color
Monochromatic Colors of #E7B003
Black with #E7B003
Text Example
Text Example
White with #E7B003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B003; }
p { color: rgb(231,176,3); }
H1.HeaderClassName
{
color: #E7B003;
}
.AnyTagClassName
{
color: #E7B003;
}
</style>
background-color css
<style>
a { background-color: #E7B003; }
a { background-color: rgb(231,176,3); }
div.DivClassName
{
background-color: #E7B003;
}
.BgClassName
{
background-color: #E7B003;
}
</style>
border-color css
<style>
span { border-color: #E7B003; }
span { border-color: rgb(231,176,3); }
td.TdClassName
{
border-color: #E7B003;
}
.TagClassName
{
border-color: #E7B003;
}
</style>