Shades of Gamboge #EBAB11
Tints of Gamboge #EBAB11
RGB
CMYK
RGB Variations
Color information
#EBAB11 (or 0xEBAB11) is known color: Gamboge. HEX triplet: EB, AB and 11. RGB value is (235,171,17). Sum of RGB (Red+Green+Blue) = 235+171+17=423 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.56% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 17 (7.03% from 255 or 4.02% from 423); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAB11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBAB11 is #1454EE. Grayscale: #ADADAD. Windows color (decimal): -1332463 or 1158123. OLE color: 1158123.
HSL color Cylindrical-coordinate representation of color #EBAB11: hue angle of 42.39º 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 #EBAB11 is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 171 | 17 | - |
| CMYK | 0 | 0.27 | 0.93 | 0.08 |
| HSL | 42.39º | 0.87% | 0.49% | - |
| HSV(B) | 42.39º | 0.93% | 0.92% | - |
| XYZ | 48.93 | 46.83 | 6.99 | - |
| YUV | 172.58 | 40.2 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 171 | 17 | 0 | 0.27 | 0.93 | 0.08 | 42.39 | 0.87 | 0.49 |
| Hex | EB | AB | 11 | 0 | 1B | 5D | 8 | 2A | 57 | 31 |
| Octal | 353 | 253 | 21 | 0 | 33 | 135 | 10 | 52 | 127 | 61 |
| Binary | 11101011 | 10101011 | 10001 | 0 | 11011 | 1011101 | 1000 | 101010 | 1010111 | 110001 |
Color Harmonies of #EBAB11
Complementary color
Monochromatic Colors of #EBAB11
Black with #EBAB11
Text Example
Text Example
White with #EBAB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAB11; }
p { color: rgb(235,171,17); }
H1.HeaderClassName
{
color: #EBAB11;
}
.AnyTagClassName
{
color: #EBAB11;
}
</style>
background-color css
<style>
a { background-color: #EBAB11; }
a { background-color: rgb(235,171,17); }
div.DivClassName
{
background-color: #EBAB11;
}
.BgClassName
{
background-color: #EBAB11;
}
</style>
border-color css
<style>
span { border-color: #EBAB11; }
span { border-color: rgb(235,171,17); }
td.TdClassName
{
border-color: #EBAB11;
}
.TagClassName
{
border-color: #EBAB11;
}
</style>