Shades of Gamboge #E59100
Tints of Gamboge #E59100
RGB
CMYK
RGB Variations
Color information
#E59100 (or 0xE59100) is known color: Gamboge. HEX triplet: E5, 91 and 00. RGB value is (229,145,0). Sum of RGB (Red+Green+Blue) = 229+145+0=374 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.23% from 374); Green value is 145 (57.03% from 255 or 38.77% from 374); Blue value is 0 (0.39% from 255 or 0% from 374); Max value from RGB is 229 - color contains mainly: red. Hex color #E59100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E59100 is #1A6EFF. Grayscale: #9A9A9A. Windows color (decimal): -1732352 or 37349. OLE color: 37349.
HSL color Cylindrical-coordinate representation of color #E59100: hue angle of 37.99º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E59100 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 145 | 0 | - |
| CMYK | 0 | 0.37 | 1 | 0.10 |
| HSL | 37.99º | 1% | 0.45% | - |
| HSV(B) | 37.99º | 1% | 0.9% | - |
| XYZ | 42.44 | 36.91 | 4.89 | - |
| YUV | 153.59 | 41.33 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 145 | 0 | 0 | 0.37 | 1 | 0.10 | 37.99 | 1 | 0.45 |
| Hex | E5 | 91 | 0 | 0 | 25 | 64 | A | 26 | 64 | 2D |
| Octal | 345 | 221 | 0 | 0 | 45 | 144 | 12 | 46 | 144 | 55 |
| Binary | 11100101 | 10010001 | 0 | 0 | 100101 | 1100100 | 1010 | 100110 | 1100100 | 101101 |
Color Harmonies of #E59100
Complementary color
Monochromatic Colors of #E59100
Black with #E59100
Text Example
Text Example
White with #E59100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59100; }
p { color: rgb(229,145,0); }
H1.HeaderClassName
{
color: #E59100;
}
.AnyTagClassName
{
color: #E59100;
}
</style>
background-color css
<style>
a { background-color: #E59100; }
a { background-color: rgb(229,145,0); }
div.DivClassName
{
background-color: #E59100;
}
.BgClassName
{
background-color: #E59100;
}
</style>
border-color css
<style>
span { border-color: #E59100; }
span { border-color: rgb(229,145,0); }
td.TdClassName
{
border-color: #E59100;
}
.TagClassName
{
border-color: #E59100;
}
</style>