Shades of Gamboge #EAA511
Tints of Gamboge #EAA511
RGB
CMYK
RGB Variations
Color information
#EAA511 (or 0xEAA511) is known color: Gamboge. HEX triplet: EA, A5 and 11. RGB value is (234,165,17). Sum of RGB (Red+Green+Blue) = 234+165+17=416 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.25% from 416); Green value is 165 (64.84% from 255 or 39.66% from 416); Blue value is 17 (7.03% from 255 or 4.09% from 416); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA511 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA511 is #155AEE. Grayscale: #A9A9A9. Windows color (decimal): -1399535 or 1156586. OLE color: 1156586.
HSL color Cylindrical-coordinate representation of color #EAA511: hue angle of 40.92º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EAA511 is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 165 | 17 | - |
| CMYK | 0 | 0.29 | 0.93 | 0.08 |
| HSL | 40.92º | 0.86% | 0.49% | - |
| HSV(B) | 40.92º | 0.93% | 0.92% | - |
| XYZ | 47.49 | 44.44 | 6.61 | - |
| YUV | 168.76 | 42.36 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 165 | 17 | 0 | 0.29 | 0.93 | 0.08 | 40.92 | 0.86 | 0.49 |
| Hex | EA | A5 | 11 | 0 | 1D | 5D | 8 | 29 | 56 | 31 |
| Octal | 352 | 245 | 21 | 0 | 35 | 135 | 10 | 51 | 126 | 61 |
| Binary | 11101010 | 10100101 | 10001 | 0 | 11101 | 1011101 | 1000 | 101001 | 1010110 | 110001 |
Color Harmonies of #EAA511
Complementary color
Monochromatic Colors of #EAA511
Black with #EAA511
Text Example
Text Example
White with #EAA511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA511; }
p { color: rgb(234,165,17); }
H1.HeaderClassName
{
color: #EAA511;
}
.AnyTagClassName
{
color: #EAA511;
}
</style>
background-color css
<style>
a { background-color: #EAA511; }
a { background-color: rgb(234,165,17); }
div.DivClassName
{
background-color: #EAA511;
}
.BgClassName
{
background-color: #EAA511;
}
</style>
border-color css
<style>
span { border-color: #EAA511; }
span { border-color: rgb(234,165,17); }
td.TdClassName
{
border-color: #EAA511;
}
.TagClassName
{
border-color: #EAA511;
}
</style>