Shades of Gamboge #E98E0B
Tints of Gamboge #E98E0B
RGB
CMYK
RGB Variations
Color information
#E98E0B (or 0xE98E0B) is known color: Gamboge. HEX triplet: E9, 8E and 0B. RGB value is (233,142,11). Sum of RGB (Red+Green+Blue) = 233+142+11=386 (51% of max value = 765). Red value is 233 (91.41% from 255 or 60.36% from 386); Green value is 142 (55.86% from 255 or 36.79% from 386); Blue value is 11 (4.69% from 255 or 2.85% from 386); Max value from RGB is 233 - color contains mainly: red. Hex color #E98E0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E98E0B is #1671F4. Grayscale: #9A9A9A. Windows color (decimal): -1470965 or 757481. OLE color: 757481.
HSL color Cylindrical-coordinate representation of color #E98E0B: hue angle of 35.41º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E98E0B is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 142 | 11 | - |
| CMYK | 0 | 0.39 | 0.95 | 0.09 |
| HSL | 35.41º | 0.91% | 0.48% | - |
| HSV(B) | 35.41º | 0.95% | 0.91% | - |
| XYZ | 43.34 | 36.69 | 5.12 | - |
| YUV | 154.28 | 47.15 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 142 | 11 | 0 | 0.39 | 0.95 | 0.09 | 35.41 | 0.91 | 0.48 |
| Hex | E9 | 8E | B | 0 | 27 | 5F | 9 | 23 | 5B | 30 |
| Octal | 351 | 216 | 13 | 0 | 47 | 137 | 11 | 43 | 133 | 60 |
| Binary | 11101001 | 10001110 | 1011 | 0 | 100111 | 1011111 | 1001 | 100011 | 1011011 | 110000 |
Color Harmonies of #E98E0B
Complementary color
Monochromatic Colors of #E98E0B
Black with #E98E0B
Text Example
Text Example
White with #E98E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98E0B; }
p { color: rgb(233,142,11); }
H1.HeaderClassName
{
color: #E98E0B;
}
.AnyTagClassName
{
color: #E98E0B;
}
</style>
background-color css
<style>
a { background-color: #E98E0B; }
a { background-color: rgb(233,142,11); }
div.DivClassName
{
background-color: #E98E0B;
}
.BgClassName
{
background-color: #E98E0B;
}
</style>
border-color css
<style>
span { border-color: #E98E0B; }
span { border-color: rgb(233,142,11); }
td.TdClassName
{
border-color: #E98E0B;
}
.TagClassName
{
border-color: #E98E0B;
}
</style>