Shades of Gamboge #EEA308
Tints of Gamboge #EEA308
RGB
CMYK
RGB Variations
Color information
#EEA308 (or 0xEEA308) is known color: Gamboge. HEX triplet: EE, A3 and 08. RGB value is (238,163,8). Sum of RGB (Red+Green+Blue) = 238+163+8=409 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.19% from 409); Green value is 163 (64.06% from 255 or 39.85% from 409); Blue value is 8 (3.52% from 255 or 1.96% from 409); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA308 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA308 is #115CF7. Grayscale: #A8A8A8. Windows color (decimal): -1137912 or 566254. OLE color: 566254.
HSL color Cylindrical-coordinate representation of color #EEA308: hue angle of 40.43º degrees, saturation: 0.93, 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 #EEA308 is Cyan = 0, Magento = 0.32, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 163 | 8 | - |
| CMYK | 0 | 0.32 | 0.97 | 0.07 |
| HSL | 40.43º | 0.93% | 0.48% | - |
| HSV(B) | 40.43º | 0.97% | 0.93% | - |
| XYZ | 48.4 | 44.39 | 6.25 | - |
| YUV | 167.76 | 37.85 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 163 | 8 | 0 | 0.32 | 0.97 | 0.07 | 40.43 | 0.93 | 0.48 |
| Hex | EE | A3 | 8 | 0 | 20 | 61 | 7 | 28 | 5D | 30 |
| Octal | 356 | 243 | 10 | 0 | 40 | 141 | 7 | 50 | 135 | 60 |
| Binary | 11101110 | 10100011 | 1000 | 0 | 100000 | 1100001 | 111 | 101000 | 1011101 | 110000 |
Color Harmonies of #EEA308
Complementary color
Monochromatic Colors of #EEA308
Black with #EEA308
Text Example
Text Example
White with #EEA308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA308; }
p { color: rgb(238,163,8); }
H1.HeaderClassName
{
color: #EEA308;
}
.AnyTagClassName
{
color: #EEA308;
}
</style>
background-color css
<style>
a { background-color: #EEA308; }
a { background-color: rgb(238,163,8); }
div.DivClassName
{
background-color: #EEA308;
}
.BgClassName
{
background-color: #EEA308;
}
</style>
border-color css
<style>
span { border-color: #EEA308; }
span { border-color: rgb(238,163,8); }
td.TdClassName
{
border-color: #EEA308;
}
.TagClassName
{
border-color: #EEA308;
}
</style>