Shades of Gamboge #E09219
Tints of Gamboge #E09219
RGB
CMYK
RGB Variations
Color information
#E09219 (or 0xE09219) is known color: Gamboge. HEX triplet: E0, 92 and 19. RGB value is (224,146,25). Sum of RGB (Red+Green+Blue) = 224+146+25=395 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.71% from 395); Green value is 146 (57.42% from 255 or 36.96% from 395); Blue value is 25 (10.16% from 255 or 6.33% from 395); Max value from RGB is 224 - color contains mainly: red. Hex color #E09219 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E09219 is #1F6DE6. Grayscale: #9C9C9C. Windows color (decimal): -2059751 or 1676000. OLE color: 1676000.
HSL color Cylindrical-coordinate representation of color #E09219: hue angle of 36.48º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E09219 is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 146 | 25 | - |
| CMYK | 0 | 0.35 | 0.89 | 0.12 |
| HSL | 36.48º | 0.8% | 0.49% | - |
| HSV(B) | 36.48º | 0.89% | 0.88% | - |
| XYZ | 41.19 | 36.48 | 5.79 | - |
| YUV | 155.53 | 54.34 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 146 | 25 | 0 | 0.35 | 0.89 | 0.12 | 36.48 | 0.8 | 0.49 |
| Hex | E0 | 92 | 19 | 0 | 23 | 59 | C | 24 | 50 | 31 |
| Octal | 340 | 222 | 31 | 0 | 43 | 131 | 14 | 44 | 120 | 61 |
| Binary | 11100000 | 10010010 | 11001 | 0 | 100011 | 1011001 | 1100 | 100100 | 1010000 | 110001 |
Color Harmonies of #E09219
Complementary color
Monochromatic Colors of #E09219
Black with #E09219
Text Example
Text Example
White with #E09219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09219; }
p { color: rgb(224,146,25); }
H1.HeaderClassName
{
color: #E09219;
}
.AnyTagClassName
{
color: #E09219;
}
</style>
background-color css
<style>
a { background-color: #E09219; }
a { background-color: rgb(224,146,25); }
div.DivClassName
{
background-color: #E09219;
}
.BgClassName
{
background-color: #E09219;
}
</style>
border-color css
<style>
span { border-color: #E09219; }
span { border-color: rgb(224,146,25); }
td.TdClassName
{
border-color: #E09219;
}
.TagClassName
{
border-color: #E09219;
}
</style>