Shades of Gamboge #E5991B
Tints of Gamboge #E5991B
RGB
CMYK
RGB Variations
Color information
#E5991B (or 0xE5991B) is known color: Gamboge. HEX triplet: E5, 99 and 1B. RGB value is (229,153,27). Sum of RGB (Red+Green+Blue) = 229+153+27=409 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.99% from 409); Green value is 153 (60.16% from 255 or 37.41% from 409); Blue value is 27 (10.94% from 255 or 6.60% from 409); Max value from RGB is 229 - color contains mainly: red. Hex color #E5991B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5991B is #1A66E4. Grayscale: #A1A1A1. Windows color (decimal): -1730277 or 1808869. OLE color: 1808869.
HSL color Cylindrical-coordinate representation of color #E5991B: hue angle of 37.43º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E5991B is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 153 | 27 | - |
| CMYK | 0 | 0.33 | 0.88 | 0.10 |
| HSL | 37.43º | 0.8% | 0.5% | - |
| HSV(B) | 37.43º | 0.88% | 0.9% | - |
| XYZ | 43.9 | 39.52 | 6.35 | - |
| YUV | 161.36 | 52.18 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 153 | 27 | 0 | 0.33 | 0.88 | 0.10 | 37.43 | 0.8 | 0.5 |
| Hex | E5 | 99 | 1B | 0 | 21 | 58 | A | 25 | 50 | 32 |
| Octal | 345 | 231 | 33 | 0 | 41 | 130 | 12 | 45 | 120 | 62 |
| Binary | 11100101 | 10011001 | 11011 | 0 | 100001 | 1011000 | 1010 | 100101 | 1010000 | 110010 |
Color Harmonies of #E5991B
Complementary color
Monochromatic Colors of #E5991B
Black with #E5991B
Text Example
Text Example
White with #E5991B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5991B; }
p { color: rgb(229,153,27); }
H1.HeaderClassName
{
color: #E5991B;
}
.AnyTagClassName
{
color: #E5991B;
}
</style>
background-color css
<style>
a { background-color: #E5991B; }
a { background-color: rgb(229,153,27); }
div.DivClassName
{
background-color: #E5991B;
}
.BgClassName
{
background-color: #E5991B;
}
</style>
border-color css
<style>
span { border-color: #E5991B; }
span { border-color: rgb(229,153,27); }
td.TdClassName
{
border-color: #E5991B;
}
.TagClassName
{
border-color: #E5991B;
}
</style>