Shades of Gamboge #EE9709
Tints of Gamboge #EE9709
RGB
CMYK
RGB Variations
Color information
#EE9709 (or 0xEE9709) is known color: Gamboge. HEX triplet: EE, 97 and 09. RGB value is (238,151,9). Sum of RGB (Red+Green+Blue) = 238+151+9=398 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.80% from 398); Green value is 151 (59.38% from 255 or 37.94% from 398); Blue value is 9 (3.91% from 255 or 2.26% from 398); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9709 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9709 is #1168F6. Grayscale: #A1A1A1. Windows color (decimal): -1140983 or 628718. OLE color: 628718.
HSL color Cylindrical-coordinate representation of color #EE9709: hue angle of 37.21º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE9709 is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 151 | 9 | - |
| CMYK | 0 | 0.37 | 0.96 | 0.07 |
| HSL | 37.21º | 0.93% | 0.48% | - |
| HSV(B) | 37.21º | 0.96% | 0.93% | - |
| XYZ | 46.38 | 40.33 | 5.6 | - |
| YUV | 160.83 | 42.32 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 151 | 9 | 0 | 0.37 | 0.96 | 0.07 | 37.21 | 0.93 | 0.48 |
| Hex | EE | 97 | 9 | 0 | 25 | 60 | 7 | 25 | 5D | 30 |
| Octal | 356 | 227 | 11 | 0 | 45 | 140 | 7 | 45 | 135 | 60 |
| Binary | 11101110 | 10010111 | 1001 | 0 | 100101 | 1100000 | 111 | 100101 | 1011101 | 110000 |
Color Harmonies of #EE9709
Complementary color
Monochromatic Colors of #EE9709
Black with #EE9709
Text Example
Text Example
White with #EE9709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9709; }
p { color: rgb(238,151,9); }
H1.HeaderClassName
{
color: #EE9709;
}
.AnyTagClassName
{
color: #EE9709;
}
</style>
background-color css
<style>
a { background-color: #EE9709; }
a { background-color: rgb(238,151,9); }
div.DivClassName
{
background-color: #EE9709;
}
.BgClassName
{
background-color: #EE9709;
}
</style>
border-color css
<style>
span { border-color: #EE9709; }
span { border-color: rgb(238,151,9); }
td.TdClassName
{
border-color: #EE9709;
}
.TagClassName
{
border-color: #EE9709;
}
</style>