Shades of Gamboge #E5890F
Tints of Gamboge #E5890F
RGB
CMYK
RGB Variations
Color information
#E5890F (or 0xE5890F) is known color: Gamboge. HEX triplet: E5, 89 and 0F. RGB value is (229,137,15). Sum of RGB (Red+Green+Blue) = 229+137+15=381 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.10% from 381); Green value is 137 (53.91% from 255 or 35.96% from 381); Blue value is 15 (6.25% from 255 or 3.94% from 381); Max value from RGB is 229 - color contains mainly: red. Hex color #E5890F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5890F is #1A76F0. Grayscale: #979797. Windows color (decimal): -1734385 or 1018341. OLE color: 1018341.
HSL color Cylindrical-coordinate representation of color #E5890F: hue angle of 34.21º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E5890F is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 137 | 15 | - |
| CMYK | 0 | 0.40 | 0.93 | 0.10 |
| HSL | 34.21º | 0.88% | 0.48% | - |
| HSV(B) | 34.21º | 0.93% | 0.9% | - |
| XYZ | 41.34 | 34.58 | 4.95 | - |
| YUV | 150.6 | 51.48 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 137 | 15 | 0 | 0.40 | 0.93 | 0.10 | 34.21 | 0.88 | 0.48 |
| Hex | E5 | 89 | F | 0 | 28 | 5D | A | 22 | 58 | 30 |
| Octal | 345 | 211 | 17 | 0 | 50 | 135 | 12 | 42 | 130 | 60 |
| Binary | 11100101 | 10001001 | 1111 | 0 | 101000 | 1011101 | 1010 | 100010 | 1011000 | 110000 |
Color Harmonies of #E5890F
Complementary color
Monochromatic Colors of #E5890F
Black with #E5890F
Text Example
Text Example
White with #E5890F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5890F; }
p { color: rgb(229,137,15); }
H1.HeaderClassName
{
color: #E5890F;
}
.AnyTagClassName
{
color: #E5890F;
}
</style>
background-color css
<style>
a { background-color: #E5890F; }
a { background-color: rgb(229,137,15); }
div.DivClassName
{
background-color: #E5890F;
}
.BgClassName
{
background-color: #E5890F;
}
</style>
border-color css
<style>
span { border-color: #E5890F; }
span { border-color: rgb(229,137,15); }
td.TdClassName
{
border-color: #E5890F;
}
.TagClassName
{
border-color: #E5890F;
}
</style>