Shades of Gamboge #E69915
Tints of Gamboge #E69915
RGB
CMYK
RGB Variations
Color information
#E69915 (or 0xE69915) is known color: Gamboge. HEX triplet: E6, 99 and 15. RGB value is (230,153,21). Sum of RGB (Red+Green+Blue) = 230+153+21=404 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.93% from 404); Green value is 153 (60.16% from 255 or 37.87% from 404); Blue value is 21 (8.59% from 255 or 5.20% from 404); Max value from RGB is 230 - color contains mainly: red. Hex color #E69915 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E69915 is #1966EA. Grayscale: #A1A1A1. Windows color (decimal): -1664747 or 1415654. OLE color: 1415654.
HSL color Cylindrical-coordinate representation of color #E69915: hue angle of 37.89º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E69915 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 153 | 21 | - |
| CMYK | 0 | 0.33 | 0.91 | 0.10 |
| HSL | 37.89º | 0.83% | 0.49% | - |
| HSV(B) | 37.89º | 0.91% | 0.9% | - |
| XYZ | 44.16 | 39.66 | 6.04 | - |
| YUV | 160.98 | 49.01 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 153 | 21 | 0 | 0.33 | 0.91 | 0.10 | 37.89 | 0.83 | 0.49 |
| Hex | E6 | 99 | 15 | 0 | 21 | 5B | A | 26 | 53 | 31 |
| Octal | 346 | 231 | 25 | 0 | 41 | 133 | 12 | 46 | 123 | 61 |
| Binary | 11100110 | 10011001 | 10101 | 0 | 100001 | 1011011 | 1010 | 100110 | 1010011 | 110001 |
Color Harmonies of #E69915
Complementary color
Monochromatic Colors of #E69915
Black with #E69915
Text Example
Text Example
White with #E69915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69915; }
p { color: rgb(230,153,21); }
H1.HeaderClassName
{
color: #E69915;
}
.AnyTagClassName
{
color: #E69915;
}
</style>
background-color css
<style>
a { background-color: #E69915; }
a { background-color: rgb(230,153,21); }
div.DivClassName
{
background-color: #E69915;
}
.BgClassName
{
background-color: #E69915;
}
</style>
border-color css
<style>
span { border-color: #E69915; }
span { border-color: rgb(230,153,21); }
td.TdClassName
{
border-color: #E69915;
}
.TagClassName
{
border-color: #E69915;
}
</style>