Shades of Gamboge #E69111
Tints of Gamboge #E69111
RGB
CMYK
RGB Variations
Color information
#E69111 (or 0xE69111) is known color: Gamboge. HEX triplet: E6, 91 and 11. RGB value is (230,145,17). Sum of RGB (Red+Green+Blue) = 230+145+17=392 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.67% from 392); Green value is 145 (57.03% from 255 or 36.99% from 392); Blue value is 17 (7.03% from 255 or 4.34% from 392); Max value from RGB is 230 - color contains mainly: red. Hex color #E69111 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E69111 is #196EEE. Grayscale: #9C9C9C. Windows color (decimal): -1666799 or 1151462. OLE color: 1151462.
HSL color Cylindrical-coordinate representation of color #E69111: hue angle of 36.06º 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 #E69111 is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 145 | 17 | - |
| CMYK | 0 | 0.37 | 0.93 | 0.10 |
| HSL | 36.06º | 0.86% | 0.48% | - |
| HSV(B) | 36.06º | 0.93% | 0.9% | - |
| XYZ | 42.86 | 37.11 | 5.44 | - |
| YUV | 155.82 | 49.66 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 145 | 17 | 0 | 0.37 | 0.93 | 0.10 | 36.06 | 0.86 | 0.48 |
| Hex | E6 | 91 | 11 | 0 | 25 | 5D | A | 24 | 56 | 30 |
| Octal | 346 | 221 | 21 | 0 | 45 | 135 | 12 | 44 | 126 | 60 |
| Binary | 11100110 | 10010001 | 10001 | 0 | 100101 | 1011101 | 1010 | 100100 | 1010110 | 110000 |
Color Harmonies of #E69111
Complementary color
Monochromatic Colors of #E69111
Black with #E69111
Text Example
Text Example
White with #E69111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69111; }
p { color: rgb(230,145,17); }
H1.HeaderClassName
{
color: #E69111;
}
.AnyTagClassName
{
color: #E69111;
}
</style>
background-color css
<style>
a { background-color: #E69111; }
a { background-color: rgb(230,145,17); }
div.DivClassName
{
background-color: #E69111;
}
.BgClassName
{
background-color: #E69111;
}
</style>
border-color css
<style>
span { border-color: #E69111; }
span { border-color: rgb(230,145,17); }
td.TdClassName
{
border-color: #E69111;
}
.TagClassName
{
border-color: #E69111;
}
</style>