Html Css Color HEX #E1C64C Confetti

📋 copy color: '#E1C64C'

red 225 ◦ green 198 ◦ blue 76

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

Shades of Confetti #E1C64C

Tints of Confetti #E1C64C

RGB

 RED value IS 225 (88.28% from 255) = 45.09%

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

 BLUE value IS 76 (30.08% from 255) = 15.23%

R = 45.09%
G = 39.68%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E1C64C (or 0xE1C64C) is known color: Confetti. HEX triplet: E1, C6 and 4C. RGB value is (225,198,76). Sum of RGB (Red+Green+Blue) = 225+198+76=499 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45.09% from 499); Green value is 198 (77.73% from 255 or 39.68% from 499); Blue value is 76 (30.08% from 255 or 15.23% from 499); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C64C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C64C is #1E39B3. Grayscale: #C0C0C0. Windows color (decimal): -1980852 or 5031649. OLE color: 5031649.

HSL color Cylindrical-coordinate representation of color #E1C64C: hue angle of 49.13º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E1C64C is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 198 76 -
CMYK 0 0.12 0.66 0.12
HSL 49.13º 0.71% 0.59% -
HSV(B) 49.13º 0.66% 0.88% -
XYZ 52.55 56.92 15.05 -
YUV 192.17 62.45 151.42 -
System Red Green Blue C M Y K H S L
Decimal 225 198 76 0 0.12 0.66 0.12 49.13 0.71 0.59
Hex E1 C6 4C 0 C 42 C 31 47 3B
Octal 341 306 114 0 14 102 14 61 107 73
Binary 11100001 11000110 1001100 0 1100 1000010 1100 110001 1000111 111011

Color Harmonies of #E1C64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C64C

Black with #E1C64C

Text Example


Text Example

White with #E1C64C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C64C; }

 p { color: rgb(225,198,76); }

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

background-color css

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

 a { background-color: rgb(225,198,76); }

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

border-color css

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

 span { border-color: rgb(225,198,76); }

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