Shades of Gamboge #EBA31B
Tints of Gamboge #EBA31B
RGB
CMYK
RGB Variations
Color information
#EBA31B (or 0xEBA31B) is known color: Gamboge. HEX triplet: EB, A3 and 1B. RGB value is (235,163,27). Sum of RGB (Red+Green+Blue) = 235+163+27=425 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.29% from 425); Green value is 163 (64.06% from 255 or 38.35% from 425); Blue value is 27 (10.94% from 255 or 6.35% from 425); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA31B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA31B is #145CE4. Grayscale: #A9A9A9. Windows color (decimal): -1334501 or 1811435. OLE color: 1811435.
HSL color Cylindrical-coordinate representation of color #EBA31B: hue angle of 39.23º 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 #EBA31B is Cyan = 0, Magento = 0.31, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 163 | 27 | - |
| CMYK | 0 | 0.31 | 0.89 | 0.08 |
| HSL | 39.23º | 0.84% | 0.51% | - |
| HSV(B) | 39.23º | 0.89% | 0.92% | - |
| XYZ | 47.56 | 43.94 | 7.01 | - |
| YUV | 169.02 | 47.85 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 163 | 27 | 0 | 0.31 | 0.89 | 0.08 | 39.23 | 0.84 | 0.51 |
| Hex | EB | A3 | 1B | 0 | 1F | 59 | 8 | 27 | 54 | 33 |
| Octal | 353 | 243 | 33 | 0 | 37 | 131 | 10 | 47 | 124 | 63 |
| Binary | 11101011 | 10100011 | 11011 | 0 | 11111 | 1011001 | 1000 | 100111 | 1010100 | 110011 |
Color Harmonies of #EBA31B
Complementary color
Monochromatic Colors of #EBA31B
Black with #EBA31B
Text Example
Text Example
White with #EBA31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA31B; }
p { color: rgb(235,163,27); }
H1.HeaderClassName
{
color: #EBA31B;
}
.AnyTagClassName
{
color: #EBA31B;
}
</style>
background-color css
<style>
a { background-color: #EBA31B; }
a { background-color: rgb(235,163,27); }
div.DivClassName
{
background-color: #EBA31B;
}
.BgClassName
{
background-color: #EBA31B;
}
</style>
border-color css
<style>
span { border-color: #EBA31B; }
span { border-color: rgb(235,163,27); }
td.TdClassName
{
border-color: #EBA31B;
}
.TagClassName
{
border-color: #EBA31B;
}
</style>