Shades of Gamboge #E69D17
Tints of Gamboge #E69D17
RGB
CMYK
RGB Variations
Color information
#E69D17 (or 0xE69D17) is known color: Gamboge. HEX triplet: E6, 9D and 17. RGB value is (230,157,23). Sum of RGB (Red+Green+Blue) = 230+157+23=410 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.10% from 410); Green value is 157 (61.72% from 255 or 38.29% from 410); Blue value is 23 (9.38% from 255 or 5.61% from 410); Max value from RGB is 230 - color contains mainly: red. Hex color #E69D17 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E69D17 is #1962E8. Grayscale: #A4A4A4. Windows color (decimal): -1663721 or 1547750. OLE color: 1547750.
HSL color Cylindrical-coordinate representation of color #E69D17: hue angle of 38.84º 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 #E69D17 is Cyan = 0, Magento = 0.32, Yellow = 0.9 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 157 | 23 | - |
| CMYK | 0 | 0.32 | 0.9 | 0.10 |
| HSL | 38.84º | 0.82% | 0.5% | - |
| HSV(B) | 38.84º | 0.9% | 0.9% | - |
| XYZ | 44.84 | 41 | 6.36 | - |
| YUV | 163.55 | 48.68 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 157 | 23 | 0 | 0.32 | 0.9 | 0.10 | 38.84 | 0.82 | 0.5 |
| Hex | E6 | 9D | 17 | 0 | 20 | 5A | A | 27 | 52 | 32 |
| Octal | 346 | 235 | 27 | 0 | 40 | 132 | 12 | 47 | 122 | 62 |
| Binary | 11100110 | 10011101 | 10111 | 0 | 100000 | 1011010 | 1010 | 100111 | 1010010 | 110010 |
Color Harmonies of #E69D17
Complementary color
Monochromatic Colors of #E69D17
Black with #E69D17
Text Example
Text Example
White with #E69D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69D17; }
p { color: rgb(230,157,23); }
H1.HeaderClassName
{
color: #E69D17;
}
.AnyTagClassName
{
color: #E69D17;
}
</style>
background-color css
<style>
a { background-color: #E69D17; }
a { background-color: rgb(230,157,23); }
div.DivClassName
{
background-color: #E69D17;
}
.BgClassName
{
background-color: #E69D17;
}
</style>
border-color css
<style>
span { border-color: #E69D17; }
span { border-color: rgb(230,157,23); }
td.TdClassName
{
border-color: #E69D17;
}
.TagClassName
{
border-color: #E69D17;
}
</style>