Shades of Gamboge #EBAB16
Tints of Gamboge #EBAB16
RGB
CMYK
RGB Variations
Color information
#EBAB16 (or 0xEBAB16) is known color: Gamboge. HEX triplet: EB, AB and 16. RGB value is (235,171,22). Sum of RGB (Red+Green+Blue) = 235+171+22=428 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.91% from 428); Green value is 171 (67.19% from 255 or 39.95% from 428); Blue value is 22 (8.98% from 255 or 5.14% from 428); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAB16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBAB16 is #1454E9. Grayscale: #ADADAD. Windows color (decimal): -1332458 or 1485803. OLE color: 1485803.
HSL color Cylindrical-coordinate representation of color #EBAB16: hue angle of 41.97º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EBAB16 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 171 | 22 | - |
| CMYK | 0 | 0.27 | 0.91 | 0.08 |
| HSL | 41.97º | 0.84% | 0.5% | - |
| HSV(B) | 41.97º | 0.91% | 0.92% | - |
| XYZ | 48.97 | 46.85 | 7.22 | - |
| YUV | 173.15 | 42.7 | 172.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 171 | 22 | 0 | 0.27 | 0.91 | 0.08 | 41.97 | 0.84 | 0.5 |
| Hex | EB | AB | 16 | 0 | 1B | 5B | 8 | 2A | 54 | 32 |
| Octal | 353 | 253 | 26 | 0 | 33 | 133 | 10 | 52 | 124 | 62 |
| Binary | 11101011 | 10101011 | 10110 | 0 | 11011 | 1011011 | 1000 | 101010 | 1010100 | 110010 |
Color Harmonies of #EBAB16
Complementary color
Monochromatic Colors of #EBAB16
Black with #EBAB16
Text Example
Text Example
White with #EBAB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAB16; }
p { color: rgb(235,171,22); }
H1.HeaderClassName
{
color: #EBAB16;
}
.AnyTagClassName
{
color: #EBAB16;
}
</style>
background-color css
<style>
a { background-color: #EBAB16; }
a { background-color: rgb(235,171,22); }
div.DivClassName
{
background-color: #EBAB16;
}
.BgClassName
{
background-color: #EBAB16;
}
</style>
border-color css
<style>
span { border-color: #EBAB16; }
span { border-color: rgb(235,171,22); }
td.TdClassName
{
border-color: #EBAB16;
}
.TagClassName
{
border-color: #EBAB16;
}
</style>