Shades of Gamboge #E98F0E
Tints of Gamboge #E98F0E
RGB
CMYK
RGB Variations
Color information
#E98F0E (or 0xE98F0E) is known color: Gamboge. HEX triplet: E9, 8F and 0E. RGB value is (233,143,14). Sum of RGB (Red+Green+Blue) = 233+143+14=390 (51% of max value = 765). Red value is 233 (91.41% from 255 or 59.74% from 390); Green value is 143 (56.25% from 255 or 36.67% from 390); Blue value is 14 (5.86% from 255 or 3.59% from 390); Max value from RGB is 233 - color contains mainly: red. Hex color #E98F0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E98F0E is #1670F1. Grayscale: #9B9B9B. Windows color (decimal): -1470706 or 954345. OLE color: 954345.
HSL color Cylindrical-coordinate representation of color #E98F0E: hue angle of 35.34º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E98F0E is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 143 | 14 | - |
| CMYK | 0 | 0.39 | 0.94 | 0.09 |
| HSL | 35.34º | 0.89% | 0.48% | - |
| HSV(B) | 35.34º | 0.94% | 0.91% | - |
| XYZ | 43.51 | 37 | 5.26 | - |
| YUV | 155.2 | 48.32 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 143 | 14 | 0 | 0.39 | 0.94 | 0.09 | 35.34 | 0.89 | 0.48 |
| Hex | E9 | 8F | E | 0 | 27 | 5E | 9 | 23 | 59 | 30 |
| Octal | 351 | 217 | 16 | 0 | 47 | 136 | 11 | 43 | 131 | 60 |
| Binary | 11101001 | 10001111 | 1110 | 0 | 100111 | 1011110 | 1001 | 100011 | 1011001 | 110000 |
Color Harmonies of #E98F0E
Complementary color
Monochromatic Colors of #E98F0E
Black with #E98F0E
Text Example
Text Example
White with #E98F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98F0E; }
p { color: rgb(233,143,14); }
H1.HeaderClassName
{
color: #E98F0E;
}
.AnyTagClassName
{
color: #E98F0E;
}
</style>
background-color css
<style>
a { background-color: #E98F0E; }
a { background-color: rgb(233,143,14); }
div.DivClassName
{
background-color: #E98F0E;
}
.BgClassName
{
background-color: #E98F0E;
}
</style>
border-color css
<style>
span { border-color: #E98F0E; }
span { border-color: rgb(233,143,14); }
td.TdClassName
{
border-color: #E98F0E;
}
.TagClassName
{
border-color: #E98F0E;
}
</style>