Shades of Gamboge #EBA818
Tints of Gamboge #EBA818
RGB
CMYK
RGB Variations
Color information
#EBA818 (or 0xEBA818) is known color: Gamboge. HEX triplet: EB, A8 and 18. RGB value is (235,168,24). Sum of RGB (Red+Green+Blue) = 235+168+24=427 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.04% from 427); Green value is 168 (66.02% from 255 or 39.34% from 427); Blue value is 24 (9.77% from 255 or 5.62% from 427); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA818 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA818 is #1457E7. Grayscale: #ACACAC. Windows color (decimal): -1333224 or 1616107. OLE color: 1616107.
HSL color Cylindrical-coordinate representation of color #EBA818: hue angle of 40.95º 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 #EBA818 is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 168 | 24 | - |
| CMYK | 0 | 0.29 | 0.90 | 0.08 |
| HSL | 40.95º | 0.84% | 0.51% | - |
| HSV(B) | 40.95º | 0.9% | 0.92% | - |
| XYZ | 48.43 | 45.73 | 7.14 | - |
| YUV | 171.62 | 44.7 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 168 | 24 | 0 | 0.29 | 0.90 | 0.08 | 40.95 | 0.84 | 0.51 |
| Hex | EB | A8 | 18 | 0 | 1D | 5A | 8 | 29 | 54 | 33 |
| Octal | 353 | 250 | 30 | 0 | 35 | 132 | 10 | 51 | 124 | 63 |
| Binary | 11101011 | 10101000 | 11000 | 0 | 11101 | 1011010 | 1000 | 101001 | 1010100 | 110011 |
Color Harmonies of #EBA818
Complementary color
Monochromatic Colors of #EBA818
Black with #EBA818
Text Example
Text Example
White with #EBA818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA818; }
p { color: rgb(235,168,24); }
H1.HeaderClassName
{
color: #EBA818;
}
.AnyTagClassName
{
color: #EBA818;
}
</style>
background-color css
<style>
a { background-color: #EBA818; }
a { background-color: rgb(235,168,24); }
div.DivClassName
{
background-color: #EBA818;
}
.BgClassName
{
background-color: #EBA818;
}
</style>
border-color css
<style>
span { border-color: #EBA818; }
span { border-color: rgb(235,168,24); }
td.TdClassName
{
border-color: #EBA818;
}
.TagClassName
{
border-color: #EBA818;
}
</style>