#e1c64c

Color #E1C64C Confetti (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Confetti #E1C64C

Tints of Confetti #E1C64C

Color information

#E1C64C (or 0xE1C64C) is unknown color: approx 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

RGB22519876-
CMYK00.120.660.12
HSL49.13º71.29%59.02%-
HSV(B)49.13º66.22%88.24%-
XYZ52.5556.9215.05-
YUV192.1662.45151.42-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.66
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251987600.120.660.1249.1371.2959.02
HexE1C64C0C42C31473b
Octal341306114014102146110773
Binary1110000111000110100110001100100001011001100011000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e1c64c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>