Shades of Gamboge #E6AD0A
Tints of Gamboge #E6AD0A
RGB
CMYK
RGB Variations
Color information
#E6AD0A (or 0xE6AD0A) is known color: Gamboge. HEX triplet: E6, AD and 0A. RGB value is (230,173,10). Sum of RGB (Red+Green+Blue) = 230+173+10=413 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.69% from 413); Green value is 173 (67.97% from 255 or 41.89% from 413); Blue value is 10 (4.30% from 255 or 2.42% from 413); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AD0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6AD0A is #1952F5. Grayscale: #ACACAC. Windows color (decimal): -1659638 or 699878. OLE color: 699878.
HSL color Cylindrical-coordinate representation of color #E6AD0A: hue angle of 44.45º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E6AD0A is Cyan = 0, Magento = 0.25, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 173 | 10 | - |
| CMYK | 0 | 0.25 | 0.96 | 0.10 |
| HSL | 44.45º | 0.92% | 0.47% | - |
| HSV(B) | 44.45º | 0.96% | 0.9% | - |
| XYZ | 47.63 | 46.73 | 6.8 | - |
| YUV | 171.46 | 36.88 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 173 | 10 | 0 | 0.25 | 0.96 | 0.10 | 44.45 | 0.92 | 0.47 |
| Hex | E6 | AD | A | 0 | 19 | 60 | A | 2C | 5C | 2F |
| Octal | 346 | 255 | 12 | 0 | 31 | 140 | 12 | 54 | 134 | 57 |
| Binary | 11100110 | 10101101 | 1010 | 0 | 11001 | 1100000 | 1010 | 101100 | 1011100 | 101111 |
Color Harmonies of #E6AD0A
Complementary color
Monochromatic Colors of #E6AD0A
Black with #E6AD0A
Text Example
Text Example
White with #E6AD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AD0A; }
p { color: rgb(230,173,10); }
H1.HeaderClassName
{
color: #E6AD0A;
}
.AnyTagClassName
{
color: #E6AD0A;
}
</style>
background-color css
<style>
a { background-color: #E6AD0A; }
a { background-color: rgb(230,173,10); }
div.DivClassName
{
background-color: #E6AD0A;
}
.BgClassName
{
background-color: #E6AD0A;
}
</style>
border-color css
<style>
span { border-color: #E6AD0A; }
span { border-color: rgb(230,173,10); }
td.TdClassName
{
border-color: #E6AD0A;
}
.TagClassName
{
border-color: #E6AD0A;
}
</style>