Shades of Gamboge #EEA309
Tints of Gamboge #EEA309
RGB
CMYK
RGB Variations
Color information
#EEA309 (or 0xEEA309) is known color: Gamboge. HEX triplet: EE, A3 and 09. RGB value is (238,163,9). Sum of RGB (Red+Green+Blue) = 238+163+9=410 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.05% from 410); Green value is 163 (64.06% from 255 or 39.76% from 410); Blue value is 9 (3.91% from 255 or 2.20% from 410); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA309 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA309 is #115CF6. Grayscale: #A8A8A8. Windows color (decimal): -1137911 or 631790. OLE color: 631790.
HSL color Cylindrical-coordinate representation of color #EEA309: hue angle of 40.35º 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 #EEA309 is Cyan = 0, Magento = 0.32, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 163 | 9 | - |
| CMYK | 0 | 0.32 | 0.96 | 0.07 |
| HSL | 40.35º | 0.93% | 0.48% | - |
| HSV(B) | 40.35º | 0.96% | 0.93% | - |
| XYZ | 48.41 | 44.39 | 6.28 | - |
| YUV | 167.87 | 38.35 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 163 | 9 | 0 | 0.32 | 0.96 | 0.07 | 40.35 | 0.93 | 0.48 |
| Hex | EE | A3 | 9 | 0 | 20 | 60 | 7 | 28 | 5D | 30 |
| Octal | 356 | 243 | 11 | 0 | 40 | 140 | 7 | 50 | 135 | 60 |
| Binary | 11101110 | 10100011 | 1001 | 0 | 100000 | 1100000 | 111 | 101000 | 1011101 | 110000 |
Color Harmonies of #EEA309
Complementary color
Monochromatic Colors of #EEA309
Black with #EEA309
Text Example
Text Example
White with #EEA309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA309; }
p { color: rgb(238,163,9); }
H1.HeaderClassName
{
color: #EEA309;
}
.AnyTagClassName
{
color: #EEA309;
}
</style>
background-color css
<style>
a { background-color: #EEA309; }
a { background-color: rgb(238,163,9); }
div.DivClassName
{
background-color: #EEA309;
}
.BgClassName
{
background-color: #EEA309;
}
</style>
border-color css
<style>
span { border-color: #EEA309; }
span { border-color: rgb(238,163,9); }
td.TdClassName
{
border-color: #EEA309;
}
.TagClassName
{
border-color: #EEA309;
}
</style>