Shades of Gamboge #E09519
Tints of Gamboge #E09519
RGB
CMYK
RGB Variations
Color information
#E09519 (or 0xE09519) is known color: Gamboge. HEX triplet: E0, 95 and 19. RGB value is (224,149,25). Sum of RGB (Red+Green+Blue) = 224+149+25=398 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.28% from 398); Green value is 149 (58.59% from 255 or 37.44% from 398); Blue value is 25 (10.16% from 255 or 6.28% from 398); Max value from RGB is 224 - color contains mainly: red. Hex color #E09519 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E09519 is #1F6AE6. Grayscale: #9D9D9D. Windows color (decimal): -2058983 or 1676768. OLE color: 1676768.
HSL color Cylindrical-coordinate representation of color #E09519: hue angle of 37.39º 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 #E09519 is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 149 | 25 | - |
| CMYK | 0 | 0.33 | 0.89 | 0.12 |
| HSL | 37.39º | 0.8% | 0.49% | - |
| HSV(B) | 37.39º | 0.89% | 0.88% | - |
| XYZ | 41.66 | 37.41 | 5.95 | - |
| YUV | 157.29 | 53.35 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 149 | 25 | 0 | 0.33 | 0.89 | 0.12 | 37.39 | 0.8 | 0.49 |
| Hex | E0 | 95 | 19 | 0 | 21 | 59 | C | 25 | 50 | 31 |
| Octal | 340 | 225 | 31 | 0 | 41 | 131 | 14 | 45 | 120 | 61 |
| Binary | 11100000 | 10010101 | 11001 | 0 | 100001 | 1011001 | 1100 | 100101 | 1010000 | 110001 |
Color Harmonies of #E09519
Complementary color
Monochromatic Colors of #E09519
Black with #E09519
Text Example
Text Example
White with #E09519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09519; }
p { color: rgb(224,149,25); }
H1.HeaderClassName
{
color: #E09519;
}
.AnyTagClassName
{
color: #E09519;
}
</style>
background-color css
<style>
a { background-color: #E09519; }
a { background-color: rgb(224,149,25); }
div.DivClassName
{
background-color: #E09519;
}
.BgClassName
{
background-color: #E09519;
}
</style>
border-color css
<style>
span { border-color: #E09519; }
span { border-color: rgb(224,149,25); }
td.TdClassName
{
border-color: #E09519;
}
.TagClassName
{
border-color: #E09519;
}
</style>