#E2BE44

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

Shades of Confetti #E2BE44

Tints of Confetti #E2BE44

Color information

#E2BE44 (or 0xE2BE44) is unknown color: approx Confetti. HEX triplet: E2, BE and 44. RGB value is (226,190,68). Sum of RGB (Red+Green+Blue) = 226+190+68=484 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.69% from 484); Green value is 190 (74.61% from 255 or 39.26% from 484); Blue value is 68 (26.95% from 255 or 14.05% from 484); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BE44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2BE44 is #1D41BB. Grayscale: #BBBBBB. Windows color (decimal): -1917372 or 4505314. OLE color: 4505314.

HSL color Cylindrical-coordinate representation of color #E2BE44: hue angle of 46.33º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E2BE44 is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.11.

Color convert

RGB22619068-
CMYK00.160.700.11
HSL46.33º73.15%57.65%-
HSV(B)46.33º69.91%88.63%-
XYZ50.8253.4113.1-
YUV186.8660.93155.92-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 46.69%
GREEN value IS 190 (74.61% from 255) = 39.26%
BLUE value IS 68 (26.95% from 255) = 14.05%
R=46.69%
G=39.26%
B=14.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.70
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261906800.160.700.1146.3373.1557.65
HexE2BE4401046B2e493a
Octal342276104020106135611172
Binary11100010101111101000100010000100011010111011101001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BE44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BE44; }

 p { color: rgb(226,190,68); }

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

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

 a { background-color: rgb(226,190,68); }

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

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

 span { border-color: rgb(226,190,68); }

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