Shades of Gamboge #E98F10
Tints of Gamboge #E98F10
RGB
CMYK
RGB Variations
Color information
#E98F10 (or 0xE98F10) is known color: Gamboge. HEX triplet: E9, 8F and 10. RGB value is (233,143,16). Sum of RGB (Red+Green+Blue) = 233+143+16=392 (51% of max value = 765). Red value is 233 (91.41% from 255 or 59.44% from 392); Green value is 143 (56.25% from 255 or 36.48% from 392); Blue value is 16 (6.64% from 255 or 4.08% from 392); Max value from RGB is 233 - color contains mainly: red. Hex color #E98F10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E98F10 is #1670EF. Grayscale: #9C9C9C. Windows color (decimal): -1470704 or 1085417. OLE color: 1085417.
HSL color Cylindrical-coordinate representation of color #E98F10: hue angle of 35.12º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E98F10 is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 143 | 16 | - |
| CMYK | 0 | 0.39 | 0.93 | 0.09 |
| HSL | 35.12º | 0.87% | 0.49% | - |
| HSV(B) | 35.12º | 0.93% | 0.91% | - |
| XYZ | 43.52 | 37.01 | 5.34 | - |
| YUV | 155.43 | 49.32 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 143 | 16 | 0 | 0.39 | 0.93 | 0.09 | 35.12 | 0.87 | 0.49 |
| Hex | E9 | 8F | 10 | 0 | 27 | 5D | 9 | 23 | 57 | 31 |
| Octal | 351 | 217 | 20 | 0 | 47 | 135 | 11 | 43 | 127 | 61 |
| Binary | 11101001 | 10001111 | 10000 | 0 | 100111 | 1011101 | 1001 | 100011 | 1010111 | 110001 |
Color Harmonies of #E98F10
Complementary color
Monochromatic Colors of #E98F10
Black with #E98F10
Text Example
Text Example
White with #E98F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98F10; }
p { color: rgb(233,143,16); }
H1.HeaderClassName
{
color: #E98F10;
}
.AnyTagClassName
{
color: #E98F10;
}
</style>
background-color css
<style>
a { background-color: #E98F10; }
a { background-color: rgb(233,143,16); }
div.DivClassName
{
background-color: #E98F10;
}
.BgClassName
{
background-color: #E98F10;
}
</style>
border-color css
<style>
span { border-color: #E98F10; }
span { border-color: rgb(233,143,16); }
td.TdClassName
{
border-color: #E98F10;
}
.TagClassName
{
border-color: #E98F10;
}
</style>