Html Css Color HEX #E2BE43 Confetti

📋 copy color: '#E2BE43'

red 226 ◦ green 190 ◦ blue 67

#E2BE43
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Confetti #E2BE43

Tints of Confetti #E2BE43

RGB

 RED value IS 226 (88.67% from 255) = 46.79%

 GREEN value IS 190 (74.61% from 255) = 39.34%

 BLUE value IS 67 (26.56% from 255) = 13.87%

R = 46.79%
G = 39.34%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.70

 K value IS 0.11

RGB Variations

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

Color information

#E2BE43 (or 0xE2BE43) is known color: Confetti. HEX triplet: E2, BE and 43. RGB value is (226,190,67). Sum of RGB (Red+Green+Blue) = 226+190+67=483 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.79% from 483); Green value is 190 (74.61% from 255 or 39.34% from 483); Blue value is 67 (26.56% from 255 or 13.87% from 483); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BE43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2BE43 is #1D41BC. Grayscale: #BBBBBB. Windows color (decimal): -1917373 or 4439778. OLE color: 4439778.

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

Color convert

RGB 226 190 67 -
CMYK 0 0.16 0.70 0.11
HSL 46.42º 0.73% 0.57% -
HSV(B) 46.42º 0.7% 0.89% -
XYZ 50.79 53.4 12.94 -
YUV 186.74 60.43 156 -
System Red Green Blue C M Y K H S L
Decimal 226 190 67 0 0.16 0.70 0.11 46.42 0.73 0.57
Hex E2 BE 43 0 10 46 B 2E 49 39
Octal 342 276 103 0 20 106 13 56 111 71
Binary 11100010 10111110 1000011 0 10000 1000110 1011 101110 1001001 111001

Color Harmonies of #E2BE43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BE43

Black with #E2BE43

Text Example


Text Example

White with #E2BE43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BE43; }

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

 H1.HeaderClassName
 {
   color: #E2BE43;
 }
 .AnyTagClassName
 {
   color: #E2BE43;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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