Shades of Gamboge #E6960B
Tints of Gamboge #E6960B
RGB
CMYK
RGB Variations
Color information
#E6960B (or 0xE6960B) is known color: Gamboge. HEX triplet: E6, 96 and 0B. RGB value is (230,150,11). Sum of RGB (Red+Green+Blue) = 230+150+11=391 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.82% from 391); Green value is 150 (58.98% from 255 or 38.36% from 391); Blue value is 11 (4.69% from 255 or 2.81% from 391); Max value from RGB is 230 - color contains mainly: red. Hex color #E6960B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6960B is #1969F4. Grayscale: #9E9E9E. Windows color (decimal): -1665525 or 759526. OLE color: 759526.
HSL color Cylindrical-coordinate representation of color #E6960B: hue angle of 38.08º 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 #E6960B is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 150 | 11 | - |
| CMYK | 0 | 0.35 | 0.95 | 0.10 |
| HSL | 38.08º | 0.91% | 0.47% | - |
| HSV(B) | 38.08º | 0.95% | 0.9% | - |
| XYZ | 43.6 | 38.66 | 5.48 | - |
| YUV | 158.07 | 45 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 150 | 11 | 0 | 0.35 | 0.95 | 0.10 | 38.08 | 0.91 | 0.47 |
| Hex | E6 | 96 | B | 0 | 23 | 5F | A | 26 | 5B | 2F |
| Octal | 346 | 226 | 13 | 0 | 43 | 137 | 12 | 46 | 133 | 57 |
| Binary | 11100110 | 10010110 | 1011 | 0 | 100011 | 1011111 | 1010 | 100110 | 1011011 | 101111 |
Color Harmonies of #E6960B
Complementary color
Monochromatic Colors of #E6960B
Black with #E6960B
Text Example
Text Example
White with #E6960B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6960B; }
p { color: rgb(230,150,11); }
H1.HeaderClassName
{
color: #E6960B;
}
.AnyTagClassName
{
color: #E6960B;
}
</style>
background-color css
<style>
a { background-color: #E6960B; }
a { background-color: rgb(230,150,11); }
div.DivClassName
{
background-color: #E6960B;
}
.BgClassName
{
background-color: #E6960B;
}
</style>
border-color css
<style>
span { border-color: #E6960B; }
span { border-color: rgb(230,150,11); }
td.TdClassName
{
border-color: #E6960B;
}
.TagClassName
{
border-color: #E6960B;
}
</style>