Shades of Gamboge #EBA41C
Tints of Gamboge #EBA41C
RGB
CMYK
RGB Variations
Color information
#EBA41C (or 0xEBA41C) is known color: Gamboge. HEX triplet: EB, A4 and 1C. RGB value is (235,164,28). Sum of RGB (Red+Green+Blue) = 235+164+28=427 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.04% from 427); Green value is 164 (64.45% from 255 or 38.41% from 427); Blue value is 28 (11.33% from 255 or 6.56% from 427); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA41C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA41C is #145BE3. Grayscale: #AAAAAA. Windows color (decimal): -1334244 or 1877227. OLE color: 1877227.
HSL color Cylindrical-coordinate representation of color #EBA41C: hue angle of 39.42º 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 #EBA41C is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 164 | 28 | - |
| CMYK | 0 | 0.30 | 0.88 | 0.08 |
| HSL | 39.42º | 0.84% | 0.52% | - |
| HSV(B) | 39.42º | 0.88% | 0.92% | - |
| XYZ | 47.75 | 44.3 | 7.13 | - |
| YUV | 169.73 | 48.02 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 164 | 28 | 0 | 0.30 | 0.88 | 0.08 | 39.42 | 0.84 | 0.52 |
| Hex | EB | A4 | 1C | 0 | 1E | 58 | 8 | 27 | 54 | 34 |
| Octal | 353 | 244 | 34 | 0 | 36 | 130 | 10 | 47 | 124 | 64 |
| Binary | 11101011 | 10100100 | 11100 | 0 | 11110 | 1011000 | 1000 | 100111 | 1010100 | 110100 |
Color Harmonies of #EBA41C
Complementary color
Monochromatic Colors of #EBA41C
Black with #EBA41C
Text Example
Text Example
White with #EBA41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA41C; }
p { color: rgb(235,164,28); }
H1.HeaderClassName
{
color: #EBA41C;
}
.AnyTagClassName
{
color: #EBA41C;
}
</style>
background-color css
<style>
a { background-color: #EBA41C; }
a { background-color: rgb(235,164,28); }
div.DivClassName
{
background-color: #EBA41C;
}
.BgClassName
{
background-color: #EBA41C;
}
</style>
border-color css
<style>
span { border-color: #EBA41C; }
span { border-color: rgb(235,164,28); }
td.TdClassName
{
border-color: #EBA41C;
}
.TagClassName
{
border-color: #EBA41C;
}
</style>