Shades of Gamboge #E69D1E
Tints of Gamboge #E69D1E
RGB
CMYK
RGB Variations
Color information
#E69D1E (or 0xE69D1E) is known color: Gamboge. HEX triplet: E6, 9D and 1E. RGB value is (230,157,30). Sum of RGB (Red+Green+Blue) = 230+157+30=417 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.16% from 417); Green value is 157 (61.72% from 255 or 37.65% from 417); Blue value is 30 (12.11% from 255 or 7.19% from 417); Max value from RGB is 230 - color contains mainly: red. Hex color #E69D1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69D1E is #1962E1. Grayscale: #A4A4A4. Windows color (decimal): -1663714 or 2006502. OLE color: 2006502.
HSL color Cylindrical-coordinate representation of color #E69D1E: hue angle of 38.1º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E69D1E is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 157 | 30 | - |
| CMYK | 0 | 0.32 | 0.87 | 0.10 |
| HSL | 38.1º | 0.8% | 0.51% | - |
| HSV(B) | 38.1º | 0.87% | 0.9% | - |
| XYZ | 44.92 | 41.03 | 6.78 | - |
| YUV | 164.35 | 52.18 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 157 | 30 | 0 | 0.32 | 0.87 | 0.10 | 38.1 | 0.8 | 0.51 |
| Hex | E6 | 9D | 1E | 0 | 20 | 57 | A | 26 | 50 | 33 |
| Octal | 346 | 235 | 36 | 0 | 40 | 127 | 12 | 46 | 120 | 63 |
| Binary | 11100110 | 10011101 | 11110 | 0 | 100000 | 1010111 | 1010 | 100110 | 1010000 | 110011 |
Color Harmonies of #E69D1E
Complementary color
Monochromatic Colors of #E69D1E
Black with #E69D1E
Text Example
Text Example
White with #E69D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69D1E; }
p { color: rgb(230,157,30); }
H1.HeaderClassName
{
color: #E69D1E;
}
.AnyTagClassName
{
color: #E69D1E;
}
</style>
background-color css
<style>
a { background-color: #E69D1E; }
a { background-color: rgb(230,157,30); }
div.DivClassName
{
background-color: #E69D1E;
}
.BgClassName
{
background-color: #E69D1E;
}
</style>
border-color css
<style>
span { border-color: #E69D1E; }
span { border-color: rgb(230,157,30); }
td.TdClassName
{
border-color: #E69D1E;
}
.TagClassName
{
border-color: #E69D1E;
}
</style>