Shades of Gamboge #E99C0B
Tints of Gamboge #E99C0B
RGB
CMYK
RGB Variations
Color information
#E99C0B (or 0xE99C0B) is known color: Gamboge. HEX triplet: E9, 9C and 0B. RGB value is (233,156,11). Sum of RGB (Red+Green+Blue) = 233+156+11=400 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.25% from 400); Green value is 156 (61.33% from 255 or 39% from 400); Blue value is 11 (4.69% from 255 or 2.75% from 400); Max value from RGB is 233 - color contains mainly: red. Hex color #E99C0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E99C0B is #1663F4. Grayscale: #A3A3A3. Windows color (decimal): -1467381 or 761065. OLE color: 761065.
HSL color Cylindrical-coordinate representation of color #E99C0B: hue angle of 39.19º 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 #E99C0B is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 156 | 11 | - |
| CMYK | 0 | 0.33 | 0.95 | 0.09 |
| HSL | 39.19º | 0.91% | 0.48% | - |
| HSV(B) | 39.19º | 0.95% | 0.91% | - |
| XYZ | 45.55 | 41.12 | 5.85 | - |
| YUV | 162.49 | 42.51 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 156 | 11 | 0 | 0.33 | 0.95 | 0.09 | 39.19 | 0.91 | 0.48 |
| Hex | E9 | 9C | B | 0 | 21 | 5F | 9 | 27 | 5B | 30 |
| Octal | 351 | 234 | 13 | 0 | 41 | 137 | 11 | 47 | 133 | 60 |
| Binary | 11101001 | 10011100 | 1011 | 0 | 100001 | 1011111 | 1001 | 100111 | 1011011 | 110000 |
Color Harmonies of #E99C0B
Complementary color
Monochromatic Colors of #E99C0B
Black with #E99C0B
Text Example
Text Example
White with #E99C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99C0B; }
p { color: rgb(233,156,11); }
H1.HeaderClassName
{
color: #E99C0B;
}
.AnyTagClassName
{
color: #E99C0B;
}
</style>
background-color css
<style>
a { background-color: #E99C0B; }
a { background-color: rgb(233,156,11); }
div.DivClassName
{
background-color: #E99C0B;
}
.BgClassName
{
background-color: #E99C0B;
}
</style>
border-color css
<style>
span { border-color: #E99C0B; }
span { border-color: rgb(233,156,11); }
td.TdClassName
{
border-color: #E99C0B;
}
.TagClassName
{
border-color: #E99C0B;
}
</style>