Shades of Gamboge #EBA41B
Tints of Gamboge #EBA41B
RGB
CMYK
RGB Variations
Color information
#EBA41B (or 0xEBA41B) is known color: Gamboge. HEX triplet: EB, A4 and 1B. RGB value is (235,164,27). Sum of RGB (Red+Green+Blue) = 235+164+27=426 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.16% from 426); Green value is 164 (64.45% from 255 or 38.50% from 426); Blue value is 27 (10.94% from 255 or 6.34% from 426); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA41B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA41B is #145BE4. Grayscale: #AAAAAA. Windows color (decimal): -1334245 or 1811691. OLE color: 1811691.
HSL color Cylindrical-coordinate representation of color #EBA41B: hue angle of 39.52º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EBA41B is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 164 | 27 | - |
| CMYK | 0 | 0.30 | 0.89 | 0.08 |
| HSL | 39.52º | 0.84% | 0.51% | - |
| HSV(B) | 39.52º | 0.89% | 0.92% | - |
| XYZ | 47.73 | 44.29 | 7.07 | - |
| YUV | 169.61 | 47.52 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 164 | 27 | 0 | 0.30 | 0.89 | 0.08 | 39.52 | 0.84 | 0.51 |
| Hex | EB | A4 | 1B | 0 | 1E | 59 | 8 | 28 | 54 | 33 |
| Octal | 353 | 244 | 33 | 0 | 36 | 131 | 10 | 50 | 124 | 63 |
| Binary | 11101011 | 10100100 | 11011 | 0 | 11110 | 1011001 | 1000 | 101000 | 1010100 | 110011 |
Color Harmonies of #EBA41B
Complementary color
Monochromatic Colors of #EBA41B
Black with #EBA41B
Text Example
Text Example
White with #EBA41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA41B; }
p { color: rgb(235,164,27); }
H1.HeaderClassName
{
color: #EBA41B;
}
.AnyTagClassName
{
color: #EBA41B;
}
</style>
background-color css
<style>
a { background-color: #EBA41B; }
a { background-color: rgb(235,164,27); }
div.DivClassName
{
background-color: #EBA41B;
}
.BgClassName
{
background-color: #EBA41B;
}
</style>
border-color css
<style>
span { border-color: #EBA41B; }
span { border-color: rgb(235,164,27); }
td.TdClassName
{
border-color: #EBA41B;
}
.TagClassName
{
border-color: #EBA41B;
}
</style>