Shades of Gamboge #E59414
Tints of Gamboge #E59414
RGB
CMYK
RGB Variations
Color information
#E59414 (or 0xE59414) is known color: Gamboge. HEX triplet: E5, 94 and 14. RGB value is (229,148,20). Sum of RGB (Red+Green+Blue) = 229+148+20=397 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.68% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 20 (8.20% from 255 or 5.04% from 397); Max value from RGB is 229 - color contains mainly: red. Hex color #E59414 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E59414 is #1A6BEB. Grayscale: #9E9E9E. Windows color (decimal): -1731564 or 1348837. OLE color: 1348837.
HSL color Cylindrical-coordinate representation of color #E59414: hue angle of 36.75º 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 #E59414 is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 148 | 20 | - |
| CMYK | 0 | 0.35 | 0.91 | 0.10 |
| HSL | 36.75º | 0.84% | 0.49% | - |
| HSV(B) | 36.75º | 0.91% | 0.9% | - |
| XYZ | 43.03 | 37.89 | 5.71 | - |
| YUV | 157.63 | 50.34 | 178.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 148 | 20 | 0 | 0.35 | 0.91 | 0.10 | 36.75 | 0.84 | 0.49 |
| Hex | E5 | 94 | 14 | 0 | 23 | 5B | A | 25 | 54 | 31 |
| Octal | 345 | 224 | 24 | 0 | 43 | 133 | 12 | 45 | 124 | 61 |
| Binary | 11100101 | 10010100 | 10100 | 0 | 100011 | 1011011 | 1010 | 100101 | 1010100 | 110001 |
Color Harmonies of #E59414
Complementary color
Monochromatic Colors of #E59414
Black with #E59414
Text Example
Text Example
White with #E59414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59414; }
p { color: rgb(229,148,20); }
H1.HeaderClassName
{
color: #E59414;
}
.AnyTagClassName
{
color: #E59414;
}
</style>
background-color css
<style>
a { background-color: #E59414; }
a { background-color: rgb(229,148,20); }
div.DivClassName
{
background-color: #E59414;
}
.BgClassName
{
background-color: #E59414;
}
</style>
border-color css
<style>
span { border-color: #E59414; }
span { border-color: rgb(229,148,20); }
td.TdClassName
{
border-color: #E59414;
}
.TagClassName
{
border-color: #E59414;
}
</style>