Shades of Gamboge #E69B09
Tints of Gamboge #E69B09
RGB
CMYK
RGB Variations
Color information
#E69B09 (or 0xE69B09) is known color: Gamboge. HEX triplet: E6, 9B and 09. RGB value is (230,155,9). Sum of RGB (Red+Green+Blue) = 230+155+9=394 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.38% from 394); Green value is 155 (60.94% from 255 or 39.34% from 394); Blue value is 9 (3.91% from 255 or 2.28% from 394); Max value from RGB is 230 - color contains mainly: red. Hex color #E69B09 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E69B09 is #1964F6. Grayscale: #A1A1A1. Windows color (decimal): -1664247 or 629734. OLE color: 629734.
HSL color Cylindrical-coordinate representation of color #E69B09: hue angle of 39.64º 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 #E69B09 is Cyan = 0, Magento = 0.33, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 155 | 9 | - |
| CMYK | 0 | 0.33 | 0.96 | 0.10 |
| HSL | 39.64º | 0.92% | 0.47% | - |
| HSV(B) | 39.64º | 0.96% | 0.9% | - |
| XYZ | 44.4 | 40.29 | 5.69 | - |
| YUV | 160.78 | 42.35 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 155 | 9 | 0 | 0.33 | 0.96 | 0.10 | 39.64 | 0.92 | 0.47 |
| Hex | E6 | 9B | 9 | 0 | 21 | 60 | A | 28 | 5C | 2F |
| Octal | 346 | 233 | 11 | 0 | 41 | 140 | 12 | 50 | 134 | 57 |
| Binary | 11100110 | 10011011 | 1001 | 0 | 100001 | 1100000 | 1010 | 101000 | 1011100 | 101111 |
Color Harmonies of #E69B09
Complementary color
Monochromatic Colors of #E69B09
Black with #E69B09
Text Example
Text Example
White with #E69B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69B09; }
p { color: rgb(230,155,9); }
H1.HeaderClassName
{
color: #E69B09;
}
.AnyTagClassName
{
color: #E69B09;
}
</style>
background-color css
<style>
a { background-color: #E69B09; }
a { background-color: rgb(230,155,9); }
div.DivClassName
{
background-color: #E69B09;
}
.BgClassName
{
background-color: #E69B09;
}
</style>
border-color css
<style>
span { border-color: #E69B09; }
span { border-color: rgb(230,155,9); }
td.TdClassName
{
border-color: #E69B09;
}
.TagClassName
{
border-color: #E69B09;
}
</style>