Shades of Gamboge #EBA20D
Tints of Gamboge #EBA20D
RGB
CMYK
RGB Variations
Color information
#EBA20D (or 0xEBA20D) is known color: Gamboge. HEX triplet: EB, A2 and 0D. RGB value is (235,162,13). Sum of RGB (Red+Green+Blue) = 235+162+13=410 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.32% from 410); Green value is 162 (63.67% from 255 or 39.51% from 410); Blue value is 13 (5.47% from 255 or 3.17% from 410); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA20D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA20D is #145DF2. Grayscale: #A7A7A7. Windows color (decimal): -1334771 or 893675. OLE color: 893675.
HSL color Cylindrical-coordinate representation of color #EBA20D: hue angle of 40.27º degrees, saturation: 0.9, 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 #EBA20D is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 162 | 13 | - |
| CMYK | 0 | 0.31 | 0.94 | 0.08 |
| HSL | 40.27º | 0.9% | 0.49% | - |
| HSV(B) | 40.27º | 0.94% | 0.92% | - |
| XYZ | 47.25 | 43.53 | 6.29 | - |
| YUV | 166.84 | 41.18 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 162 | 13 | 0 | 0.31 | 0.94 | 0.08 | 40.27 | 0.9 | 0.49 |
| Hex | EB | A2 | D | 0 | 1F | 5E | 8 | 28 | 5A | 31 |
| Octal | 353 | 242 | 15 | 0 | 37 | 136 | 10 | 50 | 132 | 61 |
| Binary | 11101011 | 10100010 | 1101 | 0 | 11111 | 1011110 | 1000 | 101000 | 1011010 | 110001 |
Color Harmonies of #EBA20D
Complementary color
Monochromatic Colors of #EBA20D
Black with #EBA20D
Text Example
Text Example
White with #EBA20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA20D; }
p { color: rgb(235,162,13); }
H1.HeaderClassName
{
color: #EBA20D;
}
.AnyTagClassName
{
color: #EBA20D;
}
</style>
background-color css
<style>
a { background-color: #EBA20D; }
a { background-color: rgb(235,162,13); }
div.DivClassName
{
background-color: #EBA20D;
}
.BgClassName
{
background-color: #EBA20D;
}
</style>
border-color css
<style>
span { border-color: #EBA20D; }
span { border-color: rgb(235,162,13); }
td.TdClassName
{
border-color: #EBA20D;
}
.TagClassName
{
border-color: #EBA20D;
}
</style>