Html Css Color HEX #E2BD43 Confetti

📋 copy color: '#E2BD43'

red 226 ◦ green 189 ◦ blue 67

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

Shades of Confetti #E2BD43

Tints of Confetti #E2BD43

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.21%

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

R = 46.89%
G = 39.21%
B = 13.9%

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

#E2BD43 (or 0xE2BD43) is known color: Confetti. HEX triplet: E2, BD and 43. RGB value is (226,189,67). Sum of RGB (Red+Green+Blue) = 226+189+67=482 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.89% from 482); Green value is 189 (74.22% from 255 or 39.21% from 482); Blue value is 67 (26.56% from 255 or 13.90% from 482); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BD43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2BD43 is #1D42BC. Grayscale: #BABABA. Windows color (decimal): -1917629 or 4439522. OLE color: 4439522.

HSL color Cylindrical-coordinate representation of color #E2BD43: hue angle of 46.04º 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 #E2BD43 is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 189 67 -
CMYK 0 0.16 0.70 0.11
HSL 46.04º 0.73% 0.57% -
HSV(B) 46.04º 0.7% 0.89% -
XYZ 50.57 52.97 12.87 -
YUV 186.16 60.76 156.42 -
System Red Green Blue C M Y K H S L
Decimal 226 189 67 0 0.16 0.70 0.11 46.04 0.73 0.57
Hex E2 BD 43 0 10 46 B 2E 49 39
Octal 342 275 103 0 20 106 13 56 111 71
Binary 11100010 10111101 1000011 0 10000 1000110 1011 101110 1001001 111001

Color Harmonies of #E2BD43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BD43

Black with #E2BD43

Text Example


Text Example

White with #E2BD43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BD43; }

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

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

background-color css

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

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

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

border-color css

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

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

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