#E5A704

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

Shades of Gamboge #E5A704

Tints of Gamboge #E5A704

Color information

#E5A704 (or 0xE5A704) is unknown color: approx Gamboge. HEX triplet: E5, A7 and 04. RGB value is (229,167,4). Sum of RGB (Red+Green+Blue) = 229+167+4=400 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.25% from 400); Green value is 167 (65.62% from 255 or 41.75% from 400); Blue value is 4 (1.95% from 255 or 1% from 400); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A704 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5A704 is #1A58FB. Grayscale: #A7A7A7. Windows color (decimal): -1726716 or 305125. OLE color: 305125.

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

Color convert

RGB2291674-
CMYK00.270.980.10
HSL43.47º96.57%45.69%-
HSV(B)43.47º98.25%89.8%-
XYZ46.1544.36.23-
YUV166.9636.04172.25-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 57.25%
GREEN value IS 167 (65.62% from 255) = 41.75%
BLUE value IS 4 (1.95% from 255) = 1%
R=57.25%
G=41.75%
B=1%

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
Decimal229167400.270.980.1043.4796.5745.69
HexE5A7401B62A2b612e
Octal3452474033142125314156
Binary1110010110100111100011011110001010101010111100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A704; }

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

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

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

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

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

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

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

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