Shades of Gamboge #E09500
Tints of Gamboge #E09500
RGB
CMYK
RGB Variations
Color information
#E09500 (or 0xE09500) is known color: Gamboge. HEX triplet: E0, 95 and 00. RGB value is (224,149,0). Sum of RGB (Red+Green+Blue) = 224+149+0=373 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.05% from 373); Green value is 149 (58.59% from 255 or 39.95% from 373); Blue value is 0 (0.39% from 255 or 0% from 373); Max value from RGB is 224 - color contains mainly: red. Hex color #E09500 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E09500 is #1F6AFF. Grayscale: #9B9B9B. Windows color (decimal): -2059008 or 38368. OLE color: 38368.
HSL color Cylindrical-coordinate representation of color #E09500: hue angle of 39.91º 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 #E09500 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 149 | 0 | - |
| CMYK | 0 | 0.33 | 1 | 0.12 |
| HSL | 39.91º | 1% | 0.44% | - |
| HSV(B) | 39.91º | 1% | 0.88% | - |
| XYZ | 41.49 | 37.34 | 5.02 | - |
| YUV | 154.44 | 40.85 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 149 | 0 | 0 | 0.33 | 1 | 0.12 | 39.91 | 1 | 0.44 |
| Hex | E0 | 95 | 0 | 0 | 21 | 64 | C | 28 | 64 | 2C |
| Octal | 340 | 225 | 0 | 0 | 41 | 144 | 14 | 50 | 144 | 54 |
| Binary | 11100000 | 10010101 | 0 | 0 | 100001 | 1100100 | 1100 | 101000 | 1100100 | 101100 |
Color Harmonies of #E09500
Complementary color
Monochromatic Colors of #E09500
Black with #E09500
Text Example
Text Example
White with #E09500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09500; }
p { color: rgb(224,149,0); }
H1.HeaderClassName
{
color: #E09500;
}
.AnyTagClassName
{
color: #E09500;
}
</style>
background-color css
<style>
a { background-color: #E09500; }
a { background-color: rgb(224,149,0); }
div.DivClassName
{
background-color: #E09500;
}
.BgClassName
{
background-color: #E09500;
}
</style>
border-color css
<style>
span { border-color: #E09500; }
span { border-color: rgb(224,149,0); }
td.TdClassName
{
border-color: #E09500;
}
.TagClassName
{
border-color: #E09500;
}
</style>