Shades of Gamboge #EAB20E
Tints of Gamboge #EAB20E
RGB
CMYK
RGB Variations
Color information
#EAB20E (or 0xEAB20E) is known color: Gamboge. HEX triplet: EA, B2 and 0E. RGB value is (234,178,14). Sum of RGB (Red+Green+Blue) = 234+178+14=426 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.93% from 426); Green value is 178 (69.92% from 255 or 41.78% from 426); Blue value is 14 (5.86% from 255 or 3.29% from 426); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB20E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAB20E is #154DF1. Grayscale: #B0B0B0. Windows color (decimal): -1396210 or 963306. OLE color: 963306.
HSL color Cylindrical-coordinate representation of color #EAB20E: hue angle of 44.73º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EAB20E is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 178 | 14 | - |
| CMYK | 0 | 0.24 | 0.94 | 0.08 |
| HSL | 44.73º | 0.89% | 0.49% | - |
| HSV(B) | 44.73º | 0.94% | 0.92% | - |
| XYZ | 49.93 | 49.36 | 7.31 | - |
| YUV | 176.05 | 36.55 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 178 | 14 | 0 | 0.24 | 0.94 | 0.08 | 44.73 | 0.89 | 0.49 |
| Hex | EA | B2 | E | 0 | 18 | 5E | 8 | 2D | 59 | 31 |
| Octal | 352 | 262 | 16 | 0 | 30 | 136 | 10 | 55 | 131 | 61 |
| Binary | 11101010 | 10110010 | 1110 | 0 | 11000 | 1011110 | 1000 | 101101 | 1011001 | 110001 |
Color Harmonies of #EAB20E
Complementary color
Monochromatic Colors of #EAB20E
Black with #EAB20E
Text Example
Text Example
White with #EAB20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB20E; }
p { color: rgb(234,178,14); }
H1.HeaderClassName
{
color: #EAB20E;
}
.AnyTagClassName
{
color: #EAB20E;
}
</style>
background-color css
<style>
a { background-color: #EAB20E; }
a { background-color: rgb(234,178,14); }
div.DivClassName
{
background-color: #EAB20E;
}
.BgClassName
{
background-color: #EAB20E;
}
</style>
border-color css
<style>
span { border-color: #EAB20E; }
span { border-color: rgb(234,178,14); }
td.TdClassName
{
border-color: #EAB20E;
}
.TagClassName
{
border-color: #EAB20E;
}
</style>