Shades of Gamboge #E69207
Tints of Gamboge #E69207
RGB
CMYK
RGB Variations
Color information
#E69207 (or 0xE69207) is known color: Gamboge. HEX triplet: E6, 92 and 07. RGB value is (230,146,7). Sum of RGB (Red+Green+Blue) = 230+146+7=383 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.05% from 383); Green value is 146 (57.42% from 255 or 38.12% from 383); Blue value is 7 (3.12% from 255 or 1.83% from 383); Max value from RGB is 230 - color contains mainly: red. Hex color #E69207 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E69207 is #196DF8. Grayscale: #9B9B9B. Windows color (decimal): -1666553 or 496358. OLE color: 496358.
HSL color Cylindrical-coordinate representation of color #E69207: hue angle of 37.4º degrees, saturation: 0.94, 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 #E69207 is Cyan = 0, Magento = 0.37, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 146 | 7 | - |
| CMYK | 0 | 0.37 | 0.97 | 0.10 |
| HSL | 37.4º | 0.94% | 0.46% | - |
| HSV(B) | 37.4º | 0.97% | 0.9% | - |
| XYZ | 42.95 | 37.4 | 5.16 | - |
| YUV | 155.27 | 44.33 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 146 | 7 | 0 | 0.37 | 0.97 | 0.10 | 37.4 | 0.94 | 0.46 |
| Hex | E6 | 92 | 7 | 0 | 25 | 61 | A | 25 | 5E | 2E |
| Octal | 346 | 222 | 7 | 0 | 45 | 141 | 12 | 45 | 136 | 56 |
| Binary | 11100110 | 10010010 | 111 | 0 | 100101 | 1100001 | 1010 | 100101 | 1011110 | 101110 |
Color Harmonies of #E69207
Complementary color
Monochromatic Colors of #E69207
Black with #E69207
Text Example
Text Example
White with #E69207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69207; }
p { color: rgb(230,146,7); }
H1.HeaderClassName
{
color: #E69207;
}
.AnyTagClassName
{
color: #E69207;
}
</style>
background-color css
<style>
a { background-color: #E69207; }
a { background-color: rgb(230,146,7); }
div.DivClassName
{
background-color: #E69207;
}
.BgClassName
{
background-color: #E69207;
}
</style>
border-color css
<style>
span { border-color: #E69207; }
span { border-color: rgb(230,146,7); }
td.TdClassName
{
border-color: #E69207;
}
.TagClassName
{
border-color: #E69207;
}
</style>