Shades of Gamboge #E5900F
Tints of Gamboge #E5900F
RGB
CMYK
RGB Variations
Color information
#E5900F (or 0xE5900F) is known color: Gamboge. HEX triplet: E5, 90 and 0F. RGB value is (229,144,15). Sum of RGB (Red+Green+Blue) = 229+144+15=388 (51% of max value = 765). Red value is 229 (89.84% from 255 or 59.02% from 388); Green value is 144 (56.64% from 255 or 37.11% from 388); Blue value is 15 (6.25% from 255 or 3.87% from 388); Max value from RGB is 229 - color contains mainly: red. Hex color #E5900F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5900F is #1A6FF0. Grayscale: #9B9B9B. Windows color (decimal): -1732593 or 1020133. OLE color: 1020133.
HSL color Cylindrical-coordinate representation of color #E5900F: hue angle of 36.17º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E5900F is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 144 | 15 | - |
| CMYK | 0 | 0.37 | 0.93 | 0.10 |
| HSL | 36.17º | 0.88% | 0.48% | - |
| HSV(B) | 36.17º | 0.93% | 0.9% | - |
| XYZ | 42.37 | 36.64 | 5.29 | - |
| YUV | 154.71 | 49.16 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 144 | 15 | 0 | 0.37 | 0.93 | 0.10 | 36.17 | 0.88 | 0.48 |
| Hex | E5 | 90 | F | 0 | 25 | 5D | A | 24 | 58 | 30 |
| Octal | 345 | 220 | 17 | 0 | 45 | 135 | 12 | 44 | 130 | 60 |
| Binary | 11100101 | 10010000 | 1111 | 0 | 100101 | 1011101 | 1010 | 100100 | 1011000 | 110000 |
Color Harmonies of #E5900F
Complementary color
Monochromatic Colors of #E5900F
Black with #E5900F
Text Example
Text Example
White with #E5900F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5900F; }
p { color: rgb(229,144,15); }
H1.HeaderClassName
{
color: #E5900F;
}
.AnyTagClassName
{
color: #E5900F;
}
</style>
background-color css
<style>
a { background-color: #E5900F; }
a { background-color: rgb(229,144,15); }
div.DivClassName
{
background-color: #E5900F;
}
.BgClassName
{
background-color: #E5900F;
}
</style>
border-color css
<style>
span { border-color: #E5900F; }
span { border-color: rgb(229,144,15); }
td.TdClassName
{
border-color: #E5900F;
}
.TagClassName
{
border-color: #E5900F;
}
</style>