Shades of Gamboge #E69206
Tints of Gamboge #E69206
RGB
CMYK
RGB Variations
Color information
#E69206 (or 0xE69206) is known color: Gamboge. HEX triplet: E6, 92 and 06. RGB value is (230,146,6). Sum of RGB (Red+Green+Blue) = 230+146+6=382 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.21% from 382); Green value is 146 (57.42% from 255 or 38.22% from 382); Blue value is 6 (2.73% from 255 or 1.57% from 382); Max value from RGB is 230 - color contains mainly: red. Hex color #E69206 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E69206 is #196DF9. Grayscale: #9B9B9B. Windows color (decimal): -1666554 or 430822. OLE color: 430822.
HSL color Cylindrical-coordinate representation of color #E69206: hue angle of 37.5º 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 #E69206 is Cyan = 0, Magento = 0.37, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 146 | 6 | - |
| CMYK | 0 | 0.37 | 0.97 | 0.10 |
| HSL | 37.5º | 0.95% | 0.46% | - |
| HSV(B) | 37.5º | 0.97% | 0.9% | - |
| XYZ | 42.94 | 37.39 | 5.13 | - |
| YUV | 155.16 | 43.83 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 146 | 6 | 0 | 0.37 | 0.97 | 0.10 | 37.5 | 0.95 | 0.46 |
| Hex | E6 | 92 | 6 | 0 | 25 | 61 | A | 26 | 5F | 2E |
| Octal | 346 | 222 | 6 | 0 | 45 | 141 | 12 | 46 | 137 | 56 |
| Binary | 11100110 | 10010010 | 110 | 0 | 100101 | 1100001 | 1010 | 100110 | 1011111 | 101110 |
Color Harmonies of #E69206
Complementary color
Monochromatic Colors of #E69206
Black with #E69206
Text Example
Text Example
White with #E69206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69206; }
p { color: rgb(230,146,6); }
H1.HeaderClassName
{
color: #E69206;
}
.AnyTagClassName
{
color: #E69206;
}
</style>
background-color css
<style>
a { background-color: #E69206; }
a { background-color: rgb(230,146,6); }
div.DivClassName
{
background-color: #E69206;
}
.BgClassName
{
background-color: #E69206;
}
</style>
border-color css
<style>
span { border-color: #E69206; }
span { border-color: rgb(230,146,6); }
td.TdClassName
{
border-color: #E69206;
}
.TagClassName
{
border-color: #E69206;
}
</style>