#E1C54C

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

Shades of Confetti #E1C54C

Tints of Confetti #E1C54C

Color information

#E1C54C (or 0xE1C54C) is unknown color: approx Confetti. HEX triplet: E1, C5 and 4C. RGB value is (225,197,76). Sum of RGB (Red+Green+Blue) = 225+197+76=498 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.18% from 498); Green value is 197 (77.34% from 255 or 39.56% from 498); Blue value is 76 (30.08% from 255 or 15.26% from 498); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C54C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C54C is #1E3AB3. Grayscale: #C0C0C0. Windows color (decimal): -1981108 or 5031393. OLE color: 5031393.

HSL color Cylindrical-coordinate representation of color #E1C54C: hue angle of 48.72º 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 #E1C54C is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB22519776-
CMYK00.120.660.12
HSL48.72º71.29%59.02%-
HSV(B)48.72º66.22%88.24%-
XYZ52.3256.4614.98-
YUV191.5862.78151.84-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.18%
GREEN value IS 197 (77.34% from 255) = 39.56%
BLUE value IS 76 (30.08% from 255) = 15.26%
R=45.18%
G=39.56%
B=15.26%

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
Decimal2251977600.120.660.1248.7271.2959.02
HexE1C54C0C42C31473b
Octal341305114014102146110773
Binary1110000111000101100110001100100001011001100011000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C54C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C54C; }

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

 H1.HeaderClassName
 {
   color: #E1C54C;
 }
 .AnyTagClassName
 {
   color: #E1C54C;
 }
</style>
background-color css

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

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

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

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

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

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