Shades of Gamboge #E0950B
Tints of Gamboge #E0950B
RGB
CMYK
RGB Variations
Color information
#E0950B (or 0xE0950B) is known color: Gamboge. HEX triplet: E0, 95 and 0B. RGB value is (224,149,11). Sum of RGB (Red+Green+Blue) = 224+149+11=384 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.33% from 384); Green value is 149 (58.59% from 255 or 38.80% from 384); Blue value is 11 (4.69% from 255 or 2.86% from 384); Max value from RGB is 224 - color contains mainly: red. Hex color #E0950B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0950B is #1F6AF4. Grayscale: #9C9C9C. Windows color (decimal): -2058997 or 759264. OLE color: 759264.
HSL color Cylindrical-coordinate representation of color #E0950B: hue angle of 38.87º 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 #E0950B is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 149 | 11 | - |
| CMYK | 0 | 0.33 | 0.95 | 0.12 |
| HSL | 38.87º | 0.91% | 0.46% | - |
| HSV(B) | 38.87º | 0.95% | 0.88% | - |
| XYZ | 41.55 | 37.37 | 5.34 | - |
| YUV | 155.69 | 46.35 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 149 | 11 | 0 | 0.33 | 0.95 | 0.12 | 38.87 | 0.91 | 0.46 |
| Hex | E0 | 95 | B | 0 | 21 | 5F | C | 27 | 5B | 2E |
| Octal | 340 | 225 | 13 | 0 | 41 | 137 | 14 | 47 | 133 | 56 |
| Binary | 11100000 | 10010101 | 1011 | 0 | 100001 | 1011111 | 1100 | 100111 | 1011011 | 101110 |
Color Harmonies of #E0950B
Complementary color
Monochromatic Colors of #E0950B
Black with #E0950B
Text Example
Text Example
White with #E0950B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0950B; }
p { color: rgb(224,149,11); }
H1.HeaderClassName
{
color: #E0950B;
}
.AnyTagClassName
{
color: #E0950B;
}
</style>
background-color css
<style>
a { background-color: #E0950B; }
a { background-color: rgb(224,149,11); }
div.DivClassName
{
background-color: #E0950B;
}
.BgClassName
{
background-color: #E0950B;
}
</style>
border-color css
<style>
span { border-color: #E0950B; }
span { border-color: rgb(224,149,11); }
td.TdClassName
{
border-color: #E0950B;
}
.TagClassName
{
border-color: #E0950B;
}
</style>