Shades of Gamboge #E69210
Tints of Gamboge #E69210
RGB
CMYK
RGB Variations
Color information
#E69210 (or 0xE69210) is known color: Gamboge. HEX triplet: E6, 92 and 10. RGB value is (230,146,16). Sum of RGB (Red+Green+Blue) = 230+146+16=392 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.67% from 392); Green value is 146 (57.42% from 255 or 37.24% from 392); Blue value is 16 (6.64% from 255 or 4.08% from 392); Max value from RGB is 230 - color contains mainly: red. Hex color #E69210 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E69210 is #196DEF. Grayscale: #9C9C9C. Windows color (decimal): -1666544 or 1086182. OLE color: 1086182.
HSL color Cylindrical-coordinate representation of color #E69210: hue angle of 36.45º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E69210 is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 146 | 16 | - |
| CMYK | 0 | 0.37 | 0.93 | 0.10 |
| HSL | 36.45º | 0.87% | 0.48% | - |
| HSV(B) | 36.45º | 0.93% | 0.9% | - |
| XYZ | 43.01 | 37.42 | 5.45 | - |
| YUV | 156.3 | 48.83 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 146 | 16 | 0 | 0.37 | 0.93 | 0.10 | 36.45 | 0.87 | 0.48 |
| Hex | E6 | 92 | 10 | 0 | 25 | 5D | A | 24 | 57 | 30 |
| Octal | 346 | 222 | 20 | 0 | 45 | 135 | 12 | 44 | 127 | 60 |
| Binary | 11100110 | 10010010 | 10000 | 0 | 100101 | 1011101 | 1010 | 100100 | 1010111 | 110000 |
Color Harmonies of #E69210
Complementary color
Monochromatic Colors of #E69210
Black with #E69210
Text Example
Text Example
White with #E69210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69210; }
p { color: rgb(230,146,16); }
H1.HeaderClassName
{
color: #E69210;
}
.AnyTagClassName
{
color: #E69210;
}
</style>
background-color css
<style>
a { background-color: #E69210; }
a { background-color: rgb(230,146,16); }
div.DivClassName
{
background-color: #E69210;
}
.BgClassName
{
background-color: #E69210;
}
</style>
border-color css
<style>
span { border-color: #E69210; }
span { border-color: rgb(230,146,16); }
td.TdClassName
{
border-color: #E69210;
}
.TagClassName
{
border-color: #E69210;
}
</style>