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