Shades of Gamboge #EBA21C
Tints of Gamboge #EBA21C
RGB
CMYK
RGB Variations
Color information
#EBA21C (or 0xEBA21C) is known color: Gamboge. HEX triplet: EB, A2 and 1C. RGB value is (235,162,28). Sum of RGB (Red+Green+Blue) = 235+162+28=425 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.29% from 425); Green value is 162 (63.67% from 255 or 38.12% from 425); Blue value is 28 (11.33% from 255 or 6.59% from 425); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA21C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA21C is #145DE3. Grayscale: #A9A9A9. Windows color (decimal): -1334756 or 1876715. OLE color: 1876715.
HSL color Cylindrical-coordinate representation of color #EBA21C: hue angle of 38.84º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EBA21C is Cyan = 0, Magento = 0.31, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 162 | 28 | - |
| CMYK | 0 | 0.31 | 0.88 | 0.08 |
| HSL | 38.84º | 0.84% | 0.52% | - |
| HSV(B) | 38.84º | 0.88% | 0.92% | - |
| XYZ | 47.39 | 43.59 | 7.01 | - |
| YUV | 168.55 | 48.68 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 162 | 28 | 0 | 0.31 | 0.88 | 0.08 | 38.84 | 0.84 | 0.52 |
| Hex | EB | A2 | 1C | 0 | 1F | 58 | 8 | 27 | 54 | 34 |
| Octal | 353 | 242 | 34 | 0 | 37 | 130 | 10 | 47 | 124 | 64 |
| Binary | 11101011 | 10100010 | 11100 | 0 | 11111 | 1011000 | 1000 | 100111 | 1010100 | 110100 |
Color Harmonies of #EBA21C
Complementary color
Monochromatic Colors of #EBA21C
Black with #EBA21C
Text Example
Text Example
White with #EBA21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA21C; }
p { color: rgb(235,162,28); }
H1.HeaderClassName
{
color: #EBA21C;
}
.AnyTagClassName
{
color: #EBA21C;
}
</style>
background-color css
<style>
a { background-color: #EBA21C; }
a { background-color: rgb(235,162,28); }
div.DivClassName
{
background-color: #EBA21C;
}
.BgClassName
{
background-color: #EBA21C;
}
</style>
border-color css
<style>
span { border-color: #EBA21C; }
span { border-color: rgb(235,162,28); }
td.TdClassName
{
border-color: #EBA21C;
}
.TagClassName
{
border-color: #EBA21C;
}
</style>