Shades of Gamboge #E6AC03
Tints of Gamboge #E6AC03
RGB
CMYK
RGB Variations
Color information
#E6AC03 (or 0xE6AC03) is known color: Gamboge. HEX triplet: E6, AC and 03. RGB value is (230,172,3). Sum of RGB (Red+Green+Blue) = 230+172+3=405 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.79% from 405); Green value is 172 (67.58% from 255 or 42.47% from 405); Blue value is 3 (1.56% from 255 or 0.74% from 405); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AC03 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6AC03 is #1953FC. Grayscale: #AAAAAA. Windows color (decimal): -1659901 or 240870. OLE color: 240870.
HSL color Cylindrical-coordinate representation of color #E6AC03: hue angle of 44.67º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E6AC03 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 172 | 3 | - |
| CMYK | 0 | 0.25 | 0.99 | 0.10 |
| HSL | 44.67º | 0.97% | 0.46% | - |
| HSV(B) | 44.67º | 0.99% | 0.9% | - |
| XYZ | 47.4 | 46.33 | 6.53 | - |
| YUV | 170.08 | 33.72 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 172 | 3 | 0 | 0.25 | 0.99 | 0.10 | 44.67 | 0.97 | 0.46 |
| Hex | E6 | AC | 3 | 0 | 19 | 63 | A | 2D | 61 | 2E |
| Octal | 346 | 254 | 3 | 0 | 31 | 143 | 12 | 55 | 141 | 56 |
| Binary | 11100110 | 10101100 | 11 | 0 | 11001 | 1100011 | 1010 | 101101 | 1100001 | 101110 |
Color Harmonies of #E6AC03
Complementary color
Monochromatic Colors of #E6AC03
Black with #E6AC03
Text Example
Text Example
White with #E6AC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AC03; }
p { color: rgb(230,172,3); }
H1.HeaderClassName
{
color: #E6AC03;
}
.AnyTagClassName
{
color: #E6AC03;
}
</style>
background-color css
<style>
a { background-color: #E6AC03; }
a { background-color: rgb(230,172,3); }
div.DivClassName
{
background-color: #E6AC03;
}
.BgClassName
{
background-color: #E6AC03;
}
</style>
border-color css
<style>
span { border-color: #E6AC03; }
span { border-color: rgb(230,172,3); }
td.TdClassName
{
border-color: #E6AC03;
}
.TagClassName
{
border-color: #E6AC03;
}
</style>