Shades of Gamboge #E9A31B
Tints of Gamboge #E9A31B
RGB
CMYK
RGB Variations
Color information
#E9A31B (or 0xE9A31B) is known color: Gamboge. HEX triplet: E9, A3 and 1B. RGB value is (233,163,27). Sum of RGB (Red+Green+Blue) = 233+163+27=423 (56% of max value = 765). Red value is 233 (91.41% from 255 or 55.08% from 423); Green value is 163 (64.06% from 255 or 38.53% from 423); Blue value is 27 (10.94% from 255 or 6.38% from 423); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A31B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9A31B is #165CE4. Grayscale: #A9A9A9. Windows color (decimal): -1465573 or 1811433. OLE color: 1811433.
HSL color Cylindrical-coordinate representation of color #E9A31B: hue angle of 39.61º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E9A31B is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 163 | 27 | - |
| CMYK | 0 | 0.30 | 0.88 | 0.09 |
| HSL | 39.61º | 0.82% | 0.51% | - |
| HSV(B) | 39.61º | 0.88% | 0.91% | - |
| XYZ | 46.9 | 43.6 | 6.98 | - |
| YUV | 168.43 | 48.19 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 163 | 27 | 0 | 0.30 | 0.88 | 0.09 | 39.61 | 0.82 | 0.51 |
| Hex | E9 | A3 | 1B | 0 | 1E | 58 | 9 | 28 | 52 | 33 |
| Octal | 351 | 243 | 33 | 0 | 36 | 130 | 11 | 50 | 122 | 63 |
| Binary | 11101001 | 10100011 | 11011 | 0 | 11110 | 1011000 | 1001 | 101000 | 1010010 | 110011 |
Color Harmonies of #E9A31B
Complementary color
Monochromatic Colors of #E9A31B
Black with #E9A31B
Text Example
Text Example
White with #E9A31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A31B; }
p { color: rgb(233,163,27); }
H1.HeaderClassName
{
color: #E9A31B;
}
.AnyTagClassName
{
color: #E9A31B;
}
</style>
background-color css
<style>
a { background-color: #E9A31B; }
a { background-color: rgb(233,163,27); }
div.DivClassName
{
background-color: #E9A31B;
}
.BgClassName
{
background-color: #E9A31B;
}
</style>
border-color css
<style>
span { border-color: #E9A31B; }
span { border-color: rgb(233,163,27); }
td.TdClassName
{
border-color: #E9A31B;
}
.TagClassName
{
border-color: #E9A31B;
}
</style>