Shades of Gamboge #E6930D
Tints of Gamboge #E6930D
RGB
CMYK
RGB Variations
Color information
#E6930D (or 0xE6930D) is known color: Gamboge. HEX triplet: E6, 93 and 0D. RGB value is (230,147,13). Sum of RGB (Red+Green+Blue) = 230+147+13=390 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.97% from 390); Green value is 147 (57.81% from 255 or 37.69% from 390); Blue value is 13 (5.47% from 255 or 3.33% from 390); Max value from RGB is 230 - color contains mainly: red. Hex color #E6930D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6930D is #196CF2. Grayscale: #9D9D9D. Windows color (decimal): -1666291 or 889830. OLE color: 889830.
HSL color Cylindrical-coordinate representation of color #E6930D: hue angle of 37.05º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E6930D is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 147 | 13 | - |
| CMYK | 0 | 0.36 | 0.94 | 0.10 |
| HSL | 37.05º | 0.89% | 0.48% | - |
| HSV(B) | 37.05º | 0.94% | 0.9% | - |
| XYZ | 43.14 | 37.72 | 5.39 | - |
| YUV | 156.54 | 47 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 147 | 13 | 0 | 0.36 | 0.94 | 0.10 | 37.05 | 0.89 | 0.48 |
| Hex | E6 | 93 | D | 0 | 24 | 5E | A | 25 | 59 | 30 |
| Octal | 346 | 223 | 15 | 0 | 44 | 136 | 12 | 45 | 131 | 60 |
| Binary | 11100110 | 10010011 | 1101 | 0 | 100100 | 1011110 | 1010 | 100101 | 1011001 | 110000 |
Color Harmonies of #E6930D
Complementary color
Monochromatic Colors of #E6930D
Black with #E6930D
Text Example
Text Example
White with #E6930D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6930D; }
p { color: rgb(230,147,13); }
H1.HeaderClassName
{
color: #E6930D;
}
.AnyTagClassName
{
color: #E6930D;
}
</style>
background-color css
<style>
a { background-color: #E6930D; }
a { background-color: rgb(230,147,13); }
div.DivClassName
{
background-color: #E6930D;
}
.BgClassName
{
background-color: #E6930D;
}
</style>
border-color css
<style>
span { border-color: #E6930D; }
span { border-color: rgb(230,147,13); }
td.TdClassName
{
border-color: #E6930D;
}
.TagClassName
{
border-color: #E6930D;
}
</style>