#E1C345

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

Shades of Confetti #E1C345

Tints of Confetti #E1C345

Color information

#E1C345 (or 0xE1C345) is unknown color: approx Confetti. HEX triplet: E1, C3 and 45. RGB value is (225,195,69). Sum of RGB (Red+Green+Blue) = 225+195+69=489 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.01% from 489); Green value is 195 (76.56% from 255 or 39.88% from 489); Blue value is 69 (27.34% from 255 or 14.11% from 489); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C345 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C345 is #1E3CBA. Grayscale: #BEBEBE. Windows color (decimal): -1981627 or 4572129. OLE color: 4572129.

HSL color Cylindrical-coordinate representation of color #E1C345: hue angle of 48.46º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E1C345 is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB22519569-
CMYK00.130.690.12
HSL48.46º72.22%57.65%-
HSV(B)48.46º69.33%88.24%-
XYZ51.6455.4713.61-
YUV189.6159.94153.25-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.01%
GREEN value IS 195 (76.56% from 255) = 39.88%
BLUE value IS 69 (27.34% from 255) = 14.11%
R=46.01%
G=39.88%
B=14.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.69
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251956900.130.690.1248.4672.2257.65
HexE1C3450D45C30483a
Octal341303105015105146011072
Binary1110000111000011100010101101100010111001100001001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C345; }

 p { color: rgb(225,195,69); }

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

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

 a { background-color: rgb(225,195,69); }

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

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

 span { border-color: rgb(225,195,69); }

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