Shades of Gamboge #EBAC11
Tints of Gamboge #EBAC11
RGB
CMYK
RGB Variations
Color information
#EBAC11 (or 0xEBAC11) is known color: Gamboge. HEX triplet: EB, AC and 11. RGB value is (235,172,17). Sum of RGB (Red+Green+Blue) = 235+172+17=424 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.42% from 424); Green value is 172 (67.58% from 255 or 40.57% from 424); Blue value is 17 (7.03% from 255 or 4.01% from 424); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAC11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBAC11 is #1453EE. Grayscale: #ADADAD. Windows color (decimal): -1332207 or 1158379. OLE color: 1158379.
HSL color Cylindrical-coordinate representation of color #EBAC11: hue angle of 42.66º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EBAC11 is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 172 | 17 | - |
| CMYK | 0 | 0.27 | 0.93 | 0.08 |
| HSL | 42.66º | 0.87% | 0.49% | - |
| HSV(B) | 42.66º | 0.93% | 0.92% | - |
| XYZ | 49.11 | 47.21 | 7.05 | - |
| YUV | 173.17 | 39.87 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 172 | 17 | 0 | 0.27 | 0.93 | 0.08 | 42.66 | 0.87 | 0.49 |
| Hex | EB | AC | 11 | 0 | 1B | 5D | 8 | 2B | 57 | 31 |
| Octal | 353 | 254 | 21 | 0 | 33 | 135 | 10 | 53 | 127 | 61 |
| Binary | 11101011 | 10101100 | 10001 | 0 | 11011 | 1011101 | 1000 | 101011 | 1010111 | 110001 |
Color Harmonies of #EBAC11
Complementary color
Monochromatic Colors of #EBAC11
Black with #EBAC11
Text Example
Text Example
White with #EBAC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAC11; }
p { color: rgb(235,172,17); }
H1.HeaderClassName
{
color: #EBAC11;
}
.AnyTagClassName
{
color: #EBAC11;
}
</style>
background-color css
<style>
a { background-color: #EBAC11; }
a { background-color: rgb(235,172,17); }
div.DivClassName
{
background-color: #EBAC11;
}
.BgClassName
{
background-color: #EBAC11;
}
</style>
border-color css
<style>
span { border-color: #EBAC11; }
span { border-color: rgb(235,172,17); }
td.TdClassName
{
border-color: #EBAC11;
}
.TagClassName
{
border-color: #EBAC11;
}
</style>