Shades of Gamboge #E58F14
Tints of Gamboge #E58F14
RGB
CMYK
RGB Variations
Color information
#E58F14 (or 0xE58F14) is known color: Gamboge. HEX triplet: E5, 8F and 14. RGB value is (229,143,20). Sum of RGB (Red+Green+Blue) = 229+143+20=392 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.42% from 392); Green value is 143 (56.25% from 255 or 36.48% from 392); Blue value is 20 (8.20% from 255 or 5.10% from 392); Max value from RGB is 229 - color contains mainly: red. Hex color #E58F14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E58F14 is #1A70EB. Grayscale: #9B9B9B. Windows color (decimal): -1732844 or 1347557. OLE color: 1347557.
HSL color Cylindrical-coordinate representation of color #E58F14: hue angle of 35.31º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E58F14 is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 143 | 20 | - |
| CMYK | 0 | 0.38 | 0.91 | 0.10 |
| HSL | 35.31º | 0.84% | 0.49% | - |
| HSV(B) | 35.31º | 0.91% | 0.9% | - |
| XYZ | 42.26 | 36.35 | 5.45 | - |
| YUV | 154.69 | 51.99 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 143 | 20 | 0 | 0.38 | 0.91 | 0.10 | 35.31 | 0.84 | 0.49 |
| Hex | E5 | 8F | 14 | 0 | 26 | 5B | A | 23 | 54 | 31 |
| Octal | 345 | 217 | 24 | 0 | 46 | 133 | 12 | 43 | 124 | 61 |
| Binary | 11100101 | 10001111 | 10100 | 0 | 100110 | 1011011 | 1010 | 100011 | 1010100 | 110001 |
Color Harmonies of #E58F14
Complementary color
Monochromatic Colors of #E58F14
Black with #E58F14
Text Example
Text Example
White with #E58F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58F14; }
p { color: rgb(229,143,20); }
H1.HeaderClassName
{
color: #E58F14;
}
.AnyTagClassName
{
color: #E58F14;
}
</style>
background-color css
<style>
a { background-color: #E58F14; }
a { background-color: rgb(229,143,20); }
div.DivClassName
{
background-color: #E58F14;
}
.BgClassName
{
background-color: #E58F14;
}
</style>
border-color css
<style>
span { border-color: #E58F14; }
span { border-color: rgb(229,143,20); }
td.TdClassName
{
border-color: #E58F14;
}
.TagClassName
{
border-color: #E58F14;
}
</style>