Shades of Gamboge #E9950B
Tints of Gamboge #E9950B
RGB
CMYK
RGB Variations
Color information
#E9950B (or 0xE9950B) is known color: Gamboge. HEX triplet: E9, 95 and 0B. RGB value is (233,149,11). Sum of RGB (Red+Green+Blue) = 233+149+11=393 (52% of max value = 765). Red value is 233 (91.41% from 255 or 59.29% from 393); Green value is 149 (58.59% from 255 or 37.91% from 393); Blue value is 11 (4.69% from 255 or 2.80% from 393); Max value from RGB is 233 - color contains mainly: red. Hex color #E9950B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9950B is #166AF4. Grayscale: #9F9F9F. Windows color (decimal): -1469173 or 759273. OLE color: 759273.
HSL color Cylindrical-coordinate representation of color #E9950B: hue angle of 37.3º 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 #E9950B is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 149 | 11 | - |
| CMYK | 0 | 0.36 | 0.95 | 0.09 |
| HSL | 37.3º | 0.91% | 0.48% | - |
| HSV(B) | 37.3º | 0.95% | 0.91% | - |
| XYZ | 44.41 | 38.84 | 5.47 | - |
| YUV | 158.38 | 44.83 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 149 | 11 | 0 | 0.36 | 0.95 | 0.09 | 37.3 | 0.91 | 0.48 |
| Hex | E9 | 95 | B | 0 | 24 | 5F | 9 | 25 | 5B | 30 |
| Octal | 351 | 225 | 13 | 0 | 44 | 137 | 11 | 45 | 133 | 60 |
| Binary | 11101001 | 10010101 | 1011 | 0 | 100100 | 1011111 | 1001 | 100101 | 1011011 | 110000 |
Color Harmonies of #E9950B
Complementary color
Monochromatic Colors of #E9950B
Black with #E9950B
Text Example
Text Example
White with #E9950B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9950B; }
p { color: rgb(233,149,11); }
H1.HeaderClassName
{
color: #E9950B;
}
.AnyTagClassName
{
color: #E9950B;
}
</style>
background-color css
<style>
a { background-color: #E9950B; }
a { background-color: rgb(233,149,11); }
div.DivClassName
{
background-color: #E9950B;
}
.BgClassName
{
background-color: #E9950B;
}
</style>
border-color css
<style>
span { border-color: #E9950B; }
span { border-color: rgb(233,149,11); }
td.TdClassName
{
border-color: #E9950B;
}
.TagClassName
{
border-color: #E9950B;
}
</style>