Shades of Gamboge #E59D14
Tints of Gamboge #E59D14
RGB
CMYK
RGB Variations
Color information
#E59D14 (or 0xE59D14) is known color: Gamboge. HEX triplet: E5, 9D and 14. RGB value is (229,157,20). Sum of RGB (Red+Green+Blue) = 229+157+20=406 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.40% from 406); Green value is 157 (61.72% from 255 or 38.67% from 406); Blue value is 20 (8.20% from 255 or 4.93% from 406); Max value from RGB is 229 - color contains mainly: red. Hex color #E59D14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E59D14 is #1A62EB. Grayscale: #A3A3A3. Windows color (decimal): -1729260 or 1351141. OLE color: 1351141.
HSL color Cylindrical-coordinate representation of color #E59D14: hue angle of 39.33º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E59D14 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 157 | 20 | - |
| CMYK | 0 | 0.31 | 0.91 | 0.10 |
| HSL | 39.33º | 0.84% | 0.49% | - |
| HSV(B) | 39.33º | 0.91% | 0.9% | - |
| XYZ | 44.5 | 40.82 | 6.2 | - |
| YUV | 162.91 | 47.35 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 157 | 20 | 0 | 0.31 | 0.91 | 0.10 | 39.33 | 0.84 | 0.49 |
| Hex | E5 | 9D | 14 | 0 | 1F | 5B | A | 27 | 54 | 31 |
| Octal | 345 | 235 | 24 | 0 | 37 | 133 | 12 | 47 | 124 | 61 |
| Binary | 11100101 | 10011101 | 10100 | 0 | 11111 | 1011011 | 1010 | 100111 | 1010100 | 110001 |
Color Harmonies of #E59D14
Complementary color
Monochromatic Colors of #E59D14
Black with #E59D14
Text Example
Text Example
White with #E59D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59D14; }
p { color: rgb(229,157,20); }
H1.HeaderClassName
{
color: #E59D14;
}
.AnyTagClassName
{
color: #E59D14;
}
</style>
background-color css
<style>
a { background-color: #E59D14; }
a { background-color: rgb(229,157,20); }
div.DivClassName
{
background-color: #E59D14;
}
.BgClassName
{
background-color: #E59D14;
}
</style>
border-color css
<style>
span { border-color: #E59D14; }
span { border-color: rgb(229,157,20); }
td.TdClassName
{
border-color: #E59D14;
}
.TagClassName
{
border-color: #E59D14;
}
</style>