Shades of Gamboge #EEA510
Tints of Gamboge #EEA510
RGB
CMYK
RGB Variations
Color information
#EEA510 (or 0xEEA510) is known color: Gamboge. HEX triplet: EE, A5 and 10. RGB value is (238,165,16). Sum of RGB (Red+Green+Blue) = 238+165+16=419 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.80% from 419); Green value is 165 (64.84% from 255 or 39.38% from 419); Blue value is 16 (6.64% from 255 or 3.82% from 419); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA510 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA510 is #115AEF. Grayscale: #AAAAAA. Windows color (decimal): -1137392 or 1091054. OLE color: 1091054.
HSL color Cylindrical-coordinate representation of color #EEA510: hue angle of 40.27º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EEA510 is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 165 | 16 | - |
| CMYK | 0 | 0.31 | 0.93 | 0.07 |
| HSL | 40.27º | 0.87% | 0.5% | - |
| HSV(B) | 40.27º | 0.93% | 0.93% | - |
| XYZ | 48.81 | 45.12 | 6.63 | - |
| YUV | 169.84 | 41.18 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 165 | 16 | 0 | 0.31 | 0.93 | 0.07 | 40.27 | 0.87 | 0.5 |
| Hex | EE | A5 | 10 | 0 | 1F | 5D | 7 | 28 | 57 | 32 |
| Octal | 356 | 245 | 20 | 0 | 37 | 135 | 7 | 50 | 127 | 62 |
| Binary | 11101110 | 10100101 | 10000 | 0 | 11111 | 1011101 | 111 | 101000 | 1010111 | 110010 |
Color Harmonies of #EEA510
Complementary color
Monochromatic Colors of #EEA510
Black with #EEA510
Text Example
Text Example
White with #EEA510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA510; }
p { color: rgb(238,165,16); }
H1.HeaderClassName
{
color: #EEA510;
}
.AnyTagClassName
{
color: #EEA510;
}
</style>
background-color css
<style>
a { background-color: #EEA510; }
a { background-color: rgb(238,165,16); }
div.DivClassName
{
background-color: #EEA510;
}
.BgClassName
{
background-color: #EEA510;
}
</style>
border-color css
<style>
span { border-color: #EEA510; }
span { border-color: rgb(238,165,16); }
td.TdClassName
{
border-color: #EEA510;
}
.TagClassName
{
border-color: #EEA510;
}
</style>