Shades of Gamboge #EBA417
Tints of Gamboge #EBA417
RGB
CMYK
RGB Variations
Color information
#EBA417 (or 0xEBA417) is known color: Gamboge. HEX triplet: EB, A4 and 17. RGB value is (235,164,23). Sum of RGB (Red+Green+Blue) = 235+164+23=422 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.69% from 422); Green value is 164 (64.45% from 255 or 38.86% from 422); Blue value is 23 (9.38% from 255 or 5.45% from 422); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA417 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA417 is #145BE8. Grayscale: #A9A9A9. Windows color (decimal): -1334249 or 1549547. OLE color: 1549547.
HSL color Cylindrical-coordinate representation of color #EBA417: hue angle of 39.91º 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 #EBA417 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 164 | 23 | - |
| CMYK | 0 | 0.30 | 0.90 | 0.08 |
| HSL | 39.91º | 0.84% | 0.51% | - |
| HSV(B) | 39.91º | 0.9% | 0.92% | - |
| XYZ | 47.69 | 44.27 | 6.84 | - |
| YUV | 169.16 | 45.52 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 164 | 23 | 0 | 0.30 | 0.90 | 0.08 | 39.91 | 0.84 | 0.51 |
| Hex | EB | A4 | 17 | 0 | 1E | 5A | 8 | 28 | 54 | 33 |
| Octal | 353 | 244 | 27 | 0 | 36 | 132 | 10 | 50 | 124 | 63 |
| Binary | 11101011 | 10100100 | 10111 | 0 | 11110 | 1011010 | 1000 | 101000 | 1010100 | 110011 |
Color Harmonies of #EBA417
Complementary color
Monochromatic Colors of #EBA417
Black with #EBA417
Text Example
Text Example
White with #EBA417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA417; }
p { color: rgb(235,164,23); }
H1.HeaderClassName
{
color: #EBA417;
}
.AnyTagClassName
{
color: #EBA417;
}
</style>
background-color css
<style>
a { background-color: #EBA417; }
a { background-color: rgb(235,164,23); }
div.DivClassName
{
background-color: #EBA417;
}
.BgClassName
{
background-color: #EBA417;
}
</style>
border-color css
<style>
span { border-color: #EBA417; }
span { border-color: rgb(235,164,23); }
td.TdClassName
{
border-color: #EBA417;
}
.TagClassName
{
border-color: #EBA417;
}
</style>