Shades of Gamboge #E0960B
Tints of Gamboge #E0960B
RGB
CMYK
RGB Variations
Color information
#E0960B (or 0xE0960B) is known color: Gamboge. HEX triplet: E0, 96 and 0B. RGB value is (224,150,11). Sum of RGB (Red+Green+Blue) = 224+150+11=385 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.18% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 11 (4.69% from 255 or 2.86% from 385); Max value from RGB is 224 - color contains mainly: red. Hex color #E0960B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0960B is #1F69F4. Grayscale: #9C9C9C. Windows color (decimal): -2058741 or 759520. OLE color: 759520.
HSL color Cylindrical-coordinate representation of color #E0960B: hue angle of 39.15º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E0960B is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 150 | 11 | - |
| CMYK | 0 | 0.33 | 0.95 | 0.12 |
| HSL | 39.15º | 0.91% | 0.46% | - |
| HSV(B) | 39.15º | 0.95% | 0.88% | - |
| XYZ | 41.71 | 37.68 | 5.39 | - |
| YUV | 156.28 | 46.02 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 150 | 11 | 0 | 0.33 | 0.95 | 0.12 | 39.15 | 0.91 | 0.46 |
| Hex | E0 | 96 | B | 0 | 21 | 5F | C | 27 | 5B | 2E |
| Octal | 340 | 226 | 13 | 0 | 41 | 137 | 14 | 47 | 133 | 56 |
| Binary | 11100000 | 10010110 | 1011 | 0 | 100001 | 1011111 | 1100 | 100111 | 1011011 | 101110 |
Color Harmonies of #E0960B
Complementary color
Monochromatic Colors of #E0960B
Black with #E0960B
Text Example
Text Example
White with #E0960B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0960B; }
p { color: rgb(224,150,11); }
H1.HeaderClassName
{
color: #E0960B;
}
.AnyTagClassName
{
color: #E0960B;
}
</style>
background-color css
<style>
a { background-color: #E0960B; }
a { background-color: rgb(224,150,11); }
div.DivClassName
{
background-color: #E0960B;
}
.BgClassName
{
background-color: #E0960B;
}
</style>
border-color css
<style>
span { border-color: #E0960B; }
span { border-color: rgb(224,150,11); }
td.TdClassName
{
border-color: #E0960B;
}
.TagClassName
{
border-color: #E0960B;
}
</style>