Shades of Gamboge #E69811
Tints of Gamboge #E69811
RGB
CMYK
RGB Variations
Color information
#E69811 (or 0xE69811) is known color: Gamboge. HEX triplet: E6, 98 and 11. RGB value is (230,152,17). Sum of RGB (Red+Green+Blue) = 230+152+17=399 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.64% from 399); Green value is 152 (59.77% from 255 or 38.10% from 399); Blue value is 17 (7.03% from 255 or 4.26% from 399); Max value from RGB is 230 - color contains mainly: red. Hex color #E69811 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E69811 is #1967EE. Grayscale: #A0A0A0. Windows color (decimal): -1665007 or 1153254. OLE color: 1153254.
HSL color Cylindrical-coordinate representation of color #E69811: hue angle of 38.03º 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 #E69811 is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 152 | 17 | - |
| CMYK | 0 | 0.34 | 0.93 | 0.10 |
| HSL | 38.03º | 0.86% | 0.48% | - |
| HSV(B) | 38.03º | 0.93% | 0.9% | - |
| XYZ | 43.96 | 39.32 | 5.8 | - |
| YUV | 159.93 | 47.34 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 152 | 17 | 0 | 0.34 | 0.93 | 0.10 | 38.03 | 0.86 | 0.48 |
| Hex | E6 | 98 | 11 | 0 | 22 | 5D | A | 26 | 56 | 30 |
| Octal | 346 | 230 | 21 | 0 | 42 | 135 | 12 | 46 | 126 | 60 |
| Binary | 11100110 | 10011000 | 10001 | 0 | 100010 | 1011101 | 1010 | 100110 | 1010110 | 110000 |
Color Harmonies of #E69811
Complementary color
Monochromatic Colors of #E69811
Black with #E69811
Text Example
Text Example
White with #E69811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69811; }
p { color: rgb(230,152,17); }
H1.HeaderClassName
{
color: #E69811;
}
.AnyTagClassName
{
color: #E69811;
}
</style>
background-color css
<style>
a { background-color: #E69811; }
a { background-color: rgb(230,152,17); }
div.DivClassName
{
background-color: #E69811;
}
.BgClassName
{
background-color: #E69811;
}
</style>
border-color css
<style>
span { border-color: #E69811; }
span { border-color: rgb(230,152,17); }
td.TdClassName
{
border-color: #E69811;
}
.TagClassName
{
border-color: #E69811;
}
</style>