Shades of Gamboge #E89F09
Tints of Gamboge #E89F09
RGB
CMYK
RGB Variations
Color information
#E89F09 (or 0xE89F09) is known color: Gamboge. HEX triplet: E8, 9F and 09. RGB value is (232,159,9). Sum of RGB (Red+Green+Blue) = 232+159+9=400 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58% from 400); Green value is 159 (62.5% from 255 or 39.75% from 400); Blue value is 9 (3.91% from 255 or 2.25% from 400); Max value from RGB is 232 - color contains mainly: red. Hex color #E89F09 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E89F09 is #1760F6. Grayscale: #A4A4A4. Windows color (decimal): -1532151 or 630760. OLE color: 630760.
HSL color Cylindrical-coordinate representation of color #E89F09: hue angle of 40.36º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E89F09 is Cyan = 0, Magento = 0.31, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 159 | 9 | - |
| CMYK | 0 | 0.31 | 0.96 | 0.09 |
| HSL | 40.36º | 0.93% | 0.47% | - |
| HSV(B) | 40.36º | 0.96% | 0.91% | - |
| XYZ | 45.73 | 41.97 | 5.95 | - |
| YUV | 163.73 | 40.68 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 159 | 9 | 0 | 0.31 | 0.96 | 0.09 | 40.36 | 0.93 | 0.47 |
| Hex | E8 | 9F | 9 | 0 | 1F | 60 | 9 | 28 | 5D | 2F |
| Octal | 350 | 237 | 11 | 0 | 37 | 140 | 11 | 50 | 135 | 57 |
| Binary | 11101000 | 10011111 | 1001 | 0 | 11111 | 1100000 | 1001 | 101000 | 1011101 | 101111 |
Color Harmonies of #E89F09
Complementary color
Monochromatic Colors of #E89F09
Black with #E89F09
Text Example
Text Example
White with #E89F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89F09; }
p { color: rgb(232,159,9); }
H1.HeaderClassName
{
color: #E89F09;
}
.AnyTagClassName
{
color: #E89F09;
}
</style>
background-color css
<style>
a { background-color: #E89F09; }
a { background-color: rgb(232,159,9); }
div.DivClassName
{
background-color: #E89F09;
}
.BgClassName
{
background-color: #E89F09;
}
</style>
border-color css
<style>
span { border-color: #E89F09; }
span { border-color: rgb(232,159,9); }
td.TdClassName
{
border-color: #E89F09;
}
.TagClassName
{
border-color: #E89F09;
}
</style>