#E5B404

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

Shades of Golden Poppy #E5B404

Tints of Golden Poppy #E5B404

Color information

#E5B404 (or 0xE5B404) is unknown color: approx Golden Poppy. HEX triplet: E5, B4 and 04. RGB value is (229,180,4). Sum of RGB (Red+Green+Blue) = 229+180+4=413 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.45% from 413); Green value is 180 (70.70% from 255 or 43.58% from 413); Blue value is 4 (1.95% from 255 or 0.97% from 413); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B404 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5B404 is #1A4BFB. Grayscale: #AFAFAF. Windows color (decimal): -1723388 or 308453. OLE color: 308453.

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

Color convert

RGB2291804-
CMYK00.210.980.10
HSL46.93º96.57%45.69%-
HSV(B)46.93º98.25%89.8%-
XYZ48.6649.317.07-
YUV174.5931.73166.81-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 55.45%
GREEN value IS 180 (70.70% from 255) = 43.58%
BLUE value IS 4 (1.95% from 255) = 0.97%
R=55.45%
G=43.58%
B=0.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.98
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229180400.210.980.1046.9396.5745.69
HexE5B4401562A2f612e
Octal3452644025142125714156
Binary1110010110110100100010101110001010101011111100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B404; }

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

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

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

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

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

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

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

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