Shades of Gamboge #E1981B
Tints of Gamboge #E1981B
RGB
CMYK
RGB Variations
Color information
#E1981B (or 0xE1981B) is known color: Gamboge. HEX triplet: E1, 98 and 1B. RGB value is (225,152,27). Sum of RGB (Red+Green+Blue) = 225+152+27=404 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.69% from 404); Green value is 152 (59.77% from 255 or 37.62% from 404); Blue value is 27 (10.94% from 255 or 6.68% from 404); Max value from RGB is 225 - color contains mainly: red. Hex color #E1981B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1981B is #1E67E4. Grayscale: #A0A0A0. Windows color (decimal): -1992677 or 1808609. OLE color: 1808609.
HSL color Cylindrical-coordinate representation of color #E1981B: hue angle of 37.88º degrees, saturation: 0.79, 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 #E1981B is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 152 | 27 | - |
| CMYK | 0 | 0.32 | 0.88 | 0.12 |
| HSL | 37.88º | 0.79% | 0.49% | - |
| HSV(B) | 37.88º | 0.88% | 0.88% | - |
| XYZ | 42.48 | 38.54 | 6.24 | - |
| YUV | 159.58 | 53.18 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 152 | 27 | 0 | 0.32 | 0.88 | 0.12 | 37.88 | 0.79 | 0.49 |
| Hex | E1 | 98 | 1B | 0 | 20 | 58 | C | 26 | 4F | 31 |
| Octal | 341 | 230 | 33 | 0 | 40 | 130 | 14 | 46 | 117 | 61 |
| Binary | 11100001 | 10011000 | 11011 | 0 | 100000 | 1011000 | 1100 | 100110 | 1001111 | 110001 |
Color Harmonies of #E1981B
Complementary color
Monochromatic Colors of #E1981B
Black with #E1981B
Text Example
Text Example
White with #E1981B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1981B; }
p { color: rgb(225,152,27); }
H1.HeaderClassName
{
color: #E1981B;
}
.AnyTagClassName
{
color: #E1981B;
}
</style>
background-color css
<style>
a { background-color: #E1981B; }
a { background-color: rgb(225,152,27); }
div.DivClassName
{
background-color: #E1981B;
}
.BgClassName
{
background-color: #E1981B;
}
</style>
border-color css
<style>
span { border-color: #E1981B; }
span { border-color: rgb(225,152,27); }
td.TdClassName
{
border-color: #E1981B;
}
.TagClassName
{
border-color: #E1981B;
}
</style>