Shades of Gamboge #E69807
Tints of Gamboge #E69807
RGB
CMYK
RGB Variations
Color information
#E69807 (or 0xE69807) is known color: Gamboge. HEX triplet: E6, 98 and 07. RGB value is (230,152,7). Sum of RGB (Red+Green+Blue) = 230+152+7=389 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.13% from 389); Green value is 152 (59.77% from 255 or 39.07% from 389); Blue value is 7 (3.12% from 255 or 1.80% from 389); Max value from RGB is 230 - color contains mainly: red. Hex color #E69807 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E69807 is #1967F8. Grayscale: #9F9F9F. Windows color (decimal): -1665017 or 497894. OLE color: 497894.
HSL color Cylindrical-coordinate representation of color #E69807: hue angle of 39.01º 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 #E69807 is Cyan = 0, Magento = 0.34, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 152 | 7 | - |
| CMYK | 0 | 0.34 | 0.97 | 0.10 |
| HSL | 39.01º | 0.94% | 0.46% | - |
| HSV(B) | 39.01º | 0.97% | 0.9% | - |
| XYZ | 43.9 | 39.29 | 5.47 | - |
| YUV | 158.79 | 42.34 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 152 | 7 | 0 | 0.34 | 0.97 | 0.10 | 39.01 | 0.94 | 0.46 |
| Hex | E6 | 98 | 7 | 0 | 22 | 61 | A | 27 | 5E | 2E |
| Octal | 346 | 230 | 7 | 0 | 42 | 141 | 12 | 47 | 136 | 56 |
| Binary | 11100110 | 10011000 | 111 | 0 | 100010 | 1100001 | 1010 | 100111 | 1011110 | 101110 |
Color Harmonies of #E69807
Complementary color
Monochromatic Colors of #E69807
Black with #E69807
Text Example
Text Example
White with #E69807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69807; }
p { color: rgb(230,152,7); }
H1.HeaderClassName
{
color: #E69807;
}
.AnyTagClassName
{
color: #E69807;
}
</style>
background-color css
<style>
a { background-color: #E69807; }
a { background-color: rgb(230,152,7); }
div.DivClassName
{
background-color: #E69807;
}
.BgClassName
{
background-color: #E69807;
}
</style>
border-color css
<style>
span { border-color: #E69807; }
span { border-color: rgb(230,152,7); }
td.TdClassName
{
border-color: #E69807;
}
.TagClassName
{
border-color: #E69807;
}
</style>