Shades of Gamboge #EEA511
Tints of Gamboge #EEA511
RGB
CMYK
RGB Variations
Color information
#EEA511 (or 0xEEA511) is known color: Gamboge. HEX triplet: EE, A5 and 11. RGB value is (238,165,17). Sum of RGB (Red+Green+Blue) = 238+165+17=420 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.67% from 420); Green value is 165 (64.84% from 255 or 39.29% from 420); Blue value is 17 (7.03% from 255 or 4.05% from 420); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA511 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA511 is #115AEE. Grayscale: #AAAAAA. Windows color (decimal): -1137391 or 1156590. OLE color: 1156590.
HSL color Cylindrical-coordinate representation of color #EEA511: hue angle of 40.18º 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 #EEA511 is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 165 | 17 | - |
| CMYK | 0 | 0.31 | 0.93 | 0.07 |
| HSL | 40.18º | 0.87% | 0.5% | - |
| HSV(B) | 40.18º | 0.93% | 0.93% | - |
| XYZ | 48.82 | 45.13 | 6.67 | - |
| YUV | 169.96 | 41.68 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 165 | 17 | 0 | 0.31 | 0.93 | 0.07 | 40.18 | 0.87 | 0.5 |
| Hex | EE | A5 | 11 | 0 | 1F | 5D | 7 | 28 | 57 | 32 |
| Octal | 356 | 245 | 21 | 0 | 37 | 135 | 7 | 50 | 127 | 62 |
| Binary | 11101110 | 10100101 | 10001 | 0 | 11111 | 1011101 | 111 | 101000 | 1010111 | 110010 |
Color Harmonies of #EEA511
Complementary color
Monochromatic Colors of #EEA511
Black with #EEA511
Text Example
Text Example
White with #EEA511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA511; }
p { color: rgb(238,165,17); }
H1.HeaderClassName
{
color: #EEA511;
}
.AnyTagClassName
{
color: #EEA511;
}
</style>
background-color css
<style>
a { background-color: #EEA511; }
a { background-color: rgb(238,165,17); }
div.DivClassName
{
background-color: #EEA511;
}
.BgClassName
{
background-color: #EEA511;
}
</style>
border-color css
<style>
span { border-color: #EEA511; }
span { border-color: rgb(238,165,17); }
td.TdClassName
{
border-color: #EEA511;
}
.TagClassName
{
border-color: #EEA511;
}
</style>