Shades of Gamboge #E09801
Tints of Gamboge #E09801
RGB
CMYK
RGB Variations
Color information
#E09801 (or 0xE09801) is known color: Gamboge. HEX triplet: E0, 98 and 01. RGB value is (224,152,1). Sum of RGB (Red+Green+Blue) = 224+152+1=377 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.42% from 377); Green value is 152 (59.77% from 255 or 40.32% from 377); Blue value is 1 (0.78% from 255 or 0.27% from 377); Max value from RGB is 224 - color contains mainly: red. Hex color #E09801 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E09801 is #1F67FE. Grayscale: #9C9C9C. Windows color (decimal): -2058239 or 104672. OLE color: 104672.
HSL color Cylindrical-coordinate representation of color #E09801: hue angle of 40.63º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E09801 is Cyan = 0, Magento = 0.32, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 152 | 1 | - |
| CMYK | 0 | 0.32 | 1.00 | 0.12 |
| HSL | 40.63º | 0.99% | 0.44% | - |
| HSV(B) | 40.63º | 1% | 0.88% | - |
| XYZ | 41.97 | 38.31 | 5.21 | - |
| YUV | 156.31 | 40.35 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 152 | 1 | 0 | 0.32 | 1.00 | 0.12 | 40.63 | 0.99 | 0.44 |
| Hex | E0 | 98 | 1 | 0 | 20 | 64 | C | 29 | 63 | 2C |
| Octal | 340 | 230 | 1 | 0 | 40 | 144 | 14 | 51 | 143 | 54 |
| Binary | 11100000 | 10011000 | 1 | 0 | 100000 | 1100100 | 1100 | 101001 | 1100011 | 101100 |
Color Harmonies of #E09801
Complementary color
Monochromatic Colors of #E09801
Black with #E09801
Text Example
Text Example
White with #E09801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09801; }
p { color: rgb(224,152,1); }
H1.HeaderClassName
{
color: #E09801;
}
.AnyTagClassName
{
color: #E09801;
}
</style>
background-color css
<style>
a { background-color: #E09801; }
a { background-color: rgb(224,152,1); }
div.DivClassName
{
background-color: #E09801;
}
.BgClassName
{
background-color: #E09801;
}
</style>
border-color css
<style>
span { border-color: #E09801; }
span { border-color: rgb(224,152,1); }
td.TdClassName
{
border-color: #E09801;
}
.TagClassName
{
border-color: #E09801;
}
</style>