Html Css Color HEX #E2C64A Confetti

📋 copy color: '#E2C64A'

red 226 ◦ green 198 ◦ blue 74

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

Shades of Confetti #E2C64A

Tints of Confetti #E2C64A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.76%

 BLUE value IS 74 (29.3% from 255) = 14.86%

R = 45.38%
G = 39.76%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E2C64A (or 0xE2C64A) is known color: Confetti. HEX triplet: E2, C6 and 4A. RGB value is (226,198,74). Sum of RGB (Red+Green+Blue) = 226+198+74=498 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.38% from 498); Green value is 198 (77.73% from 255 or 39.76% from 498); Blue value is 74 (29.30% from 255 or 14.86% from 498); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C64A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2C64A is #1D39B5. Grayscale: #C0C0C0. Windows color (decimal): -1915318 or 4900578. OLE color: 4900578.

HSL color Cylindrical-coordinate representation of color #E2C64A: hue angle of 48.95º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E2C64A is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 198 74 -
CMYK 0 0.12 0.67 0.11
HSL 48.95º 0.72% 0.59% -
HSV(B) 48.95º 0.67% 0.89% -
XYZ 52.79 57.05 14.71 -
YUV 192.24 61.28 152.08 -
System Red Green Blue C M Y K H S L
Decimal 226 198 74 0 0.12 0.67 0.11 48.95 0.72 0.59
Hex E2 C6 4A 0 C 43 B 31 48 3B
Octal 342 306 112 0 14 103 13 61 110 73
Binary 11100010 11000110 1001010 0 1100 1000011 1011 110001 1001000 111011

Color Harmonies of #E2C64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C64A

Black with #E2C64A

Text Example


Text Example

White with #E2C64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C64A; }

 p { color: rgb(226,198,74); }

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

background-color css

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

 a { background-color: rgb(226,198,74); }

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

border-color css

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

 span { border-color: rgb(226,198,74); }

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