Shades of Gamboge #EE9309
Tints of Gamboge #EE9309
RGB
CMYK
RGB Variations
Color information
#EE9309 (or 0xEE9309) is known color: Gamboge. HEX triplet: EE, 93 and 09. RGB value is (238,147,9). Sum of RGB (Red+Green+Blue) = 238+147+9=394 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.41% from 394); Green value is 147 (57.81% from 255 or 37.31% from 394); Blue value is 9 (3.91% from 255 or 2.28% from 394); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9309 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9309 is #116CF6. Grayscale: #9F9F9F. Windows color (decimal): -1142007 or 627694. OLE color: 627694.
HSL color Cylindrical-coordinate representation of color #EE9309: hue angle of 36.16º 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 #EE9309 is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 147 | 9 | - |
| CMYK | 0 | 0.38 | 0.96 | 0.07 |
| HSL | 36.16º | 0.93% | 0.48% | - |
| HSV(B) | 36.16º | 0.96% | 0.93% | - |
| XYZ | 45.74 | 39.06 | 5.39 | - |
| YUV | 158.48 | 43.65 | 184.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 147 | 9 | 0 | 0.38 | 0.96 | 0.07 | 36.16 | 0.93 | 0.48 |
| Hex | EE | 93 | 9 | 0 | 26 | 60 | 7 | 24 | 5D | 30 |
| Octal | 356 | 223 | 11 | 0 | 46 | 140 | 7 | 44 | 135 | 60 |
| Binary | 11101110 | 10010011 | 1001 | 0 | 100110 | 1100000 | 111 | 100100 | 1011101 | 110000 |
Color Harmonies of #EE9309
Complementary color
Monochromatic Colors of #EE9309
Black with #EE9309
Text Example
Text Example
White with #EE9309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9309; }
p { color: rgb(238,147,9); }
H1.HeaderClassName
{
color: #EE9309;
}
.AnyTagClassName
{
color: #EE9309;
}
</style>
background-color css
<style>
a { background-color: #EE9309; }
a { background-color: rgb(238,147,9); }
div.DivClassName
{
background-color: #EE9309;
}
.BgClassName
{
background-color: #EE9309;
}
</style>
border-color css
<style>
span { border-color: #EE9309; }
span { border-color: rgb(238,147,9); }
td.TdClassName
{
border-color: #EE9309;
}
.TagClassName
{
border-color: #EE9309;
}
</style>