Shades of Gamboge #EBA213
Tints of Gamboge #EBA213
RGB
CMYK
RGB Variations
Color information
#EBA213 (or 0xEBA213) is known color: Gamboge. HEX triplet: EB, A2 and 13. RGB value is (235,162,19). Sum of RGB (Red+Green+Blue) = 235+162+19=416 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.49% from 416); Green value is 162 (63.67% from 255 or 38.94% from 416); Blue value is 19 (7.81% from 255 or 4.57% from 416); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA213 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA213 is #145DEC. Grayscale: #A8A8A8. Windows color (decimal): -1334765 or 1286891. OLE color: 1286891.
HSL color Cylindrical-coordinate representation of color #EBA213: hue angle of 39.72º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EBA213 is Cyan = 0, Magento = 0.31, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 162 | 19 | - |
| CMYK | 0 | 0.31 | 0.92 | 0.08 |
| HSL | 39.72º | 0.85% | 0.5% | - |
| HSV(B) | 39.72º | 0.92% | 0.92% | - |
| XYZ | 47.3 | 43.55 | 6.53 | - |
| YUV | 167.53 | 44.18 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 162 | 19 | 0 | 0.31 | 0.92 | 0.08 | 39.72 | 0.85 | 0.5 |
| Hex | EB | A2 | 13 | 0 | 1F | 5C | 8 | 28 | 55 | 32 |
| Octal | 353 | 242 | 23 | 0 | 37 | 134 | 10 | 50 | 125 | 62 |
| Binary | 11101011 | 10100010 | 10011 | 0 | 11111 | 1011100 | 1000 | 101000 | 1010101 | 110010 |
Color Harmonies of #EBA213
Complementary color
Monochromatic Colors of #EBA213
Black with #EBA213
Text Example
Text Example
White with #EBA213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA213; }
p { color: rgb(235,162,19); }
H1.HeaderClassName
{
color: #EBA213;
}
.AnyTagClassName
{
color: #EBA213;
}
</style>
background-color css
<style>
a { background-color: #EBA213; }
a { background-color: rgb(235,162,19); }
div.DivClassName
{
background-color: #EBA213;
}
.BgClassName
{
background-color: #EBA213;
}
</style>
border-color css
<style>
span { border-color: #EBA213; }
span { border-color: rgb(235,162,19); }
td.TdClassName
{
border-color: #EBA213;
}
.TagClassName
{
border-color: #EBA213;
}
</style>