Shades of Gamboge #E6970C
Tints of Gamboge #E6970C
RGB
CMYK
RGB Variations
Color information
#E6970C (or 0xE6970C) is known color: Gamboge. HEX triplet: E6, 97 and 0C. RGB value is (230,151,12). Sum of RGB (Red+Green+Blue) = 230+151+12=393 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.52% from 393); Green value is 151 (59.38% from 255 or 38.42% from 393); Blue value is 12 (5.08% from 255 or 3.05% from 393); Max value from RGB is 230 - color contains mainly: red. Hex color #E6970C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6970C is #1968F3. Grayscale: #9F9F9F. Windows color (decimal): -1665268 or 825318. OLE color: 825318.
HSL color Cylindrical-coordinate representation of color #E6970C: hue angle of 38.26º degrees, saturation: 0.9, 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 #E6970C is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 151 | 12 | - |
| CMYK | 0 | 0.34 | 0.95 | 0.10 |
| HSL | 38.26º | 0.9% | 0.47% | - |
| HSV(B) | 38.26º | 0.95% | 0.9% | - |
| XYZ | 43.77 | 38.98 | 5.57 | - |
| YUV | 158.78 | 45.17 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 151 | 12 | 0 | 0.34 | 0.95 | 0.10 | 38.26 | 0.9 | 0.47 |
| Hex | E6 | 97 | C | 0 | 22 | 5F | A | 26 | 5A | 2F |
| Octal | 346 | 227 | 14 | 0 | 42 | 137 | 12 | 46 | 132 | 57 |
| Binary | 11100110 | 10010111 | 1100 | 0 | 100010 | 1011111 | 1010 | 100110 | 1011010 | 101111 |
Color Harmonies of #E6970C
Complementary color
Monochromatic Colors of #E6970C
Black with #E6970C
Text Example
Text Example
White with #E6970C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6970C; }
p { color: rgb(230,151,12); }
H1.HeaderClassName
{
color: #E6970C;
}
.AnyTagClassName
{
color: #E6970C;
}
</style>
background-color css
<style>
a { background-color: #E6970C; }
a { background-color: rgb(230,151,12); }
div.DivClassName
{
background-color: #E6970C;
}
.BgClassName
{
background-color: #E6970C;
}
</style>
border-color css
<style>
span { border-color: #E6970C; }
span { border-color: rgb(230,151,12); }
td.TdClassName
{
border-color: #E6970C;
}
.TagClassName
{
border-color: #E6970C;
}
</style>