Shades of Gamboge #E6AE11
Tints of Gamboge #E6AE11
RGB
CMYK
RGB Variations
Color information
#E6AE11 (or 0xE6AE11) is known color: Gamboge. HEX triplet: E6, AE and 11. RGB value is (230,174,17). Sum of RGB (Red+Green+Blue) = 230+174+17=421 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.63% from 421); Green value is 174 (68.36% from 255 or 41.33% from 421); Blue value is 17 (7.03% from 255 or 4.04% from 421); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AE11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6AE11 is #1951EE. Grayscale: #ADADAD. Windows color (decimal): -1659375 or 1158886. OLE color: 1158886.
HSL color Cylindrical-coordinate representation of color #E6AE11: hue angle of 44.23º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E6AE11 is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 174 | 17 | - |
| CMYK | 0 | 0.24 | 0.93 | 0.10 |
| HSL | 44.23º | 0.86% | 0.48% | - |
| HSV(B) | 44.23º | 0.93% | 0.9% | - |
| XYZ | 47.87 | 47.14 | 7.11 | - |
| YUV | 172.85 | 40.05 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 174 | 17 | 0 | 0.24 | 0.93 | 0.10 | 44.23 | 0.86 | 0.48 |
| Hex | E6 | AE | 11 | 0 | 18 | 5D | A | 2C | 56 | 30 |
| Octal | 346 | 256 | 21 | 0 | 30 | 135 | 12 | 54 | 126 | 60 |
| Binary | 11100110 | 10101110 | 10001 | 0 | 11000 | 1011101 | 1010 | 101100 | 1010110 | 110000 |
Color Harmonies of #E6AE11
Complementary color
Monochromatic Colors of #E6AE11
Black with #E6AE11
Text Example
Text Example
White with #E6AE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AE11; }
p { color: rgb(230,174,17); }
H1.HeaderClassName
{
color: #E6AE11;
}
.AnyTagClassName
{
color: #E6AE11;
}
</style>
background-color css
<style>
a { background-color: #E6AE11; }
a { background-color: rgb(230,174,17); }
div.DivClassName
{
background-color: #E6AE11;
}
.BgClassName
{
background-color: #E6AE11;
}
</style>
border-color css
<style>
span { border-color: #E6AE11; }
span { border-color: rgb(230,174,17); }
td.TdClassName
{
border-color: #E6AE11;
}
.TagClassName
{
border-color: #E6AE11;
}
</style>