Shades of Gamboge #EEA306
Tints of Gamboge #EEA306
RGB
CMYK
RGB Variations
Color information
#EEA306 (or 0xEEA306) is known color: Gamboge. HEX triplet: EE, A3 and 06. RGB value is (238,163,6). Sum of RGB (Red+Green+Blue) = 238+163+6=407 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.48% from 407); Green value is 163 (64.06% from 255 or 40.05% from 407); Blue value is 6 (2.73% from 255 or 1.47% from 407); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA306 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA306 is #115CF9. Grayscale: #A8A8A8. Windows color (decimal): -1137914 or 435182. OLE color: 435182.
HSL color Cylindrical-coordinate representation of color #EEA306: hue angle of 40.6º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EEA306 is Cyan = 0, Magento = 0.32, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 163 | 6 | - |
| CMYK | 0 | 0.32 | 0.97 | 0.07 |
| HSL | 40.6º | 0.95% | 0.48% | - |
| HSV(B) | 40.6º | 0.97% | 0.93% | - |
| XYZ | 48.39 | 44.38 | 6.19 | - |
| YUV | 167.53 | 36.85 | 178.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 163 | 6 | 0 | 0.32 | 0.97 | 0.07 | 40.6 | 0.95 | 0.48 |
| Hex | EE | A3 | 6 | 0 | 20 | 61 | 7 | 29 | 5F | 30 |
| Octal | 356 | 243 | 6 | 0 | 40 | 141 | 7 | 51 | 137 | 60 |
| Binary | 11101110 | 10100011 | 110 | 0 | 100000 | 1100001 | 111 | 101001 | 1011111 | 110000 |
Color Harmonies of #EEA306
Complementary color
Monochromatic Colors of #EEA306
Black with #EEA306
Text Example
Text Example
White with #EEA306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA306; }
p { color: rgb(238,163,6); }
H1.HeaderClassName
{
color: #EEA306;
}
.AnyTagClassName
{
color: #EEA306;
}
</style>
background-color css
<style>
a { background-color: #EEA306; }
a { background-color: rgb(238,163,6); }
div.DivClassName
{
background-color: #EEA306;
}
.BgClassName
{
background-color: #EEA306;
}
</style>
border-color css
<style>
span { border-color: #EEA306; }
span { border-color: rgb(238,163,6); }
td.TdClassName
{
border-color: #EEA306;
}
.TagClassName
{
border-color: #EEA306;
}
</style>