Shades of Gamboge #E58F08
Tints of Gamboge #E58F08
RGB
CMYK
RGB Variations
Color information
#E58F08 (or 0xE58F08) is known color: Gamboge. HEX triplet: E5, 8F and 08. RGB value is (229,143,8). Sum of RGB (Red+Green+Blue) = 229+143+8=380 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.26% from 380); Green value is 143 (56.25% from 255 or 37.63% from 380); Blue value is 8 (3.52% from 255 or 2.11% from 380); Max value from RGB is 229 - color contains mainly: red. Hex color #E58F08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E58F08 is #1A70F7. Grayscale: #999999. Windows color (decimal): -1732856 or 561125. OLE color: 561125.
HSL color Cylindrical-coordinate representation of color #E58F08: hue angle of 36.65º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E58F08 is Cyan = 0, Magento = 0.38, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 143 | 8 | - |
| CMYK | 0 | 0.38 | 0.97 | 0.10 |
| HSL | 36.65º | 0.93% | 0.46% | - |
| HSV(B) | 36.65º | 0.97% | 0.9% | - |
| XYZ | 42.18 | 36.32 | 5.02 | - |
| YUV | 153.32 | 45.99 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 143 | 8 | 0 | 0.38 | 0.97 | 0.10 | 36.65 | 0.93 | 0.46 |
| Hex | E5 | 8F | 8 | 0 | 26 | 61 | A | 25 | 5D | 2E |
| Octal | 345 | 217 | 10 | 0 | 46 | 141 | 12 | 45 | 135 | 56 |
| Binary | 11100101 | 10001111 | 1000 | 0 | 100110 | 1100001 | 1010 | 100101 | 1011101 | 101110 |
Color Harmonies of #E58F08
Complementary color
Monochromatic Colors of #E58F08
Black with #E58F08
Text Example
Text Example
White with #E58F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58F08; }
p { color: rgb(229,143,8); }
H1.HeaderClassName
{
color: #E58F08;
}
.AnyTagClassName
{
color: #E58F08;
}
</style>
background-color css
<style>
a { background-color: #E58F08; }
a { background-color: rgb(229,143,8); }
div.DivClassName
{
background-color: #E58F08;
}
.BgClassName
{
background-color: #E58F08;
}
</style>
border-color css
<style>
span { border-color: #E58F08; }
span { border-color: rgb(229,143,8); }
td.TdClassName
{
border-color: #E58F08;
}
.TagClassName
{
border-color: #E58F08;
}
</style>