Shades of Gamboge #E58F15
Tints of Gamboge #E58F15
RGB
CMYK
RGB Variations
Color information
#E58F15 (or 0xE58F15) is known color: Gamboge. HEX triplet: E5, 8F and 15. RGB value is (229,143,21). Sum of RGB (Red+Green+Blue) = 229+143+21=393 (52% of max value = 765). Red value is 229 (89.84% from 255 or 58.27% from 393); Green value is 143 (56.25% from 255 or 36.39% from 393); Blue value is 21 (8.59% from 255 or 5.34% from 393); Max value from RGB is 229 - color contains mainly: red. Hex color #E58F15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E58F15 is #1A70EA. Grayscale: #9B9B9B. Windows color (decimal): -1732843 or 1413093. OLE color: 1413093.
HSL color Cylindrical-coordinate representation of color #E58F15: hue angle of 35.19º degrees, saturation: 0.83, 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 #E58F15 is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 143 | 21 | - |
| CMYK | 0 | 0.38 | 0.91 | 0.10 |
| HSL | 35.19º | 0.83% | 0.49% | - |
| HSV(B) | 35.19º | 0.91% | 0.9% | - |
| XYZ | 42.27 | 36.36 | 5.5 | - |
| YUV | 154.81 | 52.49 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 143 | 21 | 0 | 0.38 | 0.91 | 0.10 | 35.19 | 0.83 | 0.49 |
| Hex | E5 | 8F | 15 | 0 | 26 | 5B | A | 23 | 53 | 31 |
| Octal | 345 | 217 | 25 | 0 | 46 | 133 | 12 | 43 | 123 | 61 |
| Binary | 11100101 | 10001111 | 10101 | 0 | 100110 | 1011011 | 1010 | 100011 | 1010011 | 110001 |
Color Harmonies of #E58F15
Complementary color
Monochromatic Colors of #E58F15
Black with #E58F15
Text Example
Text Example
White with #E58F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58F15; }
p { color: rgb(229,143,21); }
H1.HeaderClassName
{
color: #E58F15;
}
.AnyTagClassName
{
color: #E58F15;
}
</style>
background-color css
<style>
a { background-color: #E58F15; }
a { background-color: rgb(229,143,21); }
div.DivClassName
{
background-color: #E58F15;
}
.BgClassName
{
background-color: #E58F15;
}
</style>
border-color css
<style>
span { border-color: #E58F15; }
span { border-color: rgb(229,143,21); }
td.TdClassName
{
border-color: #E58F15;
}
.TagClassName
{
border-color: #E58F15;
}
</style>