Shades of Gamboge #E9A61B
Tints of Gamboge #E9A61B
RGB
CMYK
RGB Variations
Color information
#E9A61B (or 0xE9A61B) is known color: Gamboge. HEX triplet: E9, A6 and 1B. RGB value is (233,166,27). Sum of RGB (Red+Green+Blue) = 233+166+27=426 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.69% from 426); Green value is 166 (65.23% from 255 or 38.97% from 426); Blue value is 27 (10.94% from 255 or 6.34% from 426); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A61B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9A61B is #1659E4. Grayscale: #AAAAAA. Windows color (decimal): -1464805 or 1812201. OLE color: 1812201.
HSL color Cylindrical-coordinate representation of color #E9A61B: hue angle of 40.49º 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 #E9A61B is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 166 | 27 | - |
| CMYK | 0 | 0.29 | 0.88 | 0.09 |
| HSL | 40.49º | 0.82% | 0.51% | - |
| HSV(B) | 40.49º | 0.88% | 0.91% | - |
| XYZ | 47.44 | 44.68 | 7.16 | - |
| YUV | 170.19 | 47.2 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 166 | 27 | 0 | 0.29 | 0.88 | 0.09 | 40.49 | 0.82 | 0.51 |
| Hex | E9 | A6 | 1B | 0 | 1D | 58 | 9 | 28 | 52 | 33 |
| Octal | 351 | 246 | 33 | 0 | 35 | 130 | 11 | 50 | 122 | 63 |
| Binary | 11101001 | 10100110 | 11011 | 0 | 11101 | 1011000 | 1001 | 101000 | 1010010 | 110011 |
Color Harmonies of #E9A61B
Complementary color
Monochromatic Colors of #E9A61B
Black with #E9A61B
Text Example
Text Example
White with #E9A61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A61B; }
p { color: rgb(233,166,27); }
H1.HeaderClassName
{
color: #E9A61B;
}
.AnyTagClassName
{
color: #E9A61B;
}
</style>
background-color css
<style>
a { background-color: #E9A61B; }
a { background-color: rgb(233,166,27); }
div.DivClassName
{
background-color: #E9A61B;
}
.BgClassName
{
background-color: #E9A61B;
}
</style>
border-color css
<style>
span { border-color: #E9A61B; }
span { border-color: rgb(233,166,27); }
td.TdClassName
{
border-color: #E9A61B;
}
.TagClassName
{
border-color: #E9A61B;
}
</style>