Shades of Gamboge #E5AD05
Tints of Gamboge #E5AD05
RGB
CMYK
RGB Variations
Color information
#E5AD05 (or 0xE5AD05) is known color: Gamboge. HEX triplet: E5, AD and 05. RGB value is (229,173,5). Sum of RGB (Red+Green+Blue) = 229+173+5=407 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.27% from 407); Green value is 173 (67.97% from 255 or 42.51% from 407); Blue value is 5 (2.34% from 255 or 1.23% from 407); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AD05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5AD05 is #1A52FA. Grayscale: #ABABAB. Windows color (decimal): -1725179 or 372197. OLE color: 372197.
HSL color Cylindrical-coordinate representation of color #E5AD05: hue angle of 45º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E5AD05 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 173 | 5 | - |
| CMYK | 0 | 0.24 | 0.98 | 0.10 |
| HSL | 45º | 0.96% | 0.46% | - |
| HSV(B) | 45º | 0.98% | 0.9% | - |
| XYZ | 47.28 | 46.56 | 6.64 | - |
| YUV | 170.59 | 34.55 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 173 | 5 | 0 | 0.24 | 0.98 | 0.10 | 45 | 0.96 | 0.46 |
| Hex | E5 | AD | 5 | 0 | 18 | 62 | A | 2D | 60 | 2E |
| Octal | 345 | 255 | 5 | 0 | 30 | 142 | 12 | 55 | 140 | 56 |
| Binary | 11100101 | 10101101 | 101 | 0 | 11000 | 1100010 | 1010 | 101101 | 1100000 | 101110 |
Color Harmonies of #E5AD05
Complementary color
Monochromatic Colors of #E5AD05
Black with #E5AD05
Text Example
Text Example
White with #E5AD05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AD05; }
p { color: rgb(229,173,5); }
H1.HeaderClassName
{
color: #E5AD05;
}
.AnyTagClassName
{
color: #E5AD05;
}
</style>
background-color css
<style>
a { background-color: #E5AD05; }
a { background-color: rgb(229,173,5); }
div.DivClassName
{
background-color: #E5AD05;
}
.BgClassName
{
background-color: #E5AD05;
}
</style>
border-color css
<style>
span { border-color: #E5AD05; }
span { border-color: rgb(229,173,5); }
td.TdClassName
{
border-color: #E5AD05;
}
.TagClassName
{
border-color: #E5AD05;
}
</style>