Shades of Gamboge #E09012
Tints of Gamboge #E09012
RGB
CMYK
RGB Variations
Color information
#E09012 (or 0xE09012) is known color: Gamboge. HEX triplet: E0, 90 and 12. RGB value is (224,144,18). Sum of RGB (Red+Green+Blue) = 224+144+18=386 (51% of max value = 765). Red value is 224 (87.89% from 255 or 58.03% from 386); Green value is 144 (56.64% from 255 or 37.31% from 386); Blue value is 18 (7.42% from 255 or 4.66% from 386); Max value from RGB is 224 - color contains mainly: red. Hex color #E09012 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E09012 is #1F6FED. Grayscale: #9A9A9A. Windows color (decimal): -2060270 or 1216736. OLE color: 1216736.
HSL color Cylindrical-coordinate representation of color #E09012: hue angle of 36.7º 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 #E09012 is Cyan = 0, Magento = 0.36, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 144 | 18 | - |
| CMYK | 0 | 0.36 | 0.92 | 0.12 |
| HSL | 36.7º | 0.85% | 0.47% | - |
| HSV(B) | 36.7º | 0.92% | 0.88% | - |
| XYZ | 40.82 | 35.84 | 5.34 | - |
| YUV | 153.56 | 51.5 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 144 | 18 | 0 | 0.36 | 0.92 | 0.12 | 36.7 | 0.85 | 0.47 |
| Hex | E0 | 90 | 12 | 0 | 24 | 5C | C | 25 | 55 | 2F |
| Octal | 340 | 220 | 22 | 0 | 44 | 134 | 14 | 45 | 125 | 57 |
| Binary | 11100000 | 10010000 | 10010 | 0 | 100100 | 1011100 | 1100 | 100101 | 1010101 | 101111 |
Color Harmonies of #E09012
Complementary color
Monochromatic Colors of #E09012
Black with #E09012
Text Example
Text Example
White with #E09012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09012; }
p { color: rgb(224,144,18); }
H1.HeaderClassName
{
color: #E09012;
}
.AnyTagClassName
{
color: #E09012;
}
</style>
background-color css
<style>
a { background-color: #E09012; }
a { background-color: rgb(224,144,18); }
div.DivClassName
{
background-color: #E09012;
}
.BgClassName
{
background-color: #E09012;
}
</style>
border-color css
<style>
span { border-color: #E09012; }
span { border-color: rgb(224,144,18); }
td.TdClassName
{
border-color: #E09012;
}
.TagClassName
{
border-color: #E09012;
}
</style>