Shades of Gamboge #E7A90B
Tints of Gamboge #E7A90B
RGB
CMYK
RGB Variations
Color information
#E7A90B (or 0xE7A90B) is known color: Gamboge. HEX triplet: E7, A9 and 0B. RGB value is (231,169,11). Sum of RGB (Red+Green+Blue) = 231+169+11=411 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.20% from 411); Green value is 169 (66.41% from 255 or 41.12% from 411); Blue value is 11 (4.69% from 255 or 2.68% from 411); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A90B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7A90B is #1856F4. Grayscale: #AAAAAA. Windows color (decimal): -1595125 or 764391. OLE color: 764391.
HSL color Cylindrical-coordinate representation of color #E7A90B: hue angle of 43.09º 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 #E7A90B is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 169 | 11 | - |
| CMYK | 0 | 0.27 | 0.95 | 0.09 |
| HSL | 43.09º | 0.91% | 0.47% | - |
| HSV(B) | 43.09º | 0.95% | 0.91% | - |
| XYZ | 47.2 | 45.39 | 6.59 | - |
| YUV | 169.53 | 38.54 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 169 | 11 | 0 | 0.27 | 0.95 | 0.09 | 43.09 | 0.91 | 0.47 |
| Hex | E7 | A9 | B | 0 | 1B | 5F | 9 | 2B | 5B | 2F |
| Octal | 347 | 251 | 13 | 0 | 33 | 137 | 11 | 53 | 133 | 57 |
| Binary | 11100111 | 10101001 | 1011 | 0 | 11011 | 1011111 | 1001 | 101011 | 1011011 | 101111 |
Color Harmonies of #E7A90B
Complementary color
Monochromatic Colors of #E7A90B
Black with #E7A90B
Text Example
Text Example
White with #E7A90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A90B; }
p { color: rgb(231,169,11); }
H1.HeaderClassName
{
color: #E7A90B;
}
.AnyTagClassName
{
color: #E7A90B;
}
</style>
background-color css
<style>
a { background-color: #E7A90B; }
a { background-color: rgb(231,169,11); }
div.DivClassName
{
background-color: #E7A90B;
}
.BgClassName
{
background-color: #E7A90B;
}
</style>
border-color css
<style>
span { border-color: #E7A90B; }
span { border-color: rgb(231,169,11); }
td.TdClassName
{
border-color: #E7A90B;
}
.TagClassName
{
border-color: #E7A90B;
}
</style>