Shades of Gamboge #E69009
Tints of Gamboge #E69009
RGB
CMYK
RGB Variations
Color information
#E69009 (or 0xE69009) is known color: Gamboge. HEX triplet: E6, 90 and 09. RGB value is (230,144,9). Sum of RGB (Red+Green+Blue) = 230+144+9=383 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.05% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 9 (3.91% from 255 or 2.35% from 383); Max value from RGB is 230 - color contains mainly: red. Hex color #E69009 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E69009 is #196FF6. Grayscale: #9A9A9A. Windows color (decimal): -1667063 or 626918. OLE color: 626918.
HSL color Cylindrical-coordinate representation of color #E69009: hue angle of 36.65º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E69009 is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 144 | 9 | - |
| CMYK | 0 | 0.37 | 0.96 | 0.10 |
| HSL | 36.65º | 0.92% | 0.47% | - |
| HSV(B) | 36.65º | 0.96% | 0.9% | - |
| XYZ | 42.66 | 36.79 | 5.11 | - |
| YUV | 154.32 | 45.99 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 144 | 9 | 0 | 0.37 | 0.96 | 0.10 | 36.65 | 0.92 | 0.47 |
| Hex | E6 | 90 | 9 | 0 | 25 | 60 | A | 25 | 5C | 2F |
| Octal | 346 | 220 | 11 | 0 | 45 | 140 | 12 | 45 | 134 | 57 |
| Binary | 11100110 | 10010000 | 1001 | 0 | 100101 | 1100000 | 1010 | 100101 | 1011100 | 101111 |
Color Harmonies of #E69009
Complementary color
Monochromatic Colors of #E69009
Black with #E69009
Text Example
Text Example
White with #E69009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69009; }
p { color: rgb(230,144,9); }
H1.HeaderClassName
{
color: #E69009;
}
.AnyTagClassName
{
color: #E69009;
}
</style>
background-color css
<style>
a { background-color: #E69009; }
a { background-color: rgb(230,144,9); }
div.DivClassName
{
background-color: #E69009;
}
.BgClassName
{
background-color: #E69009;
}
</style>
border-color css
<style>
span { border-color: #E69009; }
span { border-color: rgb(230,144,9); }
td.TdClassName
{
border-color: #E69009;
}
.TagClassName
{
border-color: #E69009;
}
</style>