Shades of Gamboge #EAA418
Tints of Gamboge #EAA418
RGB
CMYK
RGB Variations
Color information
#EAA418 (or 0xEAA418) is known color: Gamboge. HEX triplet: EA, A4 and 18. RGB value is (234,164,24). Sum of RGB (Red+Green+Blue) = 234+164+24=422 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.45% from 422); Green value is 164 (64.45% from 255 or 38.86% from 422); Blue value is 24 (9.77% from 255 or 5.69% from 422); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA418 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA418 is #155BE7. Grayscale: #A9A9A9. Windows color (decimal): -1399784 or 1615082. OLE color: 1615082.
HSL color Cylindrical-coordinate representation of color #EAA418: hue angle of 40º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EAA418 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 164 | 24 | - |
| CMYK | 0 | 0.30 | 0.90 | 0.08 |
| HSL | 40º | 0.83% | 0.51% | - |
| HSV(B) | 40º | 0.9% | 0.92% | - |
| XYZ | 47.37 | 44.11 | 6.88 | - |
| YUV | 168.97 | 46.19 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 164 | 24 | 0 | 0.30 | 0.90 | 0.08 | 40 | 0.83 | 0.51 |
| Hex | EA | A4 | 18 | 0 | 1E | 5A | 8 | 28 | 53 | 33 |
| Octal | 352 | 244 | 30 | 0 | 36 | 132 | 10 | 50 | 123 | 63 |
| Binary | 11101010 | 10100100 | 11000 | 0 | 11110 | 1011010 | 1000 | 101000 | 1010011 | 110011 |
Color Harmonies of #EAA418
Complementary color
Monochromatic Colors of #EAA418
Black with #EAA418
Text Example
Text Example
White with #EAA418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA418; }
p { color: rgb(234,164,24); }
H1.HeaderClassName
{
color: #EAA418;
}
.AnyTagClassName
{
color: #EAA418;
}
</style>
background-color css
<style>
a { background-color: #EAA418; }
a { background-color: rgb(234,164,24); }
div.DivClassName
{
background-color: #EAA418;
}
.BgClassName
{
background-color: #EAA418;
}
</style>
border-color css
<style>
span { border-color: #EAA418; }
span { border-color: rgb(234,164,24); }
td.TdClassName
{
border-color: #EAA418;
}
.TagClassName
{
border-color: #EAA418;
}
</style>