Shades of Gamboge #E6930B
Tints of Gamboge #E6930B
RGB
CMYK
RGB Variations
Color information
#E6930B (or 0xE6930B) is known color: Gamboge. HEX triplet: E6, 93 and 0B. RGB value is (230,147,11). Sum of RGB (Red+Green+Blue) = 230+147+11=388 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.28% from 388); Green value is 147 (57.81% from 255 or 37.89% from 388); Blue value is 11 (4.69% from 255 or 2.84% from 388); Max value from RGB is 230 - color contains mainly: red. Hex color #E6930B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6930B is #196CF4. Grayscale: #9C9C9C. Windows color (decimal): -1666293 or 758758. OLE color: 758758.
HSL color Cylindrical-coordinate representation of color #E6930B: hue angle of 37.26º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E6930B is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 147 | 11 | - |
| CMYK | 0 | 0.36 | 0.95 | 0.10 |
| HSL | 37.26º | 0.91% | 0.47% | - |
| HSV(B) | 37.26º | 0.95% | 0.9% | - |
| XYZ | 43.13 | 37.71 | 5.32 | - |
| YUV | 156.31 | 46 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 147 | 11 | 0 | 0.36 | 0.95 | 0.10 | 37.26 | 0.91 | 0.47 |
| Hex | E6 | 93 | B | 0 | 24 | 5F | A | 25 | 5B | 2F |
| Octal | 346 | 223 | 13 | 0 | 44 | 137 | 12 | 45 | 133 | 57 |
| Binary | 11100110 | 10010011 | 1011 | 0 | 100100 | 1011111 | 1010 | 100101 | 1011011 | 101111 |
Color Harmonies of #E6930B
Complementary color
Monochromatic Colors of #E6930B
Black with #E6930B
Text Example
Text Example
White with #E6930B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6930B; }
p { color: rgb(230,147,11); }
H1.HeaderClassName
{
color: #E6930B;
}
.AnyTagClassName
{
color: #E6930B;
}
</style>
background-color css
<style>
a { background-color: #E6930B; }
a { background-color: rgb(230,147,11); }
div.DivClassName
{
background-color: #E6930B;
}
.BgClassName
{
background-color: #E6930B;
}
</style>
border-color css
<style>
span { border-color: #E6930B; }
span { border-color: rgb(230,147,11); }
td.TdClassName
{
border-color: #E6930B;
}
.TagClassName
{
border-color: #E6930B;
}
</style>