Shades of Gamboge #EBAC16
Tints of Gamboge #EBAC16
RGB
CMYK
RGB Variations
Color information
#EBAC16 (or 0xEBAC16) is known color: Gamboge. HEX triplet: EB, AC and 16. RGB value is (235,172,22). Sum of RGB (Red+Green+Blue) = 235+172+22=429 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.78% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 22 (8.98% from 255 or 5.13% from 429); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAC16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBAC16 is #1453E9. Grayscale: #AEAEAE. Windows color (decimal): -1332202 or 1486059. OLE color: 1486059.
HSL color Cylindrical-coordinate representation of color #EBAC16: hue angle of 42.25º 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 #EBAC16 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 172 | 22 | - |
| CMYK | 0 | 0.27 | 0.91 | 0.08 |
| HSL | 42.25º | 0.84% | 0.5% | - |
| HSV(B) | 42.25º | 0.91% | 0.92% | - |
| XYZ | 49.16 | 47.23 | 7.28 | - |
| YUV | 173.74 | 42.37 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 172 | 22 | 0 | 0.27 | 0.91 | 0.08 | 42.25 | 0.84 | 0.5 |
| Hex | EB | AC | 16 | 0 | 1B | 5B | 8 | 2A | 54 | 32 |
| Octal | 353 | 254 | 26 | 0 | 33 | 133 | 10 | 52 | 124 | 62 |
| Binary | 11101011 | 10101100 | 10110 | 0 | 11011 | 1011011 | 1000 | 101010 | 1010100 | 110010 |
Color Harmonies of #EBAC16
Complementary color
Monochromatic Colors of #EBAC16
Black with #EBAC16
Text Example
Text Example
White with #EBAC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAC16; }
p { color: rgb(235,172,22); }
H1.HeaderClassName
{
color: #EBAC16;
}
.AnyTagClassName
{
color: #EBAC16;
}
</style>
background-color css
<style>
a { background-color: #EBAC16; }
a { background-color: rgb(235,172,22); }
div.DivClassName
{
background-color: #EBAC16;
}
.BgClassName
{
background-color: #EBAC16;
}
</style>
border-color css
<style>
span { border-color: #EBAC16; }
span { border-color: rgb(235,172,22); }
td.TdClassName
{
border-color: #EBAC16;
}
.TagClassName
{
border-color: #EBAC16;
}
</style>