Shades of Gamboge #EBA405
Tints of Gamboge #EBA405
RGB
CMYK
RGB Variations
Color information
#EBA405 (or 0xEBA405) is known color: Gamboge. HEX triplet: EB, A4 and 05. RGB value is (235,164,5). Sum of RGB (Red+Green+Blue) = 235+164+5=404 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.17% from 404); Green value is 164 (64.45% from 255 or 40.59% from 404); Blue value is 5 (2.34% from 255 or 1.24% from 404); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA405 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA405 is #145BFA. Grayscale: #A7A7A7. Windows color (decimal): -1334267 or 369899. OLE color: 369899.
HSL color Cylindrical-coordinate representation of color #EBA405: hue angle of 41.48º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EBA405 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 164 | 5 | - |
| CMYK | 0 | 0.30 | 0.98 | 0.08 |
| HSL | 41.48º | 0.96% | 0.47% | - |
| HSV(B) | 41.48º | 0.98% | 0.92% | - |
| XYZ | 47.56 | 44.22 | 6.17 | - |
| YUV | 167.1 | 36.52 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 164 | 5 | 0 | 0.30 | 0.98 | 0.08 | 41.48 | 0.96 | 0.47 |
| Hex | EB | A4 | 5 | 0 | 1E | 62 | 8 | 29 | 60 | 2F |
| Octal | 353 | 244 | 5 | 0 | 36 | 142 | 10 | 51 | 140 | 57 |
| Binary | 11101011 | 10100100 | 101 | 0 | 11110 | 1100010 | 1000 | 101001 | 1100000 | 101111 |
Color Harmonies of #EBA405
Complementary color
Monochromatic Colors of #EBA405
Black with #EBA405
Text Example
Text Example
White with #EBA405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA405; }
p { color: rgb(235,164,5); }
H1.HeaderClassName
{
color: #EBA405;
}
.AnyTagClassName
{
color: #EBA405;
}
</style>
background-color css
<style>
a { background-color: #EBA405; }
a { background-color: rgb(235,164,5); }
div.DivClassName
{
background-color: #EBA405;
}
.BgClassName
{
background-color: #EBA405;
}
</style>
border-color css
<style>
span { border-color: #EBA405; }
span { border-color: rgb(235,164,5); }
td.TdClassName
{
border-color: #EBA405;
}
.TagClassName
{
border-color: #EBA405;
}
</style>