Shades of Gamboge #EBA717
Tints of Gamboge #EBA717
RGB
CMYK
RGB Variations
Color information
#EBA717 (or 0xEBA717) is known color: Gamboge. HEX triplet: EB, A7 and 17. RGB value is (235,167,23). Sum of RGB (Red+Green+Blue) = 235+167+23=425 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.29% from 425); Green value is 167 (65.62% from 255 or 39.29% from 425); Blue value is 23 (9.38% from 255 or 5.41% from 425); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA717 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA717 is #1458E8. Grayscale: #ABABAB. Windows color (decimal): -1333481 or 1550315. OLE color: 1550315.
HSL color Cylindrical-coordinate representation of color #EBA717: hue angle of 40.75º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EBA717 is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 167 | 23 | - |
| CMYK | 0 | 0.29 | 0.90 | 0.08 |
| HSL | 40.75º | 0.84% | 0.51% | - |
| HSV(B) | 40.75º | 0.9% | 0.92% | - |
| XYZ | 48.23 | 45.36 | 7.02 | - |
| YUV | 170.92 | 44.53 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 167 | 23 | 0 | 0.29 | 0.90 | 0.08 | 40.75 | 0.84 | 0.51 |
| Hex | EB | A7 | 17 | 0 | 1D | 5A | 8 | 29 | 54 | 33 |
| Octal | 353 | 247 | 27 | 0 | 35 | 132 | 10 | 51 | 124 | 63 |
| Binary | 11101011 | 10100111 | 10111 | 0 | 11101 | 1011010 | 1000 | 101001 | 1010100 | 110011 |
Color Harmonies of #EBA717
Complementary color
Monochromatic Colors of #EBA717
Black with #EBA717
Text Example
Text Example
White with #EBA717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA717; }
p { color: rgb(235,167,23); }
H1.HeaderClassName
{
color: #EBA717;
}
.AnyTagClassName
{
color: #EBA717;
}
</style>
background-color css
<style>
a { background-color: #EBA717; }
a { background-color: rgb(235,167,23); }
div.DivClassName
{
background-color: #EBA717;
}
.BgClassName
{
background-color: #EBA717;
}
</style>
border-color css
<style>
span { border-color: #EBA717; }
span { border-color: rgb(235,167,23); }
td.TdClassName
{
border-color: #EBA717;
}
.TagClassName
{
border-color: #EBA717;
}
</style>