Shades of Gamboge #E0981B
Tints of Gamboge #E0981B
RGB
CMYK
RGB Variations
Color information
#E0981B (or 0xE0981B) is known color: Gamboge. HEX triplet: E0, 98 and 1B. RGB value is (224,152,27). Sum of RGB (Red+Green+Blue) = 224+152+27=403 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.58% from 403); Green value is 152 (59.77% from 255 or 37.72% from 403); Blue value is 27 (10.94% from 255 or 6.70% from 403); Max value from RGB is 224 - color contains mainly: red. Hex color #E0981B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0981B is #1F67E4. Grayscale: #9F9F9F. Windows color (decimal): -2058213 or 1808608. OLE color: 1808608.
HSL color Cylindrical-coordinate representation of color #E0981B: hue angle of 38.07º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E0981B is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 152 | 27 | - |
| CMYK | 0 | 0.32 | 0.88 | 0.12 |
| HSL | 38.07º | 0.78% | 0.49% | - |
| HSV(B) | 38.07º | 0.88% | 0.88% | - |
| XYZ | 42.17 | 38.38 | 6.22 | - |
| YUV | 159.28 | 53.35 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 152 | 27 | 0 | 0.32 | 0.88 | 0.12 | 38.07 | 0.78 | 0.49 |
| Hex | E0 | 98 | 1B | 0 | 20 | 58 | C | 26 | 4E | 31 |
| Octal | 340 | 230 | 33 | 0 | 40 | 130 | 14 | 46 | 116 | 61 |
| Binary | 11100000 | 10011000 | 11011 | 0 | 100000 | 1011000 | 1100 | 100110 | 1001110 | 110001 |
Color Harmonies of #E0981B
Complementary color
Monochromatic Colors of #E0981B
Black with #E0981B
Text Example
Text Example
White with #E0981B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0981B; }
p { color: rgb(224,152,27); }
H1.HeaderClassName
{
color: #E0981B;
}
.AnyTagClassName
{
color: #E0981B;
}
</style>
background-color css
<style>
a { background-color: #E0981B; }
a { background-color: rgb(224,152,27); }
div.DivClassName
{
background-color: #E0981B;
}
.BgClassName
{
background-color: #E0981B;
}
</style>
border-color css
<style>
span { border-color: #E0981B; }
span { border-color: rgb(224,152,27); }
td.TdClassName
{
border-color: #E0981B;
}
.TagClassName
{
border-color: #E0981B;
}
</style>