Html Css Color HEX #E2C344 Confetti

📋 copy color: '#E2C344'

red 226 ◦ green 195 ◦ blue 68

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

Shades of Confetti #E2C344

Tints of Confetti #E2C344

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.88%

 BLUE value IS 68 (26.95% from 255) = 13.91%

R = 46.22%
G = 39.88%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.70

 K value IS 0.11

RGB Variations

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

Color information

#E2C344 (or 0xE2C344) is known color: Confetti. HEX triplet: E2, C3 and 44. RGB value is (226,195,68). Sum of RGB (Red+Green+Blue) = 226+195+68=489 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.22% from 489); Green value is 195 (76.56% from 255 or 39.88% from 489); Blue value is 68 (26.95% from 255 or 13.91% from 489); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C344 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2C344 is #1D3CBB. Grayscale: #BEBEBE. Windows color (decimal): -1916092 or 4506594. OLE color: 4506594.

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

Color convert

RGB 226 195 68 -
CMYK 0 0.14 0.70 0.11
HSL 48.23º 0.73% 0.58% -
HSV(B) 48.23º 0.7% 0.89% -
XYZ 51.92 55.62 13.47 -
YUV 189.79 59.27 153.83 -
System Red Green Blue C M Y K H S L
Decimal 226 195 68 0 0.14 0.70 0.11 48.23 0.73 0.58
Hex E2 C3 44 0 E 46 B 30 49 3A
Octal 342 303 104 0 16 106 13 60 111 72
Binary 11100010 11000011 1000100 0 1110 1000110 1011 110000 1001001 111010

Color Harmonies of #E2C344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C344

Black with #E2C344

Text Example


Text Example

White with #E2C344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C344; }

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

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

background-color css

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

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

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

border-color css

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

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

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