Shades of Gamboge #EBA413
Tints of Gamboge #EBA413
RGB
CMYK
RGB Variations
Color information
#EBA413 (or 0xEBA413) is known color: Gamboge. HEX triplet: EB, A4 and 13. RGB value is (235,164,19). Sum of RGB (Red+Green+Blue) = 235+164+19=418 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.22% from 418); Green value is 164 (64.45% from 255 or 39.23% from 418); Blue value is 19 (7.81% from 255 or 4.55% from 418); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA413 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA413 is #145BEC. Grayscale: #A9A9A9. Windows color (decimal): -1334253 or 1287403. OLE color: 1287403.
HSL color Cylindrical-coordinate representation of color #EBA413: hue angle of 40.28º 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 #EBA413 is Cyan = 0, Magento = 0.30, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 164 | 19 | - |
| CMYK | 0 | 0.30 | 0.92 | 0.08 |
| HSL | 40.28º | 0.85% | 0.5% | - |
| HSV(B) | 40.28º | 0.92% | 0.92% | - |
| XYZ | 47.65 | 44.26 | 6.65 | - |
| YUV | 168.7 | 43.52 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 164 | 19 | 0 | 0.30 | 0.92 | 0.08 | 40.28 | 0.85 | 0.5 |
| Hex | EB | A4 | 13 | 0 | 1E | 5C | 8 | 28 | 55 | 32 |
| Octal | 353 | 244 | 23 | 0 | 36 | 134 | 10 | 50 | 125 | 62 |
| Binary | 11101011 | 10100100 | 10011 | 0 | 11110 | 1011100 | 1000 | 101000 | 1010101 | 110010 |
Color Harmonies of #EBA413
Complementary color
Monochromatic Colors of #EBA413
Black with #EBA413
Text Example
Text Example
White with #EBA413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA413; }
p { color: rgb(235,164,19); }
H1.HeaderClassName
{
color: #EBA413;
}
.AnyTagClassName
{
color: #EBA413;
}
</style>
background-color css
<style>
a { background-color: #EBA413; }
a { background-color: rgb(235,164,19); }
div.DivClassName
{
background-color: #EBA413;
}
.BgClassName
{
background-color: #EBA413;
}
</style>
border-color css
<style>
span { border-color: #EBA413; }
span { border-color: rgb(235,164,19); }
td.TdClassName
{
border-color: #EBA413;
}
.TagClassName
{
border-color: #EBA413;
}
</style>