Shades of Gamboge #E68E09
Tints of Gamboge #E68E09
RGB
CMYK
RGB Variations
Color information
#E68E09 (or 0xE68E09) is known color: Gamboge. HEX triplet: E6, 8E and 09. RGB value is (230,142,9). Sum of RGB (Red+Green+Blue) = 230+142+9=381 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.37% from 381); Green value is 142 (55.86% from 255 or 37.27% from 381); Blue value is 9 (3.91% from 255 or 2.36% from 381); Max value from RGB is 230 - color contains mainly: red. Hex color #E68E09 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E68E09 is #1971F6. Grayscale: #999999. Windows color (decimal): -1667575 or 626406. OLE color: 626406.
HSL color Cylindrical-coordinate representation of color #E68E09: hue angle of 36.11º 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 #E68E09 is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 142 | 9 | - |
| CMYK | 0 | 0.38 | 0.96 | 0.10 |
| HSL | 36.11º | 0.92% | 0.47% | - |
| HSV(B) | 36.11º | 0.96% | 0.9% | - |
| XYZ | 42.36 | 36.19 | 5.01 | - |
| YUV | 153.15 | 46.65 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 142 | 9 | 0 | 0.38 | 0.96 | 0.10 | 36.11 | 0.92 | 0.47 |
| Hex | E6 | 8E | 9 | 0 | 26 | 60 | A | 24 | 5C | 2F |
| Octal | 346 | 216 | 11 | 0 | 46 | 140 | 12 | 44 | 134 | 57 |
| Binary | 11100110 | 10001110 | 1001 | 0 | 100110 | 1100000 | 1010 | 100100 | 1011100 | 101111 |
Color Harmonies of #E68E09
Complementary color
Monochromatic Colors of #E68E09
Black with #E68E09
Text Example
Text Example
White with #E68E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68E09; }
p { color: rgb(230,142,9); }
H1.HeaderClassName
{
color: #E68E09;
}
.AnyTagClassName
{
color: #E68E09;
}
</style>
background-color css
<style>
a { background-color: #E68E09; }
a { background-color: rgb(230,142,9); }
div.DivClassName
{
background-color: #E68E09;
}
.BgClassName
{
background-color: #E68E09;
}
</style>
border-color css
<style>
span { border-color: #E68E09; }
span { border-color: rgb(230,142,9); }
td.TdClassName
{
border-color: #E68E09;
}
.TagClassName
{
border-color: #E68E09;
}
</style>