Shades of Gamboge #E6AF06
Tints of Gamboge #E6AF06
RGB
CMYK
RGB Variations
Color information
#E6AF06 (or 0xE6AF06) is known color: Gamboge. HEX triplet: E6, AF and 06. RGB value is (230,175,6). Sum of RGB (Red+Green+Blue) = 230+175+6=411 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.96% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 6 (2.73% from 255 or 1.46% from 411); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AF06 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6AF06 is #1950F9. Grayscale: #ACACAC. Windows color (decimal): -1659130 or 438246. OLE color: 438246.
HSL color Cylindrical-coordinate representation of color #E6AF06: hue angle of 45.27º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E6AF06 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 175 | 6 | - |
| CMYK | 0 | 0.24 | 0.97 | 0.10 |
| HSL | 45.27º | 0.95% | 0.46% | - |
| HSV(B) | 45.27º | 0.97% | 0.9% | - |
| XYZ | 48 | 47.5 | 6.81 | - |
| YUV | 172.18 | 34.22 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 175 | 6 | 0 | 0.24 | 0.97 | 0.10 | 45.27 | 0.95 | 0.46 |
| Hex | E6 | AF | 6 | 0 | 18 | 61 | A | 2D | 5F | 2E |
| Octal | 346 | 257 | 6 | 0 | 30 | 141 | 12 | 55 | 137 | 56 |
| Binary | 11100110 | 10101111 | 110 | 0 | 11000 | 1100001 | 1010 | 101101 | 1011111 | 101110 |
Color Harmonies of #E6AF06
Complementary color
Monochromatic Colors of #E6AF06
Black with #E6AF06
Text Example
Text Example
White with #E6AF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AF06; }
p { color: rgb(230,175,6); }
H1.HeaderClassName
{
color: #E6AF06;
}
.AnyTagClassName
{
color: #E6AF06;
}
</style>
background-color css
<style>
a { background-color: #E6AF06; }
a { background-color: rgb(230,175,6); }
div.DivClassName
{
background-color: #E6AF06;
}
.BgClassName
{
background-color: #E6AF06;
}
</style>
border-color css
<style>
span { border-color: #E6AF06; }
span { border-color: rgb(230,175,6); }
td.TdClassName
{
border-color: #E6AF06;
}
.TagClassName
{
border-color: #E6AF06;
}
</style>