#E5B204

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

Shades of Gamboge #E5B204

Tints of Gamboge #E5B204

Color information

#E5B204 (or 0xE5B204) is unknown color: approx Gamboge. HEX triplet: E5, B2 and 04. RGB value is (229,178,4). Sum of RGB (Red+Green+Blue) = 229+178+4=411 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.72% from 411); Green value is 178 (69.92% from 255 or 43.31% from 411); Blue value is 4 (1.95% from 255 or 0.97% from 411); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B204 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5B204 is #1A4DFB. Grayscale: #AEAEAE. Windows color (decimal): -1723900 or 307941. OLE color: 307941.

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

Color convert

RGB2291784-
CMYK00.220.980.10
HSL46.4º96.57%45.69%-
HSV(B)46.4º98.25%89.8%-
XYZ48.2648.516.93-
YUV173.4132.4167.65-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 55.72%
GREEN value IS 178 (69.92% from 255) = 43.31%
BLUE value IS 4 (1.95% from 255) = 0.97%
R=55.72%
G=43.31%
B=0.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.98
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229178400.220.980.1046.496.5745.69
HexE5B2401662A2e612e
Octal3452624026142125614156
Binary1110010110110010100010110110001010101011101100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B204; }

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

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

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

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

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

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

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

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