Shades of Gamboge #E09F10
Tints of Gamboge #E09F10
RGB
CMYK
RGB Variations
Color information
#E09F10 (or 0xE09F10) is known color: Gamboge. HEX triplet: E0, 9F and 10. RGB value is (224,159,16). Sum of RGB (Red+Green+Blue) = 224+159+16=399 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.14% from 399); Green value is 159 (62.5% from 255 or 39.85% from 399); Blue value is 16 (6.64% from 255 or 4.01% from 399); Max value from RGB is 224 - color contains mainly: red. Hex color #E09F10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E09F10 is #1F60EF. Grayscale: #A2A2A2. Windows color (decimal): -2056432 or 1089504. OLE color: 1089504.
HSL color Cylindrical-coordinate representation of color #E09F10: hue angle of 41.25º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E09F10 is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 159 | 16 | - |
| CMYK | 0 | 0.29 | 0.93 | 0.12 |
| HSL | 41.25º | 0.87% | 0.47% | - |
| HSV(B) | 41.25º | 0.93% | 0.88% | - |
| XYZ | 43.23 | 40.68 | 6.06 | - |
| YUV | 162.13 | 45.53 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 159 | 16 | 0 | 0.29 | 0.93 | 0.12 | 41.25 | 0.87 | 0.47 |
| Hex | E0 | 9F | 10 | 0 | 1D | 5D | C | 29 | 57 | 2F |
| Octal | 340 | 237 | 20 | 0 | 35 | 135 | 14 | 51 | 127 | 57 |
| Binary | 11100000 | 10011111 | 10000 | 0 | 11101 | 1011101 | 1100 | 101001 | 1010111 | 101111 |
Color Harmonies of #E09F10
Complementary color
Monochromatic Colors of #E09F10
Black with #E09F10
Text Example
Text Example
White with #E09F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09F10; }
p { color: rgb(224,159,16); }
H1.HeaderClassName
{
color: #E09F10;
}
.AnyTagClassName
{
color: #E09F10;
}
</style>
background-color css
<style>
a { background-color: #E09F10; }
a { background-color: rgb(224,159,16); }
div.DivClassName
{
background-color: #E09F10;
}
.BgClassName
{
background-color: #E09F10;
}
</style>
border-color css
<style>
span { border-color: #E09F10; }
span { border-color: rgb(224,159,16); }
td.TdClassName
{
border-color: #E09F10;
}
.TagClassName
{
border-color: #E09F10;
}
</style>