Shades of Gamboge #E5AD0F
Tints of Gamboge #E5AD0F
RGB
CMYK
RGB Variations
Color information
#E5AD0F (or 0xE5AD0F) is known color: Gamboge. HEX triplet: E5, AD and 0F. RGB value is (229,173,15). Sum of RGB (Red+Green+Blue) = 229+173+15=417 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.92% from 417); Green value is 173 (67.97% from 255 or 41.49% from 417); Blue value is 15 (6.25% from 255 or 3.60% from 417); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AD0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5AD0F is #1A52F0. Grayscale: #ACACAC. Windows color (decimal): -1725169 or 1027557. OLE color: 1027557.
HSL color Cylindrical-coordinate representation of color #E5AD0F: hue angle of 44.3º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E5AD0F is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 173 | 15 | - |
| CMYK | 0 | 0.24 | 0.93 | 0.10 |
| HSL | 44.3º | 0.88% | 0.48% | - |
| HSV(B) | 44.3º | 0.93% | 0.9% | - |
| XYZ | 47.34 | 46.58 | 6.95 | - |
| YUV | 171.73 | 39.55 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 173 | 15 | 0 | 0.24 | 0.93 | 0.10 | 44.3 | 0.88 | 0.48 |
| Hex | E5 | AD | F | 0 | 18 | 5D | A | 2C | 58 | 30 |
| Octal | 345 | 255 | 17 | 0 | 30 | 135 | 12 | 54 | 130 | 60 |
| Binary | 11100101 | 10101101 | 1111 | 0 | 11000 | 1011101 | 1010 | 101100 | 1011000 | 110000 |
Color Harmonies of #E5AD0F
Complementary color
Monochromatic Colors of #E5AD0F
Black with #E5AD0F
Text Example
Text Example
White with #E5AD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AD0F; }
p { color: rgb(229,173,15); }
H1.HeaderClassName
{
color: #E5AD0F;
}
.AnyTagClassName
{
color: #E5AD0F;
}
</style>
background-color css
<style>
a { background-color: #E5AD0F; }
a { background-color: rgb(229,173,15); }
div.DivClassName
{
background-color: #E5AD0F;
}
.BgClassName
{
background-color: #E5AD0F;
}
</style>
border-color css
<style>
span { border-color: #E5AD0F; }
span { border-color: rgb(229,173,15); }
td.TdClassName
{
border-color: #E5AD0F;
}
.TagClassName
{
border-color: #E5AD0F;
}
</style>