Shades of Gamboge #EAB20D
Tints of Gamboge #EAB20D
RGB
CMYK
RGB Variations
Color information
#EAB20D (or 0xEAB20D) is known color: Gamboge. HEX triplet: EA, B2 and 0D. RGB value is (234,178,13). Sum of RGB (Red+Green+Blue) = 234+178+13=425 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.06% from 425); Green value is 178 (69.92% from 255 or 41.88% from 425); Blue value is 13 (5.47% from 255 or 3.06% from 425); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB20D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAB20D is #154DF2. Grayscale: #B0B0B0. Windows color (decimal): -1396211 or 897770. OLE color: 897770.
HSL color Cylindrical-coordinate representation of color #EAB20D: hue angle of 44.8º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EAB20D is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 178 | 13 | - |
| CMYK | 0 | 0.24 | 0.94 | 0.08 |
| HSL | 44.8º | 0.89% | 0.48% | - |
| HSV(B) | 44.8º | 0.94% | 0.92% | - |
| XYZ | 49.92 | 49.36 | 7.28 | - |
| YUV | 175.93 | 36.05 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 178 | 13 | 0 | 0.24 | 0.94 | 0.08 | 44.8 | 0.89 | 0.48 |
| Hex | EA | B2 | D | 0 | 18 | 5E | 8 | 2D | 59 | 30 |
| Octal | 352 | 262 | 15 | 0 | 30 | 136 | 10 | 55 | 131 | 60 |
| Binary | 11101010 | 10110010 | 1101 | 0 | 11000 | 1011110 | 1000 | 101101 | 1011001 | 110000 |
Color Harmonies of #EAB20D
Complementary color
Monochromatic Colors of #EAB20D
Black with #EAB20D
Text Example
Text Example
White with #EAB20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB20D; }
p { color: rgb(234,178,13); }
H1.HeaderClassName
{
color: #EAB20D;
}
.AnyTagClassName
{
color: #EAB20D;
}
</style>
background-color css
<style>
a { background-color: #EAB20D; }
a { background-color: rgb(234,178,13); }
div.DivClassName
{
background-color: #EAB20D;
}
.BgClassName
{
background-color: #EAB20D;
}
</style>
border-color css
<style>
span { border-color: #EAB20D; }
span { border-color: rgb(234,178,13); }
td.TdClassName
{
border-color: #EAB20D;
}
.TagClassName
{
border-color: #EAB20D;
}
</style>