Shades of Gamboge #E09509
Tints of Gamboge #E09509
RGB
CMYK
RGB Variations
Color information
#E09509 (or 0xE09509) is known color: Gamboge. HEX triplet: E0, 95 and 09. RGB value is (224,149,9). Sum of RGB (Red+Green+Blue) = 224+149+9=382 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.64% from 382); Green value is 149 (58.59% from 255 or 39.01% from 382); Blue value is 9 (3.91% from 255 or 2.36% from 382); Max value from RGB is 224 - color contains mainly: red. Hex color #E09509 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E09509 is #1F6AF6. Grayscale: #9C9C9C. Windows color (decimal): -2058999 or 628192. OLE color: 628192.
HSL color Cylindrical-coordinate representation of color #E09509: hue angle of 39.07º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E09509 is Cyan = 0, Magento = 0.33, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 149 | 9 | - |
| CMYK | 0 | 0.33 | 0.96 | 0.12 |
| HSL | 39.07º | 0.92% | 0.46% | - |
| HSV(B) | 39.07º | 0.96% | 0.88% | - |
| XYZ | 41.54 | 37.36 | 5.28 | - |
| YUV | 155.47 | 45.35 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 149 | 9 | 0 | 0.33 | 0.96 | 0.12 | 39.07 | 0.92 | 0.46 |
| Hex | E0 | 95 | 9 | 0 | 21 | 60 | C | 27 | 5C | 2E |
| Octal | 340 | 225 | 11 | 0 | 41 | 140 | 14 | 47 | 134 | 56 |
| Binary | 11100000 | 10010101 | 1001 | 0 | 100001 | 1100000 | 1100 | 100111 | 1011100 | 101110 |
Color Harmonies of #E09509
Complementary color
Monochromatic Colors of #E09509
Black with #E09509
Text Example
Text Example
White with #E09509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09509; }
p { color: rgb(224,149,9); }
H1.HeaderClassName
{
color: #E09509;
}
.AnyTagClassName
{
color: #E09509;
}
</style>
background-color css
<style>
a { background-color: #E09509; }
a { background-color: rgb(224,149,9); }
div.DivClassName
{
background-color: #E09509;
}
.BgClassName
{
background-color: #E09509;
}
</style>
border-color css
<style>
span { border-color: #E09509; }
span { border-color: rgb(224,149,9); }
td.TdClassName
{
border-color: #E09509;
}
.TagClassName
{
border-color: #E09509;
}
</style>