Shades of Gamboge #E6970B
Tints of Gamboge #E6970B
RGB
CMYK
RGB Variations
Color information
#E6970B (or 0xE6970B) is known color: Gamboge. HEX triplet: E6, 97 and 0B. RGB value is (230,151,11). Sum of RGB (Red+Green+Blue) = 230+151+11=392 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.67% from 392); Green value is 151 (59.38% from 255 or 38.52% from 392); Blue value is 11 (4.69% from 255 or 2.81% from 392); Max value from RGB is 230 - color contains mainly: red. Hex color #E6970B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6970B is #1968F4. Grayscale: #9F9F9F. Windows color (decimal): -1665269 or 759782. OLE color: 759782.
HSL color Cylindrical-coordinate representation of color #E6970B: hue angle of 38.36º 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 #E6970B is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 151 | 11 | - |
| CMYK | 0 | 0.34 | 0.95 | 0.10 |
| HSL | 38.36º | 0.91% | 0.47% | - |
| HSV(B) | 38.36º | 0.95% | 0.9% | - |
| XYZ | 43.76 | 38.98 | 5.53 | - |
| YUV | 158.66 | 44.67 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 151 | 11 | 0 | 0.34 | 0.95 | 0.10 | 38.36 | 0.91 | 0.47 |
| Hex | E6 | 97 | B | 0 | 22 | 5F | A | 26 | 5B | 2F |
| Octal | 346 | 227 | 13 | 0 | 42 | 137 | 12 | 46 | 133 | 57 |
| Binary | 11100110 | 10010111 | 1011 | 0 | 100010 | 1011111 | 1010 | 100110 | 1011011 | 101111 |
Color Harmonies of #E6970B
Complementary color
Monochromatic Colors of #E6970B
Black with #E6970B
Text Example
Text Example
White with #E6970B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6970B; }
p { color: rgb(230,151,11); }
H1.HeaderClassName
{
color: #E6970B;
}
.AnyTagClassName
{
color: #E6970B;
}
</style>
background-color css
<style>
a { background-color: #E6970B; }
a { background-color: rgb(230,151,11); }
div.DivClassName
{
background-color: #E6970B;
}
.BgClassName
{
background-color: #E6970B;
}
</style>
border-color css
<style>
span { border-color: #E6970B; }
span { border-color: rgb(230,151,11); }
td.TdClassName
{
border-color: #E6970B;
}
.TagClassName
{
border-color: #E6970B;
}
</style>