Shades of Gamboge #E59F0B
Tints of Gamboge #E59F0B
RGB
CMYK
RGB Variations
Color information
#E59F0B (or 0xE59F0B) is known color: Gamboge. HEX triplet: E5, 9F and 0B. RGB value is (229,159,11). Sum of RGB (Red+Green+Blue) = 229+159+11=399 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.39% from 399); Green value is 159 (62.5% from 255 or 39.85% from 399); Blue value is 11 (4.69% from 255 or 2.76% from 399); Max value from RGB is 229 - color contains mainly: red. Hex color #E59F0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E59F0B is #1A60F4. Grayscale: #A3A3A3. Windows color (decimal): -1728757 or 761829. OLE color: 761829.
HSL color Cylindrical-coordinate representation of color #E59F0B: hue angle of 40.73º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E59F0B is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 159 | 11 | - |
| CMYK | 0 | 0.31 | 0.95 | 0.10 |
| HSL | 40.73º | 0.91% | 0.47% | - |
| HSV(B) | 40.73º | 0.95% | 0.9% | - |
| XYZ | 44.77 | 41.48 | 5.96 | - |
| YUV | 163.06 | 42.19 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 159 | 11 | 0 | 0.31 | 0.95 | 0.10 | 40.73 | 0.91 | 0.47 |
| Hex | E5 | 9F | B | 0 | 1F | 5F | A | 29 | 5B | 2F |
| Octal | 345 | 237 | 13 | 0 | 37 | 137 | 12 | 51 | 133 | 57 |
| Binary | 11100101 | 10011111 | 1011 | 0 | 11111 | 1011111 | 1010 | 101001 | 1011011 | 101111 |
Color Harmonies of #E59F0B
Complementary color
Monochromatic Colors of #E59F0B
Black with #E59F0B
Text Example
Text Example
White with #E59F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59F0B; }
p { color: rgb(229,159,11); }
H1.HeaderClassName
{
color: #E59F0B;
}
.AnyTagClassName
{
color: #E59F0B;
}
</style>
background-color css
<style>
a { background-color: #E59F0B; }
a { background-color: rgb(229,159,11); }
div.DivClassName
{
background-color: #E59F0B;
}
.BgClassName
{
background-color: #E59F0B;
}
</style>
border-color css
<style>
span { border-color: #E59F0B; }
span { border-color: rgb(229,159,11); }
td.TdClassName
{
border-color: #E59F0B;
}
.TagClassName
{
border-color: #E59F0B;
}
</style>