Shades of Gamboge #E68F0C
Tints of Gamboge #E68F0C
RGB
CMYK
RGB Variations
Color information
#E68F0C (or 0xE68F0C) is known color: Gamboge. HEX triplet: E6, 8F and 0C. RGB value is (230,143,12). Sum of RGB (Red+Green+Blue) = 230+143+12=385 (50% of max value = 765). Red value is 230 (90.23% from 255 or 59.74% from 385); Green value is 143 (56.25% from 255 or 37.14% from 385); Blue value is 12 (5.08% from 255 or 3.12% from 385); Max value from RGB is 230 - color contains mainly: red. Hex color #E68F0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E68F0C is #1970F3. Grayscale: #9A9A9A. Windows color (decimal): -1667316 or 823270. OLE color: 823270.
HSL color Cylindrical-coordinate representation of color #E68F0C: hue angle of 36.06º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E68F0C is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 143 | 12 | - |
| CMYK | 0 | 0.38 | 0.95 | 0.10 |
| HSL | 36.06º | 0.9% | 0.47% | - |
| HSV(B) | 36.06º | 0.95% | 0.9% | - |
| XYZ | 42.52 | 36.49 | 5.15 | - |
| YUV | 154.08 | 47.82 | 182.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 143 | 12 | 0 | 0.38 | 0.95 | 0.10 | 36.06 | 0.9 | 0.47 |
| Hex | E6 | 8F | C | 0 | 26 | 5F | A | 24 | 5A | 2F |
| Octal | 346 | 217 | 14 | 0 | 46 | 137 | 12 | 44 | 132 | 57 |
| Binary | 11100110 | 10001111 | 1100 | 0 | 100110 | 1011111 | 1010 | 100100 | 1011010 | 101111 |
Color Harmonies of #E68F0C
Complementary color
Monochromatic Colors of #E68F0C
Black with #E68F0C
Text Example
Text Example
White with #E68F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68F0C; }
p { color: rgb(230,143,12); }
H1.HeaderClassName
{
color: #E68F0C;
}
.AnyTagClassName
{
color: #E68F0C;
}
</style>
background-color css
<style>
a { background-color: #E68F0C; }
a { background-color: rgb(230,143,12); }
div.DivClassName
{
background-color: #E68F0C;
}
.BgClassName
{
background-color: #E68F0C;
}
</style>
border-color css
<style>
span { border-color: #E68F0C; }
span { border-color: rgb(230,143,12); }
td.TdClassName
{
border-color: #E68F0C;
}
.TagClassName
{
border-color: #E68F0C;
}
</style>