Shades of Gamboge #E3A70B
Tints of Gamboge #E3A70B
RGB
CMYK
RGB Variations
Color information
#E3A70B (or 0xE3A70B) is known color: Gamboge. HEX triplet: E3, A7 and 0B. RGB value is (227,167,11). Sum of RGB (Red+Green+Blue) = 227+167+11=405 (53% of max value = 765). Red value is 227 (89.06% from 255 or 56.05% from 405); Green value is 167 (65.62% from 255 or 41.23% from 405); Blue value is 11 (4.69% from 255 or 2.72% from 405); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A70B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3A70B is #1C58F4. Grayscale: #A7A7A7. Windows color (decimal): -1857781 or 763875. OLE color: 763875.
HSL color Cylindrical-coordinate representation of color #E3A70B: hue angle of 43.33º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E3A70B is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 167 | 11 | - |
| CMYK | 0 | 0.26 | 0.95 | 0.11 |
| HSL | 43.33º | 0.91% | 0.47% | - |
| HSV(B) | 43.33º | 0.95% | 0.89% | - |
| XYZ | 45.56 | 43.99 | 6.41 | - |
| YUV | 167.16 | 39.88 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 167 | 11 | 0 | 0.26 | 0.95 | 0.11 | 43.33 | 0.91 | 0.47 |
| Hex | E3 | A7 | B | 0 | 1A | 5F | B | 2B | 5B | 2F |
| Octal | 343 | 247 | 13 | 0 | 32 | 137 | 13 | 53 | 133 | 57 |
| Binary | 11100011 | 10100111 | 1011 | 0 | 11010 | 1011111 | 1011 | 101011 | 1011011 | 101111 |
Color Harmonies of #E3A70B
Complementary color
Monochromatic Colors of #E3A70B
Black with #E3A70B
Text Example
Text Example
White with #E3A70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A70B; }
p { color: rgb(227,167,11); }
H1.HeaderClassName
{
color: #E3A70B;
}
.AnyTagClassName
{
color: #E3A70B;
}
</style>
background-color css
<style>
a { background-color: #E3A70B; }
a { background-color: rgb(227,167,11); }
div.DivClassName
{
background-color: #E3A70B;
}
.BgClassName
{
background-color: #E3A70B;
}
</style>
border-color css
<style>
span { border-color: #E3A70B; }
span { border-color: rgb(227,167,11); }
td.TdClassName
{
border-color: #E3A70B;
}
.TagClassName
{
border-color: #E3A70B;
}
</style>