Shades of Gamboge #EBA11D
Tints of Gamboge #EBA11D
RGB
CMYK
RGB Variations
Color information
#EBA11D (or 0xEBA11D) is known color: Gamboge. HEX triplet: EB, A1 and 1D. RGB value is (235,161,29). Sum of RGB (Red+Green+Blue) = 235+161+29=425 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.29% from 425); Green value is 161 (63.28% from 255 or 37.88% from 425); Blue value is 29 (11.72% from 255 or 6.82% from 425); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA11D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA11D is #145EE2. Grayscale: #A8A8A8. Windows color (decimal): -1335011 or 1941995. OLE color: 1941995.
HSL color Cylindrical-coordinate representation of color #EBA11D: hue angle of 38.45º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EBA11D is Cyan = 0, Magento = 0.31, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 161 | 29 | - |
| CMYK | 0 | 0.31 | 0.88 | 0.08 |
| HSL | 38.45º | 0.84% | 0.52% | - |
| HSV(B) | 38.45º | 0.88% | 0.92% | - |
| XYZ | 47.23 | 43.24 | 7.02 | - |
| YUV | 168.08 | 49.52 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 161 | 29 | 0 | 0.31 | 0.88 | 0.08 | 38.45 | 0.84 | 0.52 |
| Hex | EB | A1 | 1D | 0 | 1F | 58 | 8 | 26 | 54 | 34 |
| Octal | 353 | 241 | 35 | 0 | 37 | 130 | 10 | 46 | 124 | 64 |
| Binary | 11101011 | 10100001 | 11101 | 0 | 11111 | 1011000 | 1000 | 100110 | 1010100 | 110100 |
Color Harmonies of #EBA11D
Complementary color
Monochromatic Colors of #EBA11D
Black with #EBA11D
Text Example
Text Example
White with #EBA11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA11D; }
p { color: rgb(235,161,29); }
H1.HeaderClassName
{
color: #EBA11D;
}
.AnyTagClassName
{
color: #EBA11D;
}
</style>
background-color css
<style>
a { background-color: #EBA11D; }
a { background-color: rgb(235,161,29); }
div.DivClassName
{
background-color: #EBA11D;
}
.BgClassName
{
background-color: #EBA11D;
}
</style>
border-color css
<style>
span { border-color: #EBA11D; }
span { border-color: rgb(235,161,29); }
td.TdClassName
{
border-color: #EBA11D;
}
.TagClassName
{
border-color: #EBA11D;
}
</style>