Shades of Gamboge #E09014
Tints of Gamboge #E09014
RGB
CMYK
RGB Variations
Color information
#E09014 (or 0xE09014) is known color: Gamboge. HEX triplet: E0, 90 and 14. RGB value is (224,144,20). Sum of RGB (Red+Green+Blue) = 224+144+20=388 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.73% from 388); Green value is 144 (56.64% from 255 or 37.11% from 388); Blue value is 20 (8.20% from 255 or 5.15% from 388); Max value from RGB is 224 - color contains mainly: red. Hex color #E09014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E09014 is #1F6FEB. Grayscale: #9A9A9A. Windows color (decimal): -2060268 or 1347808. OLE color: 1347808.
HSL color Cylindrical-coordinate representation of color #E09014: hue angle of 36.47º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E09014 is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 144 | 20 | - |
| CMYK | 0 | 0.36 | 0.91 | 0.12 |
| HSL | 36.47º | 0.84% | 0.48% | - |
| HSV(B) | 36.47º | 0.91% | 0.88% | - |
| XYZ | 40.84 | 35.84 | 5.43 | - |
| YUV | 153.78 | 52.5 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 144 | 20 | 0 | 0.36 | 0.91 | 0.12 | 36.47 | 0.84 | 0.48 |
| Hex | E0 | 90 | 14 | 0 | 24 | 5B | C | 24 | 54 | 30 |
| Octal | 340 | 220 | 24 | 0 | 44 | 133 | 14 | 44 | 124 | 60 |
| Binary | 11100000 | 10010000 | 10100 | 0 | 100100 | 1011011 | 1100 | 100100 | 1010100 | 110000 |
Color Harmonies of #E09014
Complementary color
Monochromatic Colors of #E09014
Black with #E09014
Text Example
Text Example
White with #E09014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09014; }
p { color: rgb(224,144,20); }
H1.HeaderClassName
{
color: #E09014;
}
.AnyTagClassName
{
color: #E09014;
}
</style>
background-color css
<style>
a { background-color: #E09014; }
a { background-color: rgb(224,144,20); }
div.DivClassName
{
background-color: #E09014;
}
.BgClassName
{
background-color: #E09014;
}
</style>
border-color css
<style>
span { border-color: #E09014; }
span { border-color: rgb(224,144,20); }
td.TdClassName
{
border-color: #E09014;
}
.TagClassName
{
border-color: #E09014;
}
</style>