#E1BE43

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

Shades of Confetti #E1BE43

Tints of Confetti #E1BE43

Color information

#E1BE43 (or 0xE1BE43) is unknown color: approx Confetti. HEX triplet: E1, BE and 43. RGB value is (225,190,67). Sum of RGB (Red+Green+Blue) = 225+190+67=482 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.68% from 482); Green value is 190 (74.61% from 255 or 39.42% from 482); Blue value is 67 (26.56% from 255 or 13.90% from 482); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BE43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1BE43 is #1E41BC. Grayscale: #BABABA. Windows color (decimal): -1982909 or 4439777. OLE color: 4439777.

HSL color Cylindrical-coordinate representation of color #E1BE43: hue angle of 46.71º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E1BE43 is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.12.

Color convert

RGB22519067-
CMYK00.160.700.12
HSL46.71º72.48%57.25%-
HSV(B)46.71º70.22%88.24%-
XYZ50.4853.2412.93-
YUV186.4460.6155.5-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.68%
GREEN value IS 190 (74.61% from 255) = 39.42%
BLUE value IS 67 (26.56% from 255) = 13.90%
R=46.68%
G=39.42%
B=13.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.70
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251906700.160.700.1246.7172.4857.25
HexE1BE4301046C2f4839
Octal341276103020106145711071
Binary11100001101111101000011010000100011011001011111001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BE43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BE43; }

 p { color: rgb(225,190,67); }

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

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

 a { background-color: rgb(225,190,67); }

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

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

 span { border-color: rgb(225,190,67); }

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