Shades of Gamboge #E69B11
Tints of Gamboge #E69B11
RGB
CMYK
RGB Variations
Color information
#E69B11 (or 0xE69B11) is known color: Gamboge. HEX triplet: E6, 9B and 11. RGB value is (230,155,17). Sum of RGB (Red+Green+Blue) = 230+155+17=402 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.21% from 402); Green value is 155 (60.94% from 255 or 38.56% from 402); Blue value is 17 (7.03% from 255 or 4.23% from 402); Max value from RGB is 230 - color contains mainly: red. Hex color #E69B11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E69B11 is #1964EE. Grayscale: #A2A2A2. Windows color (decimal): -1664239 or 1154022. OLE color: 1154022.
HSL color Cylindrical-coordinate representation of color #E69B11: hue angle of 38.87º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E69B11 is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 155 | 17 | - |
| CMYK | 0 | 0.33 | 0.93 | 0.10 |
| HSL | 38.87º | 0.86% | 0.48% | - |
| HSV(B) | 38.87º | 0.93% | 0.9% | - |
| XYZ | 44.46 | 40.31 | 5.97 | - |
| YUV | 161.69 | 46.35 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 155 | 17 | 0 | 0.33 | 0.93 | 0.10 | 38.87 | 0.86 | 0.48 |
| Hex | E6 | 9B | 11 | 0 | 21 | 5D | A | 27 | 56 | 30 |
| Octal | 346 | 233 | 21 | 0 | 41 | 135 | 12 | 47 | 126 | 60 |
| Binary | 11100110 | 10011011 | 10001 | 0 | 100001 | 1011101 | 1010 | 100111 | 1010110 | 110000 |
Color Harmonies of #E69B11
Complementary color
Monochromatic Colors of #E69B11
Black with #E69B11
Text Example
Text Example
White with #E69B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69B11; }
p { color: rgb(230,155,17); }
H1.HeaderClassName
{
color: #E69B11;
}
.AnyTagClassName
{
color: #E69B11;
}
</style>
background-color css
<style>
a { background-color: #E69B11; }
a { background-color: rgb(230,155,17); }
div.DivClassName
{
background-color: #E69B11;
}
.BgClassName
{
background-color: #E69B11;
}
</style>
border-color css
<style>
span { border-color: #E69B11; }
span { border-color: rgb(230,155,17); }
td.TdClassName
{
border-color: #E69B11;
}
.TagClassName
{
border-color: #E69B11;
}
</style>