Shades of Gamboge #E5AD0D
Tints of Gamboge #E5AD0D
RGB
CMYK
RGB Variations
Color information
#E5AD0D (or 0xE5AD0D) is known color: Gamboge. HEX triplet: E5, AD and 0D. RGB value is (229,173,13). Sum of RGB (Red+Green+Blue) = 229+173+13=415 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.18% from 415); Green value is 173 (67.97% from 255 or 41.69% from 415); Blue value is 13 (5.47% from 255 or 3.13% from 415); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AD0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5AD0D is #1A52F2. Grayscale: #ACACAC. Windows color (decimal): -1725171 or 896485. OLE color: 896485.
HSL color Cylindrical-coordinate representation of color #E5AD0D: hue angle of 44.44º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E5AD0D is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 173 | 13 | - |
| CMYK | 0 | 0.24 | 0.94 | 0.10 |
| HSL | 44.44º | 0.89% | 0.47% | - |
| HSV(B) | 44.44º | 0.94% | 0.9% | - |
| XYZ | 47.33 | 46.57 | 6.88 | - |
| YUV | 171.5 | 38.55 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 173 | 13 | 0 | 0.24 | 0.94 | 0.10 | 44.44 | 0.89 | 0.47 |
| Hex | E5 | AD | D | 0 | 18 | 5E | A | 2C | 59 | 2F |
| Octal | 345 | 255 | 15 | 0 | 30 | 136 | 12 | 54 | 131 | 57 |
| Binary | 11100101 | 10101101 | 1101 | 0 | 11000 | 1011110 | 1010 | 101100 | 1011001 | 101111 |
Color Harmonies of #E5AD0D
Complementary color
Monochromatic Colors of #E5AD0D
Black with #E5AD0D
Text Example
Text Example
White with #E5AD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AD0D; }
p { color: rgb(229,173,13); }
H1.HeaderClassName
{
color: #E5AD0D;
}
.AnyTagClassName
{
color: #E5AD0D;
}
</style>
background-color css
<style>
a { background-color: #E5AD0D; }
a { background-color: rgb(229,173,13); }
div.DivClassName
{
background-color: #E5AD0D;
}
.BgClassName
{
background-color: #E5AD0D;
}
</style>
border-color css
<style>
span { border-color: #E5AD0D; }
span { border-color: rgb(229,173,13); }
td.TdClassName
{
border-color: #E5AD0D;
}
.TagClassName
{
border-color: #E5AD0D;
}
</style>