Shades of Gamboge #E1940F
Tints of Gamboge #E1940F
RGB
CMYK
RGB Variations
Color information
#E1940F (or 0xE1940F) is known color: Gamboge. HEX triplet: E1, 94 and 0F. RGB value is (225,148,15). Sum of RGB (Red+Green+Blue) = 225+148+15=388 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.99% from 388); Green value is 148 (58.20% from 255 or 38.14% from 388); Blue value is 15 (6.25% from 255 or 3.87% from 388); Max value from RGB is 225 - color contains mainly: red. Hex color #E1940F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1940F is #1E6BF0. Grayscale: #9C9C9C. Windows color (decimal): -1993713 or 1021153. OLE color: 1021153.
HSL color Cylindrical-coordinate representation of color #E1940F: hue angle of 38º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E1940F is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 148 | 15 | - |
| CMYK | 0 | 0.34 | 0.93 | 0.12 |
| HSL | 38º | 0.88% | 0.47% | - |
| HSV(B) | 38º | 0.93% | 0.88% | - |
| XYZ | 41.73 | 37.22 | 5.44 | - |
| YUV | 155.86 | 48.51 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 148 | 15 | 0 | 0.34 | 0.93 | 0.12 | 38 | 0.88 | 0.47 |
| Hex | E1 | 94 | F | 0 | 22 | 5D | C | 26 | 58 | 2F |
| Octal | 341 | 224 | 17 | 0 | 42 | 135 | 14 | 46 | 130 | 57 |
| Binary | 11100001 | 10010100 | 1111 | 0 | 100010 | 1011101 | 1100 | 100110 | 1011000 | 101111 |
Color Harmonies of #E1940F
Complementary color
Monochromatic Colors of #E1940F
Black with #E1940F
Text Example
Text Example
White with #E1940F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1940F; }
p { color: rgb(225,148,15); }
H1.HeaderClassName
{
color: #E1940F;
}
.AnyTagClassName
{
color: #E1940F;
}
</style>
background-color css
<style>
a { background-color: #E1940F; }
a { background-color: rgb(225,148,15); }
div.DivClassName
{
background-color: #E1940F;
}
.BgClassName
{
background-color: #E1940F;
}
</style>
border-color css
<style>
span { border-color: #E1940F; }
span { border-color: rgb(225,148,15); }
td.TdClassName
{
border-color: #E1940F;
}
.TagClassName
{
border-color: #E1940F;
}
</style>