#E1BC20

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

Shades of Sunflower #E1BC20

Tints of Sunflower #E1BC20

Color information

#E1BC20 (or 0xE1BC20) is unknown color: approx Sunflower. HEX triplet: E1, BC and 20. RGB value is (225,188,32). Sum of RGB (Red+Green+Blue) = 225+188+32=445 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.56% from 445); Green value is 188 (73.83% from 255 or 42.25% from 445); Blue value is 32 (12.89% from 255 or 7.19% from 445); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BC20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1BC20 is #1E43DF. Grayscale: #B5B5B5. Windows color (decimal): -1983456 or 2145505. OLE color: 2145505.

HSL color Cylindrical-coordinate representation of color #E1BC20: hue angle of 48.5º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E1BC20 is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB22518832-
CMYK00.160.860.12
HSL48.5º76.28%50.39%-
HSV(B)48.5º85.78%88.24%-
XYZ49.352.088.82-
YUV181.2843.76159.18-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50.56%
GREEN value IS 188 (73.83% from 255) = 42.25%
BLUE value IS 32 (12.89% from 255) = 7.19%
R=50.56%
G=42.25%
B=7.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.86
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251883200.160.860.1248.576.2850.39
HexE1BC2001056C304c32
Octal34127440020126146011462
Binary1110000110111100100000010000101011011001100001001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BC20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BC20; }

 p { color: rgb(225,188,32); }

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

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

 a { background-color: rgb(225,188,32); }

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

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

 span { border-color: rgb(225,188,32); }

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