Shades of Gamboge #EAA411
Tints of Gamboge #EAA411
RGB
CMYK
RGB Variations
Color information
#EAA411 (or 0xEAA411) is known color: Gamboge. HEX triplet: EA, A4 and 11. RGB value is (234,164,17). Sum of RGB (Red+Green+Blue) = 234+164+17=415 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.39% from 415); Green value is 164 (64.45% from 255 or 39.52% from 415); Blue value is 17 (7.03% from 255 or 4.10% from 415); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA411 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA411 is #155BEE. Grayscale: #A8A8A8. Windows color (decimal): -1399791 or 1156330. OLE color: 1156330.
HSL color Cylindrical-coordinate representation of color #EAA411: hue angle of 40.65º 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 #EAA411 is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 164 | 17 | - |
| CMYK | 0 | 0.30 | 0.93 | 0.08 |
| HSL | 40.65º | 0.86% | 0.49% | - |
| HSV(B) | 40.65º | 0.93% | 0.92% | - |
| XYZ | 47.31 | 44.08 | 6.55 | - |
| YUV | 168.17 | 42.69 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 164 | 17 | 0 | 0.30 | 0.93 | 0.08 | 40.65 | 0.86 | 0.49 |
| Hex | EA | A4 | 11 | 0 | 1E | 5D | 8 | 29 | 56 | 31 |
| Octal | 352 | 244 | 21 | 0 | 36 | 135 | 10 | 51 | 126 | 61 |
| Binary | 11101010 | 10100100 | 10001 | 0 | 11110 | 1011101 | 1000 | 101001 | 1010110 | 110001 |
Color Harmonies of #EAA411
Complementary color
Monochromatic Colors of #EAA411
Black with #EAA411
Text Example
Text Example
White with #EAA411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA411; }
p { color: rgb(234,164,17); }
H1.HeaderClassName
{
color: #EAA411;
}
.AnyTagClassName
{
color: #EAA411;
}
</style>
background-color css
<style>
a { background-color: #EAA411; }
a { background-color: rgb(234,164,17); }
div.DivClassName
{
background-color: #EAA411;
}
.BgClassName
{
background-color: #EAA411;
}
</style>
border-color css
<style>
span { border-color: #EAA411; }
span { border-color: rgb(234,164,17); }
td.TdClassName
{
border-color: #EAA411;
}
.TagClassName
{
border-color: #EAA411;
}
</style>