Shades of Gamboge #E59F09
Tints of Gamboge #E59F09
RGB
CMYK
RGB Variations
Color information
#E59F09 (or 0xE59F09) is known color: Gamboge. HEX triplet: E5, 9F and 09. RGB value is (229,159,9). Sum of RGB (Red+Green+Blue) = 229+159+9=397 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.68% from 397); Green value is 159 (62.5% from 255 or 40.05% from 397); Blue value is 9 (3.91% from 255 or 2.27% from 397); Max value from RGB is 229 - color contains mainly: red. Hex color #E59F09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E59F09 is #1A60F6. Grayscale: #A3A3A3. Windows color (decimal): -1728759 or 630757. OLE color: 630757.
HSL color Cylindrical-coordinate representation of color #E59F09: hue angle of 40.91º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E59F09 is Cyan = 0, Magento = 0.31, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 159 | 9 | - |
| CMYK | 0 | 0.31 | 0.96 | 0.10 |
| HSL | 40.91º | 0.92% | 0.47% | - |
| HSV(B) | 40.91º | 0.96% | 0.9% | - |
| XYZ | 44.76 | 41.47 | 5.9 | - |
| YUV | 162.83 | 41.19 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 159 | 9 | 0 | 0.31 | 0.96 | 0.10 | 40.91 | 0.92 | 0.47 |
| Hex | E5 | 9F | 9 | 0 | 1F | 60 | A | 29 | 5C | 2F |
| Octal | 345 | 237 | 11 | 0 | 37 | 140 | 12 | 51 | 134 | 57 |
| Binary | 11100101 | 10011111 | 1001 | 0 | 11111 | 1100000 | 1010 | 101001 | 1011100 | 101111 |
Color Harmonies of #E59F09
Complementary color
Monochromatic Colors of #E59F09
Black with #E59F09
Text Example
Text Example
White with #E59F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59F09; }
p { color: rgb(229,159,9); }
H1.HeaderClassName
{
color: #E59F09;
}
.AnyTagClassName
{
color: #E59F09;
}
</style>
background-color css
<style>
a { background-color: #E59F09; }
a { background-color: rgb(229,159,9); }
div.DivClassName
{
background-color: #E59F09;
}
.BgClassName
{
background-color: #E59F09;
}
</style>
border-color css
<style>
span { border-color: #E59F09; }
span { border-color: rgb(229,159,9); }
td.TdClassName
{
border-color: #E59F09;
}
.TagClassName
{
border-color: #E59F09;
}
</style>