Shades of Gamboge #EBA21A
Tints of Gamboge #EBA21A
RGB
CMYK
RGB Variations
Color information
#EBA21A (or 0xEBA21A) is known color: Gamboge. HEX triplet: EB, A2 and 1A. RGB value is (235,162,26). Sum of RGB (Red+Green+Blue) = 235+162+26=423 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.56% from 423); Green value is 162 (63.67% from 255 or 38.30% from 423); Blue value is 26 (10.55% from 255 or 6.15% from 423); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA21A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA21A is #145DE5. Grayscale: #A8A8A8. Windows color (decimal): -1334758 or 1745643. OLE color: 1745643.
HSL color Cylindrical-coordinate representation of color #EBA21A: hue angle of 39.04º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EBA21A is Cyan = 0, Magento = 0.31, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 162 | 26 | - |
| CMYK | 0 | 0.31 | 0.89 | 0.08 |
| HSL | 39.04º | 0.84% | 0.51% | - |
| HSV(B) | 39.04º | 0.89% | 0.92% | - |
| XYZ | 47.37 | 43.58 | 6.89 | - |
| YUV | 168.32 | 47.68 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 162 | 26 | 0 | 0.31 | 0.89 | 0.08 | 39.04 | 0.84 | 0.51 |
| Hex | EB | A2 | 1A | 0 | 1F | 59 | 8 | 27 | 54 | 33 |
| Octal | 353 | 242 | 32 | 0 | 37 | 131 | 10 | 47 | 124 | 63 |
| Binary | 11101011 | 10100010 | 11010 | 0 | 11111 | 1011001 | 1000 | 100111 | 1010100 | 110011 |
Color Harmonies of #EBA21A
Complementary color
Monochromatic Colors of #EBA21A
Black with #EBA21A
Text Example
Text Example
White with #EBA21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA21A; }
p { color: rgb(235,162,26); }
H1.HeaderClassName
{
color: #EBA21A;
}
.AnyTagClassName
{
color: #EBA21A;
}
</style>
background-color css
<style>
a { background-color: #EBA21A; }
a { background-color: rgb(235,162,26); }
div.DivClassName
{
background-color: #EBA21A;
}
.BgClassName
{
background-color: #EBA21A;
}
</style>
border-color css
<style>
span { border-color: #EBA21A; }
span { border-color: rgb(235,162,26); }
td.TdClassName
{
border-color: #EBA21A;
}
.TagClassName
{
border-color: #EBA21A;
}
</style>