Shades of Gamboge #E09214
Tints of Gamboge #E09214
RGB
CMYK
RGB Variations
Color information
#E09214 (or 0xE09214) is known color: Gamboge. HEX triplet: E0, 92 and 14. RGB value is (224,146,20). Sum of RGB (Red+Green+Blue) = 224+146+20=390 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.44% from 390); Green value is 146 (57.42% from 255 or 37.44% from 390); Blue value is 20 (8.20% from 255 or 5.13% from 390); Max value from RGB is 224 - color contains mainly: red. Hex color #E09214 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E09214 is #1F6DEB. Grayscale: #9B9B9B. Windows color (decimal): -2059756 or 1348320. OLE color: 1348320.
HSL color Cylindrical-coordinate representation of color #E09214: hue angle of 37.06º 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 #E09214 is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 146 | 20 | - |
| CMYK | 0 | 0.35 | 0.91 | 0.12 |
| HSL | 37.06º | 0.84% | 0.48% | - |
| HSV(B) | 37.06º | 0.91% | 0.88% | - |
| XYZ | 41.15 | 36.46 | 5.53 | - |
| YUV | 154.96 | 51.84 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 146 | 20 | 0 | 0.35 | 0.91 | 0.12 | 37.06 | 0.84 | 0.48 |
| Hex | E0 | 92 | 14 | 0 | 23 | 5B | C | 25 | 54 | 30 |
| Octal | 340 | 222 | 24 | 0 | 43 | 133 | 14 | 45 | 124 | 60 |
| Binary | 11100000 | 10010010 | 10100 | 0 | 100011 | 1011011 | 1100 | 100101 | 1010100 | 110000 |
Color Harmonies of #E09214
Complementary color
Monochromatic Colors of #E09214
Black with #E09214
Text Example
Text Example
White with #E09214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09214; }
p { color: rgb(224,146,20); }
H1.HeaderClassName
{
color: #E09214;
}
.AnyTagClassName
{
color: #E09214;
}
</style>
background-color css
<style>
a { background-color: #E09214; }
a { background-color: rgb(224,146,20); }
div.DivClassName
{
background-color: #E09214;
}
.BgClassName
{
background-color: #E09214;
}
</style>
border-color css
<style>
span { border-color: #E09214; }
span { border-color: rgb(224,146,20); }
td.TdClassName
{
border-color: #E09214;
}
.TagClassName
{
border-color: #E09214;
}
</style>