Shades of Gamboge #E59614
Tints of Gamboge #E59614
RGB
CMYK
RGB Variations
Color information
#E59614 (or 0xE59614) is known color: Gamboge. HEX triplet: E5, 96 and 14. RGB value is (229,150,20). Sum of RGB (Red+Green+Blue) = 229+150+20=399 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.39% from 399); Green value is 150 (58.98% from 255 or 37.59% from 399); Blue value is 20 (8.20% from 255 or 5.01% from 399); Max value from RGB is 229 - color contains mainly: red. Hex color #E59614 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E59614 is #1A69EB. Grayscale: #9F9F9F. Windows color (decimal): -1731052 or 1349349. OLE color: 1349349.
HSL color Cylindrical-coordinate representation of color #E59614: hue angle of 37.32º 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 #E59614 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 150 | 20 | - |
| CMYK | 0 | 0.34 | 0.91 | 0.10 |
| HSL | 37.32º | 0.84% | 0.49% | - |
| HSV(B) | 37.32º | 0.91% | 0.9% | - |
| XYZ | 43.35 | 38.52 | 5.81 | - |
| YUV | 158.8 | 49.67 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 150 | 20 | 0 | 0.34 | 0.91 | 0.10 | 37.32 | 0.84 | 0.49 |
| Hex | E5 | 96 | 14 | 0 | 22 | 5B | A | 25 | 54 | 31 |
| Octal | 345 | 226 | 24 | 0 | 42 | 133 | 12 | 45 | 124 | 61 |
| Binary | 11100101 | 10010110 | 10100 | 0 | 100010 | 1011011 | 1010 | 100101 | 1010100 | 110001 |
Color Harmonies of #E59614
Complementary color
Monochromatic Colors of #E59614
Black with #E59614
Text Example
Text Example
White with #E59614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59614; }
p { color: rgb(229,150,20); }
H1.HeaderClassName
{
color: #E59614;
}
.AnyTagClassName
{
color: #E59614;
}
</style>
background-color css
<style>
a { background-color: #E59614; }
a { background-color: rgb(229,150,20); }
div.DivClassName
{
background-color: #E59614;
}
.BgClassName
{
background-color: #E59614;
}
</style>
border-color css
<style>
span { border-color: #E59614; }
span { border-color: rgb(229,150,20); }
td.TdClassName
{
border-color: #E59614;
}
.TagClassName
{
border-color: #E59614;
}
</style>