Shades of Gamboge #E59412
Tints of Gamboge #E59412
RGB
CMYK
RGB Variations
Color information
#E59412 (or 0xE59412) is known color: Gamboge. HEX triplet: E5, 94 and 12. RGB value is (229,148,18). Sum of RGB (Red+Green+Blue) = 229+148+18=395 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.97% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 18 (7.42% from 255 or 4.56% from 395); Max value from RGB is 229 - color contains mainly: red. Hex color #E59412 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E59412 is #1A6BED. Grayscale: #9D9D9D. Windows color (decimal): -1731566 or 1217765. OLE color: 1217765.
HSL color Cylindrical-coordinate representation of color #E59412: hue angle of 36.97º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E59412 is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 148 | 18 | - |
| CMYK | 0 | 0.35 | 0.92 | 0.10 |
| HSL | 36.97º | 0.85% | 0.48% | - |
| HSV(B) | 36.97º | 0.92% | 0.9% | - |
| XYZ | 43.01 | 37.88 | 5.62 | - |
| YUV | 157.4 | 49.34 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 148 | 18 | 0 | 0.35 | 0.92 | 0.10 | 36.97 | 0.85 | 0.48 |
| Hex | E5 | 94 | 12 | 0 | 23 | 5C | A | 25 | 55 | 30 |
| Octal | 345 | 224 | 22 | 0 | 43 | 134 | 12 | 45 | 125 | 60 |
| Binary | 11100101 | 10010100 | 10010 | 0 | 100011 | 1011100 | 1010 | 100101 | 1010101 | 110000 |
Color Harmonies of #E59412
Complementary color
Monochromatic Colors of #E59412
Black with #E59412
Text Example
Text Example
White with #E59412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59412; }
p { color: rgb(229,148,18); }
H1.HeaderClassName
{
color: #E59412;
}
.AnyTagClassName
{
color: #E59412;
}
</style>
background-color css
<style>
a { background-color: #E59412; }
a { background-color: rgb(229,148,18); }
div.DivClassName
{
background-color: #E59412;
}
.BgClassName
{
background-color: #E59412;
}
</style>
border-color css
<style>
span { border-color: #E59412; }
span { border-color: rgb(229,148,18); }
td.TdClassName
{
border-color: #E59412;
}
.TagClassName
{
border-color: #E59412;
}
</style>