Shades of Gamboge #E9A20B
Tints of Gamboge #E9A20B
RGB
CMYK
RGB Variations
Color information
#E9A20B (or 0xE9A20B) is known color: Gamboge. HEX triplet: E9, A2 and 0B. RGB value is (233,162,11). Sum of RGB (Red+Green+Blue) = 233+162+11=406 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.39% from 406); Green value is 162 (63.67% from 255 or 39.90% from 406); Blue value is 11 (4.69% from 255 or 2.71% from 406); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A20B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9A20B is #165DF4. Grayscale: #A6A6A6. Windows color (decimal): -1465845 or 762601. OLE color: 762601.
HSL color Cylindrical-coordinate representation of color #E9A20B: hue angle of 40.81º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E9A20B is Cyan = 0, Magento = 0.30, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 162 | 11 | - |
| CMYK | 0 | 0.30 | 0.95 | 0.09 |
| HSL | 40.81º | 0.91% | 0.48% | - |
| HSV(B) | 40.81º | 0.95% | 0.91% | - |
| XYZ | 46.59 | 43.19 | 6.2 | - |
| YUV | 166.02 | 40.52 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 162 | 11 | 0 | 0.30 | 0.95 | 0.09 | 40.81 | 0.91 | 0.48 |
| Hex | E9 | A2 | B | 0 | 1E | 5F | 9 | 29 | 5B | 30 |
| Octal | 351 | 242 | 13 | 0 | 36 | 137 | 11 | 51 | 133 | 60 |
| Binary | 11101001 | 10100010 | 1011 | 0 | 11110 | 1011111 | 1001 | 101001 | 1011011 | 110000 |
Color Harmonies of #E9A20B
Complementary color
Monochromatic Colors of #E9A20B
Black with #E9A20B
Text Example
Text Example
White with #E9A20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A20B; }
p { color: rgb(233,162,11); }
H1.HeaderClassName
{
color: #E9A20B;
}
.AnyTagClassName
{
color: #E9A20B;
}
</style>
background-color css
<style>
a { background-color: #E9A20B; }
a { background-color: rgb(233,162,11); }
div.DivClassName
{
background-color: #E9A20B;
}
.BgClassName
{
background-color: #E9A20B;
}
</style>
border-color css
<style>
span { border-color: #E9A20B; }
span { border-color: rgb(233,162,11); }
td.TdClassName
{
border-color: #E9A20B;
}
.TagClassName
{
border-color: #E9A20B;
}
</style>