Shades of Gamboge #E69D12
Tints of Gamboge #E69D12
RGB
CMYK
RGB Variations
Color information
#E69D12 (or 0xE69D12) is known color: Gamboge. HEX triplet: E6, 9D and 12. RGB value is (230,157,18). Sum of RGB (Red+Green+Blue) = 230+157+18=405 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.79% from 405); Green value is 157 (61.72% from 255 or 38.77% from 405); Blue value is 18 (7.42% from 255 or 4.44% from 405); Max value from RGB is 230 - color contains mainly: red. Hex color #E69D12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E69D12 is #1962ED. Grayscale: #A3A3A3. Windows color (decimal): -1663726 or 1220070. OLE color: 1220070.
HSL color Cylindrical-coordinate representation of color #E69D12: hue angle of 39.34º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E69D12 is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 157 | 18 | - |
| CMYK | 0 | 0.32 | 0.92 | 0.10 |
| HSL | 39.34º | 0.85% | 0.49% | - |
| HSV(B) | 39.34º | 0.92% | 0.9% | - |
| XYZ | 44.8 | 40.98 | 6.12 | - |
| YUV | 162.98 | 46.18 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 157 | 18 | 0 | 0.32 | 0.92 | 0.10 | 39.34 | 0.85 | 0.49 |
| Hex | E6 | 9D | 12 | 0 | 20 | 5C | A | 27 | 55 | 31 |
| Octal | 346 | 235 | 22 | 0 | 40 | 134 | 12 | 47 | 125 | 61 |
| Binary | 11100110 | 10011101 | 10010 | 0 | 100000 | 1011100 | 1010 | 100111 | 1010101 | 110001 |
Color Harmonies of #E69D12
Complementary color
Monochromatic Colors of #E69D12
Black with #E69D12
Text Example
Text Example
White with #E69D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69D12; }
p { color: rgb(230,157,18); }
H1.HeaderClassName
{
color: #E69D12;
}
.AnyTagClassName
{
color: #E69D12;
}
</style>
background-color css
<style>
a { background-color: #E69D12; }
a { background-color: rgb(230,157,18); }
div.DivClassName
{
background-color: #E69D12;
}
.BgClassName
{
background-color: #E69D12;
}
</style>
border-color css
<style>
span { border-color: #E69D12; }
span { border-color: rgb(230,157,18); }
td.TdClassName
{
border-color: #E69D12;
}
.TagClassName
{
border-color: #E69D12;
}
</style>