Shades of Gamboge #E39015
Tints of Gamboge #E39015
RGB
CMYK
RGB Variations
Color information
#E39015 (or 0xE39015) is known color: Gamboge. HEX triplet: E3, 90 and 15. RGB value is (227,144,21). Sum of RGB (Red+Green+Blue) = 227+144+21=392 (51% of max value = 765). Red value is 227 (89.06% from 255 or 57.91% from 392); Green value is 144 (56.64% from 255 or 36.73% from 392); Blue value is 21 (8.59% from 255 or 5.36% from 392); Max value from RGB is 227 - color contains mainly: red. Hex color #E39015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E39015 is #1C6FEA. Grayscale: #9B9B9B. Windows color (decimal): -1863659 or 1413347. OLE color: 1413347.
HSL color Cylindrical-coordinate representation of color #E39015: hue angle of 35.83º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E39015 is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 144 | 21 | - |
| CMYK | 0 | 0.37 | 0.91 | 0.11 |
| HSL | 35.83º | 0.83% | 0.49% | - |
| HSV(B) | 35.83º | 0.91% | 0.89% | - |
| XYZ | 41.79 | 36.33 | 5.52 | - |
| YUV | 154.8 | 52.5 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 144 | 21 | 0 | 0.37 | 0.91 | 0.11 | 35.83 | 0.83 | 0.49 |
| Hex | E3 | 90 | 15 | 0 | 25 | 5B | B | 24 | 53 | 31 |
| Octal | 343 | 220 | 25 | 0 | 45 | 133 | 13 | 44 | 123 | 61 |
| Binary | 11100011 | 10010000 | 10101 | 0 | 100101 | 1011011 | 1011 | 100100 | 1010011 | 110001 |
Color Harmonies of #E39015
Complementary color
Monochromatic Colors of #E39015
Black with #E39015
Text Example
Text Example
White with #E39015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39015; }
p { color: rgb(227,144,21); }
H1.HeaderClassName
{
color: #E39015;
}
.AnyTagClassName
{
color: #E39015;
}
</style>
background-color css
<style>
a { background-color: #E39015; }
a { background-color: rgb(227,144,21); }
div.DivClassName
{
background-color: #E39015;
}
.BgClassName
{
background-color: #E39015;
}
</style>
border-color css
<style>
span { border-color: #E39015; }
span { border-color: rgb(227,144,21); }
td.TdClassName
{
border-color: #E39015;
}
.TagClassName
{
border-color: #E39015;
}
</style>