#E5B405

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

Shades of Golden Poppy #E5B405

Tints of Golden Poppy #E5B405

Color information

#E5B405 (or 0xE5B405) is unknown color: approx Golden Poppy. HEX triplet: E5, B4 and 05. RGB value is (229,180,5). Sum of RGB (Red+Green+Blue) = 229+180+5=414 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.31% from 414); Green value is 180 (70.70% from 255 or 43.48% from 414); Blue value is 5 (2.34% from 255 or 1.21% from 414); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B405 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5B405 is #1A4BFA. Grayscale: #AFAFAF. Windows color (decimal): -1723387 or 373989. OLE color: 373989.

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

Color convert

RGB2291805-
CMYK00.210.980.10
HSL46.88º95.73%45.88%-
HSV(B)46.88º97.82%89.8%-
XYZ48.6649.317.1-
YUV174.732.23166.73-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 55.31%
GREEN value IS 180 (70.70% from 255) = 43.48%
BLUE value IS 5 (2.34% from 255) = 1.21%
R=55.31%
G=43.48%
B=1.21%

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
Decimal229180500.210.980.1046.8895.7345.88
HexE5B4501562A2f602e
Octal3452645025142125714056
Binary1110010110110100101010101110001010101011111100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B405; }

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

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

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

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

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

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

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

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