Shades of Gamboge #E48F14
Tints of Gamboge #E48F14
RGB
CMYK
RGB Variations
Color information
#E48F14 (or 0xE48F14) is known color: Gamboge. HEX triplet: E4, 8F and 14. RGB value is (228,143,20). Sum of RGB (Red+Green+Blue) = 228+143+20=391 (51% of max value = 765). Red value is 228 (89.45% from 255 or 58.31% from 391); Green value is 143 (56.25% from 255 or 36.57% from 391); Blue value is 20 (8.20% from 255 or 5.12% from 391); Max value from RGB is 228 - color contains mainly: red. Hex color #E48F14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E48F14 is #1B70EB. Grayscale: #9A9A9A. Windows color (decimal): -1798380 or 1347556. OLE color: 1347556.
HSL color Cylindrical-coordinate representation of color #E48F14: hue angle of 35.48º degrees, saturation: 0.84, 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 #E48F14 is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 143 | 20 | - |
| CMYK | 0 | 0.37 | 0.91 | 0.11 |
| HSL | 35.48º | 0.84% | 0.49% | - |
| HSV(B) | 35.48º | 0.91% | 0.89% | - |
| XYZ | 41.94 | 36.19 | 5.44 | - |
| YUV | 154.39 | 52.16 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 143 | 20 | 0 | 0.37 | 0.91 | 0.11 | 35.48 | 0.84 | 0.49 |
| Hex | E4 | 8F | 14 | 0 | 25 | 5B | B | 23 | 54 | 31 |
| Octal | 344 | 217 | 24 | 0 | 45 | 133 | 13 | 43 | 124 | 61 |
| Binary | 11100100 | 10001111 | 10100 | 0 | 100101 | 1011011 | 1011 | 100011 | 1010100 | 110001 |
Color Harmonies of #E48F14
Complementary color
Monochromatic Colors of #E48F14
Black with #E48F14
Text Example
Text Example
White with #E48F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48F14; }
p { color: rgb(228,143,20); }
H1.HeaderClassName
{
color: #E48F14;
}
.AnyTagClassName
{
color: #E48F14;
}
</style>
background-color css
<style>
a { background-color: #E48F14; }
a { background-color: rgb(228,143,20); }
div.DivClassName
{
background-color: #E48F14;
}
.BgClassName
{
background-color: #E48F14;
}
</style>
border-color css
<style>
span { border-color: #E48F14; }
span { border-color: rgb(228,143,20); }
td.TdClassName
{
border-color: #E48F14;
}
.TagClassName
{
border-color: #E48F14;
}
</style>