Shades of Gamboge #E7AB01
Tints of Gamboge #E7AB01
RGB
CMYK
RGB Variations
Color information
#E7AB01 (or 0xE7AB01) is known color: Gamboge. HEX triplet: E7, AB and 01. RGB value is (231,171,1). Sum of RGB (Red+Green+Blue) = 231+171+1=403 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.32% from 403); Green value is 171 (67.19% from 255 or 42.43% from 403); Blue value is 1 (0.78% from 255 or 0.25% from 403); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AB01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7AB01 is #1854FE. Grayscale: #AAAAAA. Windows color (decimal): -1594623 or 109543. OLE color: 109543.
HSL color Cylindrical-coordinate representation of color #E7AB01: hue angle of 44.35º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E7AB01 is Cyan = 0, Magento = 0.26, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 171 | 1 | - |
| CMYK | 0 | 0.26 | 1.00 | 0.09 |
| HSL | 44.35º | 0.99% | 0.45% | - |
| HSV(B) | 44.35º | 1% | 0.91% | - |
| XYZ | 47.52 | 46.12 | 6.43 | - |
| YUV | 169.56 | 32.88 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 171 | 1 | 0 | 0.26 | 1.00 | 0.09 | 44.35 | 0.99 | 0.45 |
| Hex | E7 | AB | 1 | 0 | 1A | 64 | 9 | 2C | 63 | 2D |
| Octal | 347 | 253 | 1 | 0 | 32 | 144 | 11 | 54 | 143 | 55 |
| Binary | 11100111 | 10101011 | 1 | 0 | 11010 | 1100100 | 1001 | 101100 | 1100011 | 101101 |
Color Harmonies of #E7AB01
Complementary color
Monochromatic Colors of #E7AB01
Black with #E7AB01
Text Example
Text Example
White with #E7AB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AB01; }
p { color: rgb(231,171,1); }
H1.HeaderClassName
{
color: #E7AB01;
}
.AnyTagClassName
{
color: #E7AB01;
}
</style>
background-color css
<style>
a { background-color: #E7AB01; }
a { background-color: rgb(231,171,1); }
div.DivClassName
{
background-color: #E7AB01;
}
.BgClassName
{
background-color: #E7AB01;
}
</style>
border-color css
<style>
span { border-color: #E7AB01; }
span { border-color: rgb(231,171,1); }
td.TdClassName
{
border-color: #E7AB01;
}
.TagClassName
{
border-color: #E7AB01;
}
</style>