Shades of Gamboge #E9B20A
Tints of Gamboge #E9B20A
RGB
CMYK
RGB Variations
Color information
#E9B20A (or 0xE9B20A) is known color: Gamboge. HEX triplet: E9, B2 and 0A. RGB value is (233,178,10). Sum of RGB (Red+Green+Blue) = 233+178+10=421 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.34% from 421); Green value is 178 (69.92% from 255 or 42.28% from 421); Blue value is 10 (4.30% from 255 or 2.38% from 421); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B20A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9B20A is #164DF5. Grayscale: #B0B0B0. Windows color (decimal): -1461750 or 701161. OLE color: 701161.
HSL color Cylindrical-coordinate representation of color #E9B20A: hue angle of 45.2º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E9B20A is Cyan = 0, Magento = 0.24, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 178 | 10 | - |
| CMYK | 0 | 0.24 | 0.96 | 0.09 |
| HSL | 45.2º | 0.92% | 0.48% | - |
| HSV(B) | 45.2º | 0.96% | 0.91% | - |
| XYZ | 49.58 | 49.19 | 7.17 | - |
| YUV | 175.29 | 34.72 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 178 | 10 | 0 | 0.24 | 0.96 | 0.09 | 45.2 | 0.92 | 0.48 |
| Hex | E9 | B2 | A | 0 | 18 | 60 | 9 | 2D | 5C | 30 |
| Octal | 351 | 262 | 12 | 0 | 30 | 140 | 11 | 55 | 134 | 60 |
| Binary | 11101001 | 10110010 | 1010 | 0 | 11000 | 1100000 | 1001 | 101101 | 1011100 | 110000 |
Color Harmonies of #E9B20A
Complementary color
Monochromatic Colors of #E9B20A
Black with #E9B20A
Text Example
Text Example
White with #E9B20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B20A; }
p { color: rgb(233,178,10); }
H1.HeaderClassName
{
color: #E9B20A;
}
.AnyTagClassName
{
color: #E9B20A;
}
</style>
background-color css
<style>
a { background-color: #E9B20A; }
a { background-color: rgb(233,178,10); }
div.DivClassName
{
background-color: #E9B20A;
}
.BgClassName
{
background-color: #E9B20A;
}
</style>
border-color css
<style>
span { border-color: #E9B20A; }
span { border-color: rgb(233,178,10); }
td.TdClassName
{
border-color: #E9B20A;
}
.TagClassName
{
border-color: #E9B20A;
}
</style>