Shades of Gamboge #EE9A09
Tints of Gamboge #EE9A09
RGB
CMYK
RGB Variations
Color information
#EE9A09 (or 0xEE9A09) is known color: Gamboge. HEX triplet: EE, 9A and 09. RGB value is (238,154,9). Sum of RGB (Red+Green+Blue) = 238+154+9=401 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.35% from 401); Green value is 154 (60.55% from 255 or 38.40% from 401); Blue value is 9 (3.91% from 255 or 2.24% from 401); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9A09 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9A09 is #1165F6. Grayscale: #A3A3A3. Windows color (decimal): -1140215 or 629486. OLE color: 629486.
HSL color Cylindrical-coordinate representation of color #EE9A09: hue angle of 37.99º 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 #EE9A09 is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 154 | 9 | - |
| CMYK | 0 | 0.35 | 0.96 | 0.07 |
| HSL | 37.99º | 0.93% | 0.48% | - |
| HSV(B) | 37.99º | 0.96% | 0.93% | - |
| XYZ | 46.86 | 41.31 | 5.76 | - |
| YUV | 162.59 | 41.33 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 154 | 9 | 0 | 0.35 | 0.96 | 0.07 | 37.99 | 0.93 | 0.48 |
| Hex | EE | 9A | 9 | 0 | 23 | 60 | 7 | 26 | 5D | 30 |
| Octal | 356 | 232 | 11 | 0 | 43 | 140 | 7 | 46 | 135 | 60 |
| Binary | 11101110 | 10011010 | 1001 | 0 | 100011 | 1100000 | 111 | 100110 | 1011101 | 110000 |
Color Harmonies of #EE9A09
Complementary color
Monochromatic Colors of #EE9A09
Black with #EE9A09
Text Example
Text Example
White with #EE9A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9A09; }
p { color: rgb(238,154,9); }
H1.HeaderClassName
{
color: #EE9A09;
}
.AnyTagClassName
{
color: #EE9A09;
}
</style>
background-color css
<style>
a { background-color: #EE9A09; }
a { background-color: rgb(238,154,9); }
div.DivClassName
{
background-color: #EE9A09;
}
.BgClassName
{
background-color: #EE9A09;
}
</style>
border-color css
<style>
span { border-color: #EE9A09; }
span { border-color: rgb(238,154,9); }
td.TdClassName
{
border-color: #EE9A09;
}
.TagClassName
{
border-color: #EE9A09;
}
</style>