#E5A804

Color #E5A804 Gamboge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gamboge #E5A804

Tints of Gamboge #E5A804

Color information

#E5A804 (or 0xE5A804) is unknown color: approx Gamboge. HEX triplet: E5, A8 and 04. RGB value is (229,168,4). Sum of RGB (Red+Green+Blue) = 229+168+4=401 (53% of max value = 765). Red value is 229 (89.84% from 255 or 57.11% from 401); Green value is 168 (66.02% from 255 or 41.90% from 401); Blue value is 4 (1.95% from 255 or 1.00% from 401); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A804 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5A804 is #1A57FB. Grayscale: #A8A8A8. Windows color (decimal): -1726460 or 305381. OLE color: 305381.

HSL color Cylindrical-coordinate representation of color #E5A804: hue angle of 43.73º degrees, saturation: 0.97, 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 #E5A804 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.10.

Color convert

RGB2291684-
CMYK00.270.980.10
HSL43.73º96.57%45.69%-
HSV(B)43.73º98.25%89.8%-
XYZ46.3444.676.3-
YUV167.5435.71171.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 229 (89.84% from 255) = 57.11%
GREEN value IS 168 (66.02% from 255) = 41.90%
BLUE value IS 4 (1.95% from 255) = 1.00%
R=57.11%
G=41.90%
B=1.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.98
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229168400.270.980.1043.7396.5745.69
HexE5A8401B62A2c612e
Octal3452504033142125414156
Binary1110010110101000100011011110001010101011001100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A804; }

 p { color: rgb(229,168,4); }

 H1.HeaderClassName
 {
   color: #E5A804;
 }
 .AnyTagClassName
 {
   color: #E5A804;
 }
</style>
background-color css

<style>
 a { background-color: #E5A804; }

 a { background-color: rgb(229,168,4); }

 div.DivClassName
 {
   background-color: #E5A804;
 }
 .BgClassName
 {
   background-color: #E5A804;
 }
</style>
border-color css

<style>
 span { border-color: #E5A804; }

 span { border-color: rgb(229,168,4); }

 td.TdClassName
 {
   border-color: #E5A804;
 }
 .TagClassName
 {
   border-color: #E5A804;
 }
</style>