Shades of Gamboge #E9AC03
Tints of Gamboge #E9AC03
RGB
CMYK
RGB Variations
Color information
#E9AC03 (or 0xE9AC03) is known color: Gamboge. HEX triplet: E9, AC and 03. RGB value is (233,172,3). Sum of RGB (Red+Green+Blue) = 233+172+3=408 (54% of max value = 765). Red value is 233 (91.41% from 255 or 57.11% from 408); Green value is 172 (67.58% from 255 or 42.16% from 408); Blue value is 3 (1.56% from 255 or 0.74% from 408); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AC03 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9AC03 is #1653FC. Grayscale: #ABABAB. Windows color (decimal): -1463293 or 240873. OLE color: 240873.
HSL color Cylindrical-coordinate representation of color #E9AC03: hue angle of 44.09º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E9AC03 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 172 | 3 | - |
| CMYK | 0 | 0.26 | 0.99 | 0.09 |
| HSL | 44.09º | 0.97% | 0.46% | - |
| HSV(B) | 44.09º | 0.99% | 0.91% | - |
| XYZ | 48.37 | 46.84 | 6.58 | - |
| YUV | 170.97 | 33.21 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 172 | 3 | 0 | 0.26 | 0.99 | 0.09 | 44.09 | 0.97 | 0.46 |
| Hex | E9 | AC | 3 | 0 | 1A | 63 | 9 | 2C | 61 | 2E |
| Octal | 351 | 254 | 3 | 0 | 32 | 143 | 11 | 54 | 141 | 56 |
| Binary | 11101001 | 10101100 | 11 | 0 | 11010 | 1100011 | 1001 | 101100 | 1100001 | 101110 |
Color Harmonies of #E9AC03
Complementary color
Monochromatic Colors of #E9AC03
Black with #E9AC03
Text Example
Text Example
White with #E9AC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AC03; }
p { color: rgb(233,172,3); }
H1.HeaderClassName
{
color: #E9AC03;
}
.AnyTagClassName
{
color: #E9AC03;
}
</style>
background-color css
<style>
a { background-color: #E9AC03; }
a { background-color: rgb(233,172,3); }
div.DivClassName
{
background-color: #E9AC03;
}
.BgClassName
{
background-color: #E9AC03;
}
</style>
border-color css
<style>
span { border-color: #E9AC03; }
span { border-color: rgb(233,172,3); }
td.TdClassName
{
border-color: #E9AC03;
}
.TagClassName
{
border-color: #E9AC03;
}
</style>