Shades of Gamboge #E0910B
Tints of Gamboge #E0910B
RGB
CMYK
RGB Variations
Color information
#E0910B (or 0xE0910B) is known color: Gamboge. HEX triplet: E0, 91 and 0B. RGB value is (224,145,11). Sum of RGB (Red+Green+Blue) = 224+145+11=380 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.95% from 380); Green value is 145 (57.03% from 255 or 38.16% from 380); Blue value is 11 (4.69% from 255 or 2.89% from 380); Max value from RGB is 224 - color contains mainly: red. Hex color #E0910B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0910B is #1F6EF4. Grayscale: #999999. Windows color (decimal): -2060021 or 758240. OLE color: 758240.
HSL color Cylindrical-coordinate representation of color #E0910B: hue angle of 37.75º 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 #E0910B is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 145 | 11 | - |
| CMYK | 0 | 0.35 | 0.95 | 0.12 |
| HSL | 37.75º | 0.91% | 0.46% | - |
| HSV(B) | 37.75º | 0.95% | 0.88% | - |
| XYZ | 40.93 | 36.12 | 5.13 | - |
| YUV | 153.35 | 47.67 | 178.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 145 | 11 | 0 | 0.35 | 0.95 | 0.12 | 37.75 | 0.91 | 0.46 |
| Hex | E0 | 91 | B | 0 | 23 | 5F | C | 26 | 5B | 2E |
| Octal | 340 | 221 | 13 | 0 | 43 | 137 | 14 | 46 | 133 | 56 |
| Binary | 11100000 | 10010001 | 1011 | 0 | 100011 | 1011111 | 1100 | 100110 | 1011011 | 101110 |
Color Harmonies of #E0910B
Complementary color
Monochromatic Colors of #E0910B
Black with #E0910B
Text Example
Text Example
White with #E0910B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0910B; }
p { color: rgb(224,145,11); }
H1.HeaderClassName
{
color: #E0910B;
}
.AnyTagClassName
{
color: #E0910B;
}
</style>
background-color css
<style>
a { background-color: #E0910B; }
a { background-color: rgb(224,145,11); }
div.DivClassName
{
background-color: #E0910B;
}
.BgClassName
{
background-color: #E0910B;
}
</style>
border-color css
<style>
span { border-color: #E0910B; }
span { border-color: rgb(224,145,11); }
td.TdClassName
{
border-color: #E0910B;
}
.TagClassName
{
border-color: #E0910B;
}
</style>