Shades of Gamboge #E09900
Tints of Gamboge #E09900
RGB
CMYK
RGB Variations
Color information
#E09900 (or 0xE09900) is known color: Gamboge. HEX triplet: E0, 99 and 00. RGB value is (224,153,0). Sum of RGB (Red+Green+Blue) = 224+153+0=377 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.42% from 377); Green value is 153 (60.16% from 255 or 40.58% from 377); Blue value is 0 (0.39% from 255 or 0% from 377); Max value from RGB is 224 - color contains mainly: red. Hex color #E09900 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E09900 is #1F66FF. Grayscale: #9D9D9D. Windows color (decimal): -2057984 or 39392. OLE color: 39392.
HSL color Cylindrical-coordinate representation of color #E09900: hue angle of 40.98º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E09900 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 153 | 0 | - |
| CMYK | 0 | 0.32 | 1 | 0.12 |
| HSL | 40.98º | 1% | 0.44% | - |
| HSV(B) | 40.98º | 1% | 0.88% | - |
| XYZ | 42.13 | 38.63 | 5.24 | - |
| YUV | 156.79 | 39.52 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 153 | 0 | 0 | 0.32 | 1 | 0.12 | 40.98 | 1 | 0.44 |
| Hex | E0 | 99 | 0 | 0 | 20 | 64 | C | 29 | 64 | 2C |
| Octal | 340 | 231 | 0 | 0 | 40 | 144 | 14 | 51 | 144 | 54 |
| Binary | 11100000 | 10011001 | 0 | 0 | 100000 | 1100100 | 1100 | 101001 | 1100100 | 101100 |
Color Harmonies of #E09900
Complementary color
Monochromatic Colors of #E09900
Black with #E09900
Text Example
Text Example
White with #E09900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09900; }
p { color: rgb(224,153,0); }
H1.HeaderClassName
{
color: #E09900;
}
.AnyTagClassName
{
color: #E09900;
}
</style>
background-color css
<style>
a { background-color: #E09900; }
a { background-color: rgb(224,153,0); }
div.DivClassName
{
background-color: #E09900;
}
.BgClassName
{
background-color: #E09900;
}
</style>
border-color css
<style>
span { border-color: #E09900; }
span { border-color: rgb(224,153,0); }
td.TdClassName
{
border-color: #E09900;
}
.TagClassName
{
border-color: #E09900;
}
</style>