Shades of Gamboge #E09810
Tints of Gamboge #E09810
RGB
CMYK
RGB Variations
Color information
#E09810 (or 0xE09810) is known color: Gamboge. HEX triplet: E0, 98 and 10. RGB value is (224,152,16). Sum of RGB (Red+Green+Blue) = 224+152+16=392 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.14% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 16 (6.64% from 255 or 4.08% from 392); Max value from RGB is 224 - color contains mainly: red. Hex color #E09810 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E09810 is #1F67EF. Grayscale: #9E9E9E. Windows color (decimal): -2058224 or 1087712. OLE color: 1087712.
HSL color Cylindrical-coordinate representation of color #E09810: hue angle of 39.23º 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 #E09810 is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 152 | 16 | - |
| CMYK | 0 | 0.32 | 0.93 | 0.12 |
| HSL | 39.23º | 0.87% | 0.47% | - |
| HSV(B) | 39.23º | 0.93% | 0.88% | - |
| XYZ | 42.06 | 38.34 | 5.67 | - |
| YUV | 158.02 | 47.85 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 152 | 16 | 0 | 0.32 | 0.93 | 0.12 | 39.23 | 0.87 | 0.47 |
| Hex | E0 | 98 | 10 | 0 | 20 | 5D | C | 27 | 57 | 2F |
| Octal | 340 | 230 | 20 | 0 | 40 | 135 | 14 | 47 | 127 | 57 |
| Binary | 11100000 | 10011000 | 10000 | 0 | 100000 | 1011101 | 1100 | 100111 | 1010111 | 101111 |
Color Harmonies of #E09810
Complementary color
Monochromatic Colors of #E09810
Black with #E09810
Text Example
Text Example
White with #E09810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09810; }
p { color: rgb(224,152,16); }
H1.HeaderClassName
{
color: #E09810;
}
.AnyTagClassName
{
color: #E09810;
}
</style>
background-color css
<style>
a { background-color: #E09810; }
a { background-color: rgb(224,152,16); }
div.DivClassName
{
background-color: #E09810;
}
.BgClassName
{
background-color: #E09810;
}
</style>
border-color css
<style>
span { border-color: #E09810; }
span { border-color: rgb(224,152,16); }
td.TdClassName
{
border-color: #E09810;
}
.TagClassName
{
border-color: #E09810;
}
</style>