Shades of Gamboge #E59901
Tints of Gamboge #E59901
RGB
CMYK
RGB Variations
Color information
#E59901 (or 0xE59901) is known color: Gamboge. HEX triplet: E5, 99 and 01. RGB value is (229,153,1). Sum of RGB (Red+Green+Blue) = 229+153+1=383 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.79% from 383); Green value is 153 (60.16% from 255 or 39.95% from 383); Blue value is 1 (0.78% from 255 or 0.26% from 383); Max value from RGB is 229 - color contains mainly: red. Hex color #E59901 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E59901 is #1A66FE. Grayscale: #9F9F9F. Windows color (decimal): -1730303 or 104933. OLE color: 104933.
HSL color Cylindrical-coordinate representation of color #E59901: hue angle of 40º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E59901 is Cyan = 0, Magento = 0.33, Yellow = 1.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 153 | 1 | - |
| CMYK | 0 | 0.33 | 1.00 | 0.10 |
| HSL | 40º | 0.99% | 0.45% | - |
| HSV(B) | 40º | 1% | 0.9% | - |
| XYZ | 43.71 | 39.44 | 5.34 | - |
| YUV | 158.4 | 39.18 | 178.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 153 | 1 | 0 | 0.33 | 1.00 | 0.10 | 40 | 0.99 | 0.45 |
| Hex | E5 | 99 | 1 | 0 | 21 | 64 | A | 28 | 63 | 2D |
| Octal | 345 | 231 | 1 | 0 | 41 | 144 | 12 | 50 | 143 | 55 |
| Binary | 11100101 | 10011001 | 1 | 0 | 100001 | 1100100 | 1010 | 101000 | 1100011 | 101101 |
Color Harmonies of #E59901
Complementary color
Monochromatic Colors of #E59901
Black with #E59901
Text Example
Text Example
White with #E59901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59901; }
p { color: rgb(229,153,1); }
H1.HeaderClassName
{
color: #E59901;
}
.AnyTagClassName
{
color: #E59901;
}
</style>
background-color css
<style>
a { background-color: #E59901; }
a { background-color: rgb(229,153,1); }
div.DivClassName
{
background-color: #E59901;
}
.BgClassName
{
background-color: #E59901;
}
</style>
border-color css
<style>
span { border-color: #E59901; }
span { border-color: rgb(229,153,1); }
td.TdClassName
{
border-color: #E59901;
}
.TagClassName
{
border-color: #E59901;
}
</style>