Shades of Gamboge #E9A20F
Tints of Gamboge #E9A20F
RGB
CMYK
RGB Variations
Color information
#E9A20F (or 0xE9A20F) is known color: Gamboge. HEX triplet: E9, A2 and 0F. RGB value is (233,162,15). Sum of RGB (Red+Green+Blue) = 233+162+15=410 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.83% from 410); Green value is 162 (63.67% from 255 or 39.51% from 410); Blue value is 15 (6.25% from 255 or 3.66% from 410); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A20F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9A20F is #165DF0. Grayscale: #A7A7A7. Windows color (decimal): -1465841 or 1024745. OLE color: 1024745.
HSL color Cylindrical-coordinate representation of color #E9A20F: hue angle of 40.46º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E9A20F is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 162 | 15 | - |
| CMYK | 0 | 0.30 | 0.94 | 0.09 |
| HSL | 40.46º | 0.88% | 0.49% | - |
| HSV(B) | 40.46º | 0.94% | 0.91% | - |
| XYZ | 46.61 | 43.2 | 6.33 | - |
| YUV | 166.47 | 42.52 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 162 | 15 | 0 | 0.30 | 0.94 | 0.09 | 40.46 | 0.88 | 0.49 |
| Hex | E9 | A2 | F | 0 | 1E | 5E | 9 | 28 | 58 | 31 |
| Octal | 351 | 242 | 17 | 0 | 36 | 136 | 11 | 50 | 130 | 61 |
| Binary | 11101001 | 10100010 | 1111 | 0 | 11110 | 1011110 | 1001 | 101000 | 1011000 | 110001 |
Color Harmonies of #E9A20F
Complementary color
Monochromatic Colors of #E9A20F
Black with #E9A20F
Text Example
Text Example
White with #E9A20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A20F; }
p { color: rgb(233,162,15); }
H1.HeaderClassName
{
color: #E9A20F;
}
.AnyTagClassName
{
color: #E9A20F;
}
</style>
background-color css
<style>
a { background-color: #E9A20F; }
a { background-color: rgb(233,162,15); }
div.DivClassName
{
background-color: #E9A20F;
}
.BgClassName
{
background-color: #E9A20F;
}
</style>
border-color css
<style>
span { border-color: #E9A20F; }
span { border-color: rgb(233,162,15); }
td.TdClassName
{
border-color: #E9A20F;
}
.TagClassName
{
border-color: #E9A20F;
}
</style>