Shades of Gamboge #E5A817
Tints of Gamboge #E5A817
RGB
CMYK
RGB Variations
Color information
#E5A817 (or 0xE5A817) is known color: Gamboge. HEX triplet: E5, A8 and 17. RGB value is (229,168,23). Sum of RGB (Red+Green+Blue) = 229+168+23=420 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.52% from 420); Green value is 168 (66.02% from 255 or 40% from 420); Blue value is 23 (9.38% from 255 or 5.48% from 420); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A817 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5A817 is #1A57E8. Grayscale: #AAAAAA. Windows color (decimal): -1726441 or 1550565. OLE color: 1550565.
HSL color Cylindrical-coordinate representation of color #E5A817: hue angle of 42.23º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E5A817 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 168 | 23 | - |
| CMYK | 0 | 0.27 | 0.90 | 0.10 |
| HSL | 42.23º | 0.82% | 0.49% | - |
| HSV(B) | 42.23º | 0.9% | 0.9% | - |
| XYZ | 46.47 | 44.73 | 6.99 | - |
| YUV | 169.71 | 45.21 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 168 | 23 | 0 | 0.27 | 0.90 | 0.10 | 42.23 | 0.82 | 0.49 |
| Hex | E5 | A8 | 17 | 0 | 1B | 5A | A | 2A | 52 | 31 |
| Octal | 345 | 250 | 27 | 0 | 33 | 132 | 12 | 52 | 122 | 61 |
| Binary | 11100101 | 10101000 | 10111 | 0 | 11011 | 1011010 | 1010 | 101010 | 1010010 | 110001 |
Color Harmonies of #E5A817
Complementary color
Monochromatic Colors of #E5A817
Black with #E5A817
Text Example
Text Example
White with #E5A817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A817; }
p { color: rgb(229,168,23); }
H1.HeaderClassName
{
color: #E5A817;
}
.AnyTagClassName
{
color: #E5A817;
}
</style>
background-color css
<style>
a { background-color: #E5A817; }
a { background-color: rgb(229,168,23); }
div.DivClassName
{
background-color: #E5A817;
}
.BgClassName
{
background-color: #E5A817;
}
</style>
border-color css
<style>
span { border-color: #E5A817; }
span { border-color: rgb(229,168,23); }
td.TdClassName
{
border-color: #E5A817;
}
.TagClassName
{
border-color: #E5A817;
}
</style>