Shades of Gamboge #E98F08
Tints of Gamboge #E98F08
RGB
CMYK
RGB Variations
Color information
#E98F08 (or 0xE98F08) is known color: Gamboge. HEX triplet: E9, 8F and 08. RGB value is (233,143,8). Sum of RGB (Red+Green+Blue) = 233+143+8=384 (50% of max value = 765). Red value is 233 (91.41% from 255 or 60.68% from 384); Green value is 143 (56.25% from 255 or 37.24% from 384); Blue value is 8 (3.52% from 255 or 2.08% from 384); Max value from RGB is 233 - color contains mainly: red. Hex color #E98F08 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E98F08 is #1670F7. Grayscale: #9B9B9B. Windows color (decimal): -1470712 or 561129. OLE color: 561129.
HSL color Cylindrical-coordinate representation of color #E98F08: hue angle of 36º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E98F08 is Cyan = 0, Magento = 0.39, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 143 | 8 | - |
| CMYK | 0 | 0.39 | 0.97 | 0.09 |
| HSL | 36º | 0.93% | 0.47% | - |
| HSV(B) | 36º | 0.97% | 0.91% | - |
| XYZ | 43.47 | 36.99 | 5.08 | - |
| YUV | 154.52 | 45.32 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 143 | 8 | 0 | 0.39 | 0.97 | 0.09 | 36 | 0.93 | 0.47 |
| Hex | E9 | 8F | 8 | 0 | 27 | 61 | 9 | 24 | 5D | 2F |
| Octal | 351 | 217 | 10 | 0 | 47 | 141 | 11 | 44 | 135 | 57 |
| Binary | 11101001 | 10001111 | 1000 | 0 | 100111 | 1100001 | 1001 | 100100 | 1011101 | 101111 |
Color Harmonies of #E98F08
Complementary color
Monochromatic Colors of #E98F08
Black with #E98F08
Text Example
Text Example
White with #E98F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98F08; }
p { color: rgb(233,143,8); }
H1.HeaderClassName
{
color: #E98F08;
}
.AnyTagClassName
{
color: #E98F08;
}
</style>
background-color css
<style>
a { background-color: #E98F08; }
a { background-color: rgb(233,143,8); }
div.DivClassName
{
background-color: #E98F08;
}
.BgClassName
{
background-color: #E98F08;
}
</style>
border-color css
<style>
span { border-color: #E98F08; }
span { border-color: rgb(233,143,8); }
td.TdClassName
{
border-color: #E98F08;
}
.TagClassName
{
border-color: #E98F08;
}
</style>