Shades of Gamboge #EBA905
Tints of Gamboge #EBA905
RGB
CMYK
RGB Variations
Color information
#EBA905 (or 0xEBA905) is known color: Gamboge. HEX triplet: EB, A9 and 05. RGB value is (235,169,5). Sum of RGB (Red+Green+Blue) = 235+169+5=409 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.46% from 409); Green value is 169 (66.41% from 255 or 41.32% from 409); Blue value is 5 (2.34% from 255 or 1.22% from 409); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA905 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA905 is #1456FA. Grayscale: #AAAAAA. Windows color (decimal): -1332987 or 371179. OLE color: 371179.
HSL color Cylindrical-coordinate representation of color #EBA905: hue angle of 42.78º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EBA905 is Cyan = 0, Magento = 0.28, Yellow = 0.98 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 169 | 5 | - |
| CMYK | 0 | 0.28 | 0.98 | 0.08 |
| HSL | 42.78º | 0.96% | 0.47% | - |
| HSV(B) | 42.78º | 0.98% | 0.92% | - |
| XYZ | 48.48 | 46.05 | 6.48 | - |
| YUV | 170.04 | 34.87 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 169 | 5 | 0 | 0.28 | 0.98 | 0.08 | 42.78 | 0.96 | 0.47 |
| Hex | EB | A9 | 5 | 0 | 1C | 62 | 8 | 2B | 60 | 2F |
| Octal | 353 | 251 | 5 | 0 | 34 | 142 | 10 | 53 | 140 | 57 |
| Binary | 11101011 | 10101001 | 101 | 0 | 11100 | 1100010 | 1000 | 101011 | 1100000 | 101111 |
Color Harmonies of #EBA905
Complementary color
Monochromatic Colors of #EBA905
Black with #EBA905
Text Example
Text Example
White with #EBA905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA905; }
p { color: rgb(235,169,5); }
H1.HeaderClassName
{
color: #EBA905;
}
.AnyTagClassName
{
color: #EBA905;
}
</style>
background-color css
<style>
a { background-color: #EBA905; }
a { background-color: rgb(235,169,5); }
div.DivClassName
{
background-color: #EBA905;
}
.BgClassName
{
background-color: #EBA905;
}
</style>
border-color css
<style>
span { border-color: #EBA905; }
span { border-color: rgb(235,169,5); }
td.TdClassName
{
border-color: #EBA905;
}
.TagClassName
{
border-color: #EBA905;
}
</style>