Shades of Gamboge #E89F0D
Tints of Gamboge #E89F0D
RGB
CMYK
RGB Variations
Color information
#E89F0D (or 0xE89F0D) is known color: Gamboge. HEX triplet: E8, 9F and 0D. RGB value is (232,159,13). Sum of RGB (Red+Green+Blue) = 232+159+13=404 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.43% from 404); Green value is 159 (62.5% from 255 or 39.36% from 404); Blue value is 13 (5.47% from 255 or 3.22% from 404); Max value from RGB is 232 - color contains mainly: red. Hex color #E89F0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E89F0D is #1760F2. Grayscale: #A4A4A4. Windows color (decimal): -1532147 or 892904. OLE color: 892904.
HSL color Cylindrical-coordinate representation of color #E89F0D: hue angle of 40º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E89F0D is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 159 | 13 | - |
| CMYK | 0 | 0.31 | 0.94 | 0.09 |
| HSL | 40º | 0.89% | 0.48% | - |
| HSV(B) | 40º | 0.94% | 0.91% | - |
| XYZ | 45.75 | 41.98 | 6.07 | - |
| YUV | 164.18 | 42.68 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 159 | 13 | 0 | 0.31 | 0.94 | 0.09 | 40 | 0.89 | 0.48 |
| Hex | E8 | 9F | D | 0 | 1F | 5E | 9 | 28 | 59 | 30 |
| Octal | 350 | 237 | 15 | 0 | 37 | 136 | 11 | 50 | 131 | 60 |
| Binary | 11101000 | 10011111 | 1101 | 0 | 11111 | 1011110 | 1001 | 101000 | 1011001 | 110000 |
Color Harmonies of #E89F0D
Complementary color
Monochromatic Colors of #E89F0D
Black with #E89F0D
Text Example
Text Example
White with #E89F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89F0D; }
p { color: rgb(232,159,13); }
H1.HeaderClassName
{
color: #E89F0D;
}
.AnyTagClassName
{
color: #E89F0D;
}
</style>
background-color css
<style>
a { background-color: #E89F0D; }
a { background-color: rgb(232,159,13); }
div.DivClassName
{
background-color: #E89F0D;
}
.BgClassName
{
background-color: #E89F0D;
}
</style>
border-color css
<style>
span { border-color: #E89F0D; }
span { border-color: rgb(232,159,13); }
td.TdClassName
{
border-color: #E89F0D;
}
.TagClassName
{
border-color: #E89F0D;
}
</style>