Shades of Gamboge #E5990B
Tints of Gamboge #E5990B
RGB
CMYK
RGB Variations
Color information
#E5990B (or 0xE5990B) is known color: Gamboge. HEX triplet: E5, 99 and 0B. RGB value is (229,153,11). Sum of RGB (Red+Green+Blue) = 229+153+11=393 (52% of max value = 765). Red value is 229 (89.84% from 255 or 58.27% from 393); Green value is 153 (60.16% from 255 or 38.93% from 393); Blue value is 11 (4.69% from 255 or 2.80% from 393); Max value from RGB is 229 - color contains mainly: red. Hex color #E5990B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5990B is #1A66F4. Grayscale: #A0A0A0. Windows color (decimal): -1730293 or 760293. OLE color: 760293.
HSL color Cylindrical-coordinate representation of color #E5990B: hue angle of 39.08º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E5990B is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 153 | 11 | - |
| CMYK | 0 | 0.33 | 0.95 | 0.10 |
| HSL | 39.08º | 0.91% | 0.47% | - |
| HSV(B) | 39.08º | 0.95% | 0.9% | - |
| XYZ | 43.76 | 39.46 | 5.63 | - |
| YUV | 159.54 | 44.18 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 153 | 11 | 0 | 0.33 | 0.95 | 0.10 | 39.08 | 0.91 | 0.47 |
| Hex | E5 | 99 | B | 0 | 21 | 5F | A | 27 | 5B | 2F |
| Octal | 345 | 231 | 13 | 0 | 41 | 137 | 12 | 47 | 133 | 57 |
| Binary | 11100101 | 10011001 | 1011 | 0 | 100001 | 1011111 | 1010 | 100111 | 1011011 | 101111 |
Color Harmonies of #E5990B
Complementary color
Monochromatic Colors of #E5990B
Black with #E5990B
Text Example
Text Example
White with #E5990B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5990B; }
p { color: rgb(229,153,11); }
H1.HeaderClassName
{
color: #E5990B;
}
.AnyTagClassName
{
color: #E5990B;
}
</style>
background-color css
<style>
a { background-color: #E5990B; }
a { background-color: rgb(229,153,11); }
div.DivClassName
{
background-color: #E5990B;
}
.BgClassName
{
background-color: #E5990B;
}
</style>
border-color css
<style>
span { border-color: #E5990B; }
span { border-color: rgb(229,153,11); }
td.TdClassName
{
border-color: #E5990B;
}
.TagClassName
{
border-color: #E5990B;
}
</style>