Shades of Gamboge #E48F0F
Tints of Gamboge #E48F0F
RGB
CMYK
RGB Variations
Color information
#E48F0F (or 0xE48F0F) is known color: Gamboge. HEX triplet: E4, 8F and 0F. RGB value is (228,143,15). Sum of RGB (Red+Green+Blue) = 228+143+15=386 (51% of max value = 765). Red value is 228 (89.45% from 255 or 59.07% from 386); Green value is 143 (56.25% from 255 or 37.05% from 386); Blue value is 15 (6.25% from 255 or 3.89% from 386); Max value from RGB is 228 - color contains mainly: red. Hex color #E48F0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E48F0F is #1B70F0. Grayscale: #9A9A9A. Windows color (decimal): -1798385 or 1019876. OLE color: 1019876.
HSL color Cylindrical-coordinate representation of color #E48F0F: hue angle of 36.06º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E48F0F is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 143 | 15 | - |
| CMYK | 0 | 0.37 | 0.93 | 0.11 |
| HSL | 36.06º | 0.88% | 0.48% | - |
| HSV(B) | 36.06º | 0.93% | 0.89% | - |
| XYZ | 41.9 | 36.17 | 5.23 | - |
| YUV | 153.82 | 49.66 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 143 | 15 | 0 | 0.37 | 0.93 | 0.11 | 36.06 | 0.88 | 0.48 |
| Hex | E4 | 8F | F | 0 | 25 | 5D | B | 24 | 58 | 30 |
| Octal | 344 | 217 | 17 | 0 | 45 | 135 | 13 | 44 | 130 | 60 |
| Binary | 11100100 | 10001111 | 1111 | 0 | 100101 | 1011101 | 1011 | 100100 | 1011000 | 110000 |
Color Harmonies of #E48F0F
Complementary color
Monochromatic Colors of #E48F0F
Black with #E48F0F
Text Example
Text Example
White with #E48F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48F0F; }
p { color: rgb(228,143,15); }
H1.HeaderClassName
{
color: #E48F0F;
}
.AnyTagClassName
{
color: #E48F0F;
}
</style>
background-color css
<style>
a { background-color: #E48F0F; }
a { background-color: rgb(228,143,15); }
div.DivClassName
{
background-color: #E48F0F;
}
.BgClassName
{
background-color: #E48F0F;
}
</style>
border-color css
<style>
span { border-color: #E48F0F; }
span { border-color: rgb(228,143,15); }
td.TdClassName
{
border-color: #E48F0F;
}
.TagClassName
{
border-color: #E48F0F;
}
</style>