Shades of Gamboge #E9A21A
Tints of Gamboge #E9A21A
RGB
CMYK
RGB Variations
Color information
#E9A21A (or 0xE9A21A) is known color: Gamboge. HEX triplet: E9, A2 and 1A. RGB value is (233,162,26). Sum of RGB (Red+Green+Blue) = 233+162+26=421 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.34% from 421); Green value is 162 (63.67% from 255 or 38.48% from 421); Blue value is 26 (10.55% from 255 or 6.18% from 421); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A21A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9A21A is #165DE5. Grayscale: #A8A8A8. Windows color (decimal): -1465830 or 1745641. OLE color: 1745641.
HSL color Cylindrical-coordinate representation of color #E9A21A: hue angle of 39.42º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E9A21A is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 162 | 26 | - |
| CMYK | 0 | 0.30 | 0.89 | 0.09 |
| HSL | 39.42º | 0.82% | 0.51% | - |
| HSV(B) | 39.42º | 0.89% | 0.91% | - |
| XYZ | 46.71 | 43.24 | 6.86 | - |
| YUV | 167.73 | 48.02 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 162 | 26 | 0 | 0.30 | 0.89 | 0.09 | 39.42 | 0.82 | 0.51 |
| Hex | E9 | A2 | 1A | 0 | 1E | 59 | 9 | 27 | 52 | 33 |
| Octal | 351 | 242 | 32 | 0 | 36 | 131 | 11 | 47 | 122 | 63 |
| Binary | 11101001 | 10100010 | 11010 | 0 | 11110 | 1011001 | 1001 | 100111 | 1010010 | 110011 |
Color Harmonies of #E9A21A
Complementary color
Monochromatic Colors of #E9A21A
Black with #E9A21A
Text Example
Text Example
White with #E9A21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A21A; }
p { color: rgb(233,162,26); }
H1.HeaderClassName
{
color: #E9A21A;
}
.AnyTagClassName
{
color: #E9A21A;
}
</style>
background-color css
<style>
a { background-color: #E9A21A; }
a { background-color: rgb(233,162,26); }
div.DivClassName
{
background-color: #E9A21A;
}
.BgClassName
{
background-color: #E9A21A;
}
</style>
border-color css
<style>
span { border-color: #E9A21A; }
span { border-color: rgb(233,162,26); }
td.TdClassName
{
border-color: #E9A21A;
}
.TagClassName
{
border-color: #E9A21A;
}
</style>