Shades of Gamboge #E69517
Tints of Gamboge #E69517
RGB
CMYK
RGB Variations
Color information
#E69517 (or 0xE69517) is known color: Gamboge. HEX triplet: E6, 95 and 17. RGB value is (230,149,23). Sum of RGB (Red+Green+Blue) = 230+149+23=402 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.21% from 402); Green value is 149 (58.59% from 255 or 37.06% from 402); Blue value is 23 (9.38% from 255 or 5.72% from 402); Max value from RGB is 230 - color contains mainly: red. Hex color #E69517 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E69517 is #196AE8. Grayscale: #9F9F9F. Windows color (decimal): -1665769 or 1545702. OLE color: 1545702.
HSL color Cylindrical-coordinate representation of color #E69517: hue angle of 36.52º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E69517 is Cyan = 0, Magento = 0.35, Yellow = 0.9 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 149 | 23 | - |
| CMYK | 0 | 0.35 | 0.9 | 0.10 |
| HSL | 36.52º | 0.82% | 0.5% | - |
| HSV(B) | 36.52º | 0.9% | 0.9% | - |
| XYZ | 43.54 | 38.38 | 5.92 | - |
| YUV | 158.86 | 51.34 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 149 | 23 | 0 | 0.35 | 0.9 | 0.10 | 36.52 | 0.82 | 0.5 |
| Hex | E6 | 95 | 17 | 0 | 23 | 5A | A | 25 | 52 | 32 |
| Octal | 346 | 225 | 27 | 0 | 43 | 132 | 12 | 45 | 122 | 62 |
| Binary | 11100110 | 10010101 | 10111 | 0 | 100011 | 1011010 | 1010 | 100101 | 1010010 | 110010 |
Color Harmonies of #E69517
Complementary color
Monochromatic Colors of #E69517
Black with #E69517
Text Example
Text Example
White with #E69517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69517; }
p { color: rgb(230,149,23); }
H1.HeaderClassName
{
color: #E69517;
}
.AnyTagClassName
{
color: #E69517;
}
</style>
background-color css
<style>
a { background-color: #E69517; }
a { background-color: rgb(230,149,23); }
div.DivClassName
{
background-color: #E69517;
}
.BgClassName
{
background-color: #E69517;
}
</style>
border-color css
<style>
span { border-color: #E69517; }
span { border-color: rgb(230,149,23); }
td.TdClassName
{
border-color: #E69517;
}
.TagClassName
{
border-color: #E69517;
}
</style>