Shades of Gamboge #E09512
Tints of Gamboge #E09512
RGB
CMYK
RGB Variations
Color information
#E09512 (or 0xE09512) is known color: Gamboge. HEX triplet: E0, 95 and 12. RGB value is (224,149,18). Sum of RGB (Red+Green+Blue) = 224+149+18=391 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.29% from 391); Green value is 149 (58.59% from 255 or 38.11% from 391); Blue value is 18 (7.42% from 255 or 4.60% from 391); Max value from RGB is 224 - color contains mainly: red. Hex color #E09512 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E09512 is #1F6AED. Grayscale: #9D9D9D. Windows color (decimal): -2058990 or 1218016. OLE color: 1218016.
HSL color Cylindrical-coordinate representation of color #E09512: hue angle of 38.16º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E09512 is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 149 | 18 | - |
| CMYK | 0 | 0.33 | 0.92 | 0.12 |
| HSL | 38.16º | 0.85% | 0.47% | - |
| HSV(B) | 38.16º | 0.92% | 0.88% | - |
| XYZ | 41.6 | 37.39 | 5.6 | - |
| YUV | 156.49 | 49.85 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 149 | 18 | 0 | 0.33 | 0.92 | 0.12 | 38.16 | 0.85 | 0.47 |
| Hex | E0 | 95 | 12 | 0 | 21 | 5C | C | 26 | 55 | 2F |
| Octal | 340 | 225 | 22 | 0 | 41 | 134 | 14 | 46 | 125 | 57 |
| Binary | 11100000 | 10010101 | 10010 | 0 | 100001 | 1011100 | 1100 | 100110 | 1010101 | 101111 |
Color Harmonies of #E09512
Complementary color
Monochromatic Colors of #E09512
Black with #E09512
Text Example
Text Example
White with #E09512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09512; }
p { color: rgb(224,149,18); }
H1.HeaderClassName
{
color: #E09512;
}
.AnyTagClassName
{
color: #E09512;
}
</style>
background-color css
<style>
a { background-color: #E09512; }
a { background-color: rgb(224,149,18); }
div.DivClassName
{
background-color: #E09512;
}
.BgClassName
{
background-color: #E09512;
}
</style>
border-color css
<style>
span { border-color: #E09512; }
span { border-color: rgb(224,149,18); }
td.TdClassName
{
border-color: #E09512;
}
.TagClassName
{
border-color: #E09512;
}
</style>