Shades of Gamboge #E09A00
Tints of Gamboge #E09A00
RGB
CMYK
RGB Variations
Color information
#E09A00 (or 0xE09A00) is known color: Gamboge. HEX triplet: E0, 9A and 00. RGB value is (224,154,0). Sum of RGB (Red+Green+Blue) = 224+154+0=378 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.26% from 378); Green value is 154 (60.55% from 255 or 40.74% from 378); Blue value is 0 (0.39% from 255 or 0% from 378); Max value from RGB is 224 - color contains mainly: red. Hex color #E09A00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E09A00 is #1F65FF. Grayscale: #9E9E9E. Windows color (decimal): -2057728 or 39648. OLE color: 39648.
HSL color Cylindrical-coordinate representation of color #E09A00: hue angle of 41.25º 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 #E09A00 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 154 | 0 | - |
| CMYK | 0 | 0.31 | 1 | 0.12 |
| HSL | 41.25º | 1% | 0.44% | - |
| HSV(B) | 41.25º | 1% | 0.88% | - |
| XYZ | 42.3 | 38.96 | 5.29 | - |
| YUV | 157.37 | 39.19 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 154 | 0 | 0 | 0.31 | 1 | 0.12 | 41.25 | 1 | 0.44 |
| Hex | E0 | 9A | 0 | 0 | 1F | 64 | C | 29 | 64 | 2C |
| Octal | 340 | 232 | 0 | 0 | 37 | 144 | 14 | 51 | 144 | 54 |
| Binary | 11100000 | 10011010 | 0 | 0 | 11111 | 1100100 | 1100 | 101001 | 1100100 | 101100 |
Color Harmonies of #E09A00
Complementary color
Monochromatic Colors of #E09A00
Black with #E09A00
Text Example
Text Example
White with #E09A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09A00; }
p { color: rgb(224,154,0); }
H1.HeaderClassName
{
color: #E09A00;
}
.AnyTagClassName
{
color: #E09A00;
}
</style>
background-color css
<style>
a { background-color: #E09A00; }
a { background-color: rgb(224,154,0); }
div.DivClassName
{
background-color: #E09A00;
}
.BgClassName
{
background-color: #E09A00;
}
</style>
border-color css
<style>
span { border-color: #E09A00; }
span { border-color: rgb(224,154,0); }
td.TdClassName
{
border-color: #E09A00;
}
.TagClassName
{
border-color: #E09A00;
}
</style>