Shades of Gamboge #E09319
Tints of Gamboge #E09319
RGB
CMYK
RGB Variations
Color information
#E09319 (or 0xE09319) is known color: Gamboge. HEX triplet: E0, 93 and 19. RGB value is (224,147,25). Sum of RGB (Red+Green+Blue) = 224+147+25=396 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.57% from 396); Green value is 147 (57.81% from 255 or 37.12% from 396); Blue value is 25 (10.16% from 255 or 6.31% from 396); Max value from RGB is 224 - color contains mainly: red. Hex color #E09319 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E09319 is #1F6CE6. Grayscale: #9C9C9C. Windows color (decimal): -2059495 or 1676256. OLE color: 1676256.
HSL color Cylindrical-coordinate representation of color #E09319: hue angle of 36.78º 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 #E09319 is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 147 | 25 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.12 |
| HSL | 36.78º | 0.8% | 0.49% | - |
| HSV(B) | 36.78º | 0.89% | 0.88% | - |
| XYZ | 41.35 | 36.78 | 5.84 | - |
| YUV | 156.12 | 54.01 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 147 | 25 | 0 | 0.34 | 0.89 | 0.12 | 36.78 | 0.8 | 0.49 |
| Hex | E0 | 93 | 19 | 0 | 22 | 59 | C | 25 | 50 | 31 |
| Octal | 340 | 223 | 31 | 0 | 42 | 131 | 14 | 45 | 120 | 61 |
| Binary | 11100000 | 10010011 | 11001 | 0 | 100010 | 1011001 | 1100 | 100101 | 1010000 | 110001 |
Color Harmonies of #E09319
Complementary color
Monochromatic Colors of #E09319
Black with #E09319
Text Example
Text Example
White with #E09319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09319; }
p { color: rgb(224,147,25); }
H1.HeaderClassName
{
color: #E09319;
}
.AnyTagClassName
{
color: #E09319;
}
</style>
background-color css
<style>
a { background-color: #E09319; }
a { background-color: rgb(224,147,25); }
div.DivClassName
{
background-color: #E09319;
}
.BgClassName
{
background-color: #E09319;
}
</style>
border-color css
<style>
span { border-color: #E09319; }
span { border-color: rgb(224,147,25); }
td.TdClassName
{
border-color: #E09319;
}
.TagClassName
{
border-color: #E09319;
}
</style>