Shades of Gamboge #E59500
Tints of Gamboge #E59500
RGB
CMYK
RGB Variations
Color information
#E59500 (or 0xE59500) is known color: Gamboge. HEX triplet: E5, 95 and 00. RGB value is (229,149,0). Sum of RGB (Red+Green+Blue) = 229+149+0=378 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.58% from 378); Green value is 149 (58.59% from 255 or 39.42% from 378); Blue value is 0 (0.39% from 255 or 0% from 378); Max value from RGB is 229 - color contains mainly: red. Hex color #E59500 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E59500 is #1A6AFF. Grayscale: #9C9C9C. Windows color (decimal): -1731328 or 38373. OLE color: 38373.
HSL color Cylindrical-coordinate representation of color #E59500: hue angle of 39.04º 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 #E59500 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 149 | 0 | - |
| CMYK | 0 | 0.35 | 1 | 0.10 |
| HSL | 39.04º | 1% | 0.45% | - |
| HSV(B) | 39.04º | 1% | 0.9% | - |
| XYZ | 43.06 | 38.15 | 5.09 | - |
| YUV | 155.93 | 40 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 149 | 0 | 0 | 0.35 | 1 | 0.10 | 39.04 | 1 | 0.45 |
| Hex | E5 | 95 | 0 | 0 | 23 | 64 | A | 27 | 64 | 2D |
| Octal | 345 | 225 | 0 | 0 | 43 | 144 | 12 | 47 | 144 | 55 |
| Binary | 11100101 | 10010101 | 0 | 0 | 100011 | 1100100 | 1010 | 100111 | 1100100 | 101101 |
Color Harmonies of #E59500
Complementary color
Monochromatic Colors of #E59500
Black with #E59500
Text Example
Text Example
White with #E59500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59500; }
p { color: rgb(229,149,0); }
H1.HeaderClassName
{
color: #E59500;
}
.AnyTagClassName
{
color: #E59500;
}
</style>
background-color css
<style>
a { background-color: #E59500; }
a { background-color: rgb(229,149,0); }
div.DivClassName
{
background-color: #E59500;
}
.BgClassName
{
background-color: #E59500;
}
</style>
border-color css
<style>
span { border-color: #E59500; }
span { border-color: rgb(229,149,0); }
td.TdClassName
{
border-color: #E59500;
}
.TagClassName
{
border-color: #E59500;
}
</style>