Shades of Gamboge #E69311
Tints of Gamboge #E69311
RGB
CMYK
RGB Variations
Color information
#E69311 (or 0xE69311) is known color: Gamboge. HEX triplet: E6, 93 and 11. RGB value is (230,147,17). Sum of RGB (Red+Green+Blue) = 230+147+17=394 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.38% from 394); Green value is 147 (57.81% from 255 or 37.31% from 394); Blue value is 17 (7.03% from 255 or 4.31% from 394); Max value from RGB is 230 - color contains mainly: red. Hex color #E69311 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E69311 is #196CEE. Grayscale: #9D9D9D. Windows color (decimal): -1666287 or 1151974. OLE color: 1151974.
HSL color Cylindrical-coordinate representation of color #E69311: hue angle of 36.62º 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 #E69311 is Cyan = 0, Magento = 0.36, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 147 | 17 | - |
| CMYK | 0 | 0.36 | 0.93 | 0.10 |
| HSL | 36.62º | 0.86% | 0.48% | - |
| HSV(B) | 36.62º | 0.93% | 0.9% | - |
| XYZ | 43.17 | 37.73 | 5.54 | - |
| YUV | 157 | 49 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 147 | 17 | 0 | 0.36 | 0.93 | 0.10 | 36.62 | 0.86 | 0.48 |
| Hex | E6 | 93 | 11 | 0 | 24 | 5D | A | 25 | 56 | 30 |
| Octal | 346 | 223 | 21 | 0 | 44 | 135 | 12 | 45 | 126 | 60 |
| Binary | 11100110 | 10010011 | 10001 | 0 | 100100 | 1011101 | 1010 | 100101 | 1010110 | 110000 |
Color Harmonies of #E69311
Complementary color
Monochromatic Colors of #E69311
Black with #E69311
Text Example
Text Example
White with #E69311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69311; }
p { color: rgb(230,147,17); }
H1.HeaderClassName
{
color: #E69311;
}
.AnyTagClassName
{
color: #E69311;
}
</style>
background-color css
<style>
a { background-color: #E69311; }
a { background-color: rgb(230,147,17); }
div.DivClassName
{
background-color: #E69311;
}
.BgClassName
{
background-color: #E69311;
}
</style>
border-color css
<style>
span { border-color: #E69311; }
span { border-color: rgb(230,147,17); }
td.TdClassName
{
border-color: #E69311;
}
.TagClassName
{
border-color: #E69311;
}
</style>