#E5A604

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

Shades of Gamboge #E5A604

Tints of Gamboge #E5A604

Color information

#E5A604 (or 0xE5A604) is unknown color: approx Gamboge. HEX triplet: E5, A6 and 04. RGB value is (229,166,4). Sum of RGB (Red+Green+Blue) = 229+166+4=399 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.39% from 399); Green value is 166 (65.23% from 255 or 41.60% from 399); Blue value is 4 (1.95% from 255 or 1.00% from 399); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A604 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5A604 is #1A59FB. Grayscale: #A7A7A7. Windows color (decimal): -1726972 or 304869. OLE color: 304869.

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

Color convert

RGB2291664-
CMYK00.280.980.10
HSL43.2º96.57%45.69%-
HSV(B)43.2º98.25%89.8%-
XYZ45.9743.946.17-
YUV166.3736.37172.67-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 57.39%
GREEN value IS 166 (65.23% from 255) = 41.60%
BLUE value IS 4 (1.95% from 255) = 1.00%
R=57.39%
G=41.60%
B=1.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.98
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229166400.280.980.1043.296.5745.69
HexE5A6401C62A2b612e
Octal3452464034142125314156
Binary1110010110100110100011100110001010101010111100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A604; }

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

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

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

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

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

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

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

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