#E1BE45

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

Shades of Confetti #E1BE45

Tints of Confetti #E1BE45

Color information

#E1BE45 (or 0xE1BE45) is unknown color: approx Confetti. HEX triplet: E1, BE and 45. RGB value is (225,190,69). Sum of RGB (Red+Green+Blue) = 225+190+69=484 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.49% from 484); Green value is 190 (74.61% from 255 or 39.26% from 484); Blue value is 69 (27.34% from 255 or 14.26% from 484); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BE45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1BE45 is #1E41BA. Grayscale: #BBBBBB. Windows color (decimal): -1982907 or 4570849. OLE color: 4570849.

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

Color convert

RGB22519069-
CMYK00.160.690.12
HSL46.54º72.22%57.65%-
HSV(B)46.54º69.33%88.24%-
XYZ50.5453.2613.25-
YUV186.6761.6155.34-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.49%
GREEN value IS 190 (74.61% from 255) = 39.26%
BLUE value IS 69 (27.34% from 255) = 14.26%
R=46.49%
G=39.26%
B=14.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.69
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251906900.160.690.1246.5472.2257.65
HexE1BE4501045C2f483a
Octal341276105020105145711072
Binary11100001101111101000101010000100010111001011111001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BE45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BE45; }

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

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

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

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

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

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

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

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