Shades of Gamboge #EE9800
Tints of Gamboge #EE9800
RGB
CMYK
RGB Variations
Color information
#EE9800 (or 0xEE9800) is known color: Gamboge. HEX triplet: EE, 98 and 00. RGB value is (238,152,0). Sum of RGB (Red+Green+Blue) = 238+152+0=390 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.03% from 390); Green value is 152 (59.77% from 255 or 38.97% from 390); Blue value is 0 (0.39% from 255 or 0% from 390); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9800 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9800 is #1167FF. Grayscale: #A1A1A1. Windows color (decimal): -1140736 or 39150. OLE color: 39150.
HSL color Cylindrical-coordinate representation of color #EE9800: hue angle of 38.32º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE9800 is Cyan = 0, Magento = 0.36, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 152 | 0 | - |
| CMYK | 0 | 0.36 | 1 | 0.07 |
| HSL | 38.32º | 1% | 0.47% | - |
| HSV(B) | 38.32º | 1% | 0.93% | - |
| XYZ | 46.49 | 40.63 | 5.39 | - |
| YUV | 160.39 | 37.49 | 183.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 152 | 0 | 0 | 0.36 | 1 | 0.07 | 38.32 | 1 | 0.47 |
| Hex | EE | 98 | 0 | 0 | 24 | 64 | 7 | 26 | 64 | 2F |
| Octal | 356 | 230 | 0 | 0 | 44 | 144 | 7 | 46 | 144 | 57 |
| Binary | 11101110 | 10011000 | 0 | 0 | 100100 | 1100100 | 111 | 100110 | 1100100 | 101111 |
Color Harmonies of #EE9800
Complementary color
Monochromatic Colors of #EE9800
Black with #EE9800
Text Example
Text Example
White with #EE9800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9800; }
p { color: rgb(238,152,0); }
H1.HeaderClassName
{
color: #EE9800;
}
.AnyTagClassName
{
color: #EE9800;
}
</style>
background-color css
<style>
a { background-color: #EE9800; }
a { background-color: rgb(238,152,0); }
div.DivClassName
{
background-color: #EE9800;
}
.BgClassName
{
background-color: #EE9800;
}
</style>
border-color css
<style>
span { border-color: #EE9800; }
span { border-color: rgb(238,152,0); }
td.TdClassName
{
border-color: #EE9800;
}
.TagClassName
{
border-color: #EE9800;
}
</style>