Shades of Gamboge #EAA218
Tints of Gamboge #EAA218
RGB
CMYK
RGB Variations
Color information
#EAA218 (or 0xEAA218) is known color: Gamboge. HEX triplet: EA, A2 and 18. RGB value is (234,162,24). Sum of RGB (Red+Green+Blue) = 234+162+24=420 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.71% from 420); Green value is 162 (63.67% from 255 or 38.57% from 420); Blue value is 24 (9.77% from 255 or 5.71% from 420); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA218 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA218 is #155DE7. Grayscale: #A8A8A8. Windows color (decimal): -1400296 or 1614570. OLE color: 1614570.
HSL color Cylindrical-coordinate representation of color #EAA218: hue angle of 39.43º 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 #EAA218 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 162 | 24 | - |
| CMYK | 0 | 0.31 | 0.90 | 0.08 |
| HSL | 39.43º | 0.83% | 0.51% | - |
| HSV(B) | 39.43º | 0.9% | 0.92% | - |
| XYZ | 47.02 | 43.4 | 6.76 | - |
| YUV | 167.8 | 46.85 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 162 | 24 | 0 | 0.31 | 0.90 | 0.08 | 39.43 | 0.83 | 0.51 |
| Hex | EA | A2 | 18 | 0 | 1F | 5A | 8 | 27 | 53 | 33 |
| Octal | 352 | 242 | 30 | 0 | 37 | 132 | 10 | 47 | 123 | 63 |
| Binary | 11101010 | 10100010 | 11000 | 0 | 11111 | 1011010 | 1000 | 100111 | 1010011 | 110011 |
Color Harmonies of #EAA218
Complementary color
Monochromatic Colors of #EAA218
Black with #EAA218
Text Example
Text Example
White with #EAA218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA218; }
p { color: rgb(234,162,24); }
H1.HeaderClassName
{
color: #EAA218;
}
.AnyTagClassName
{
color: #EAA218;
}
</style>
background-color css
<style>
a { background-color: #EAA218; }
a { background-color: rgb(234,162,24); }
div.DivClassName
{
background-color: #EAA218;
}
.BgClassName
{
background-color: #EAA218;
}
</style>
border-color css
<style>
span { border-color: #EAA218; }
span { border-color: rgb(234,162,24); }
td.TdClassName
{
border-color: #EAA218;
}
.TagClassName
{
border-color: #EAA218;
}
</style>