Shades of Gamboge #E7A70B
Tints of Gamboge #E7A70B
RGB
CMYK
RGB Variations
Color information
#E7A70B (or 0xE7A70B) is known color: Gamboge. HEX triplet: E7, A7 and 0B. RGB value is (231,167,11). Sum of RGB (Red+Green+Blue) = 231+167+11=409 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.48% from 409); Green value is 167 (65.62% from 255 or 40.83% from 409); Blue value is 11 (4.69% from 255 or 2.69% from 409); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A70B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7A70B is #1858F4. Grayscale: #A9A9A9. Windows color (decimal): -1595637 or 763879. OLE color: 763879.
HSL color Cylindrical-coordinate representation of color #E7A70B: hue angle of 42.55º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E7A70B is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 167 | 11 | - |
| CMYK | 0 | 0.28 | 0.95 | 0.09 |
| HSL | 42.55º | 0.91% | 0.47% | - |
| HSV(B) | 42.55º | 0.95% | 0.91% | - |
| XYZ | 46.83 | 44.65 | 6.47 | - |
| YUV | 168.35 | 39.2 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 167 | 11 | 0 | 0.28 | 0.95 | 0.09 | 42.55 | 0.91 | 0.47 |
| Hex | E7 | A7 | B | 0 | 1C | 5F | 9 | 2B | 5B | 2F |
| Octal | 347 | 247 | 13 | 0 | 34 | 137 | 11 | 53 | 133 | 57 |
| Binary | 11100111 | 10100111 | 1011 | 0 | 11100 | 1011111 | 1001 | 101011 | 1011011 | 101111 |
Color Harmonies of #E7A70B
Complementary color
Monochromatic Colors of #E7A70B
Black with #E7A70B
Text Example
Text Example
White with #E7A70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A70B; }
p { color: rgb(231,167,11); }
H1.HeaderClassName
{
color: #E7A70B;
}
.AnyTagClassName
{
color: #E7A70B;
}
</style>
background-color css
<style>
a { background-color: #E7A70B; }
a { background-color: rgb(231,167,11); }
div.DivClassName
{
background-color: #E7A70B;
}
.BgClassName
{
background-color: #E7A70B;
}
</style>
border-color css
<style>
span { border-color: #E7A70B; }
span { border-color: rgb(231,167,11); }
td.TdClassName
{
border-color: #E7A70B;
}
.TagClassName
{
border-color: #E7A70B;
}
</style>