Shades of Gamboge #E69512
Tints of Gamboge #E69512
RGB
CMYK
RGB Variations
Color information
#E69512 (or 0xE69512) is known color: Gamboge. HEX triplet: E6, 95 and 12. RGB value is (230,149,18). Sum of RGB (Red+Green+Blue) = 230+149+18=397 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.93% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 18 (7.42% from 255 or 4.53% from 397); Max value from RGB is 230 - color contains mainly: red. Hex color #E69512 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E69512 is #196AED. Grayscale: #9E9E9E. Windows color (decimal): -1665774 or 1218022. OLE color: 1218022.
HSL color Cylindrical-coordinate representation of color #E69512: hue angle of 37.08º 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 #E69512 is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 149 | 18 | - |
| CMYK | 0 | 0.35 | 0.92 | 0.10 |
| HSL | 37.08º | 0.85% | 0.49% | - |
| HSV(B) | 37.08º | 0.92% | 0.9% | - |
| XYZ | 43.49 | 38.36 | 5.68 | - |
| YUV | 158.29 | 48.84 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 149 | 18 | 0 | 0.35 | 0.92 | 0.10 | 37.08 | 0.85 | 0.49 |
| Hex | E6 | 95 | 12 | 0 | 23 | 5C | A | 25 | 55 | 31 |
| Octal | 346 | 225 | 22 | 0 | 43 | 134 | 12 | 45 | 125 | 61 |
| Binary | 11100110 | 10010101 | 10010 | 0 | 100011 | 1011100 | 1010 | 100101 | 1010101 | 110001 |
Color Harmonies of #E69512
Complementary color
Monochromatic Colors of #E69512
Black with #E69512
Text Example
Text Example
White with #E69512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69512; }
p { color: rgb(230,149,18); }
H1.HeaderClassName
{
color: #E69512;
}
.AnyTagClassName
{
color: #E69512;
}
</style>
background-color css
<style>
a { background-color: #E69512; }
a { background-color: rgb(230,149,18); }
div.DivClassName
{
background-color: #E69512;
}
.BgClassName
{
background-color: #E69512;
}
</style>
border-color css
<style>
span { border-color: #E69512; }
span { border-color: rgb(230,149,18); }
td.TdClassName
{
border-color: #E69512;
}
.TagClassName
{
border-color: #E69512;
}
</style>