Shades of Gamboge #E09F19
Tints of Gamboge #E09F19
RGB
CMYK
RGB Variations
Color information
#E09F19 (or 0xE09F19) is known color: Gamboge. HEX triplet: E0, 9F and 19. RGB value is (224,159,25). Sum of RGB (Red+Green+Blue) = 224+159+25=408 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.90% from 408); Green value is 159 (62.5% from 255 or 38.97% from 408); Blue value is 25 (10.16% from 255 or 6.13% from 408); Max value from RGB is 224 - color contains mainly: red. Hex color #E09F19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E09F19 is #1F60E6. Grayscale: #A3A3A3. Windows color (decimal): -2056423 or 1679328. OLE color: 1679328.
HSL color Cylindrical-coordinate representation of color #E09F19: hue angle of 40.4º 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 #E09F19 is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 159 | 25 | - |
| CMYK | 0 | 0.29 | 0.89 | 0.12 |
| HSL | 40.4º | 0.8% | 0.49% | - |
| HSV(B) | 40.4º | 0.89% | 0.88% | - |
| XYZ | 43.31 | 40.71 | 6.5 | - |
| YUV | 163.16 | 50.03 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 159 | 25 | 0 | 0.29 | 0.89 | 0.12 | 40.4 | 0.8 | 0.49 |
| Hex | E0 | 9F | 19 | 0 | 1D | 59 | C | 28 | 50 | 31 |
| Octal | 340 | 237 | 31 | 0 | 35 | 131 | 14 | 50 | 120 | 61 |
| Binary | 11100000 | 10011111 | 11001 | 0 | 11101 | 1011001 | 1100 | 101000 | 1010000 | 110001 |
Color Harmonies of #E09F19
Complementary color
Monochromatic Colors of #E09F19
Black with #E09F19
Text Example
Text Example
White with #E09F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09F19; }
p { color: rgb(224,159,25); }
H1.HeaderClassName
{
color: #E09F19;
}
.AnyTagClassName
{
color: #E09F19;
}
</style>
background-color css
<style>
a { background-color: #E09F19; }
a { background-color: rgb(224,159,25); }
div.DivClassName
{
background-color: #E09F19;
}
.BgClassName
{
background-color: #E09F19;
}
</style>
border-color css
<style>
span { border-color: #E09F19; }
span { border-color: rgb(224,159,25); }
td.TdClassName
{
border-color: #E09F19;
}
.TagClassName
{
border-color: #E09F19;
}
</style>