#E1C145

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

Shades of Confetti #E1C145

Tints of Confetti #E1C145

Color information

#E1C145 (or 0xE1C145) is unknown color: approx Confetti. HEX triplet: E1, C1 and 45. RGB value is (225,193,69). Sum of RGB (Red+Green+Blue) = 225+193+69=487 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.20% from 487); Green value is 193 (75.78% from 255 or 39.63% from 487); Blue value is 69 (27.34% from 255 or 14.17% from 487); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C145 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C145 is #1E3EBA. Grayscale: #BCBCBC. Windows color (decimal): -1982139 or 4571617. OLE color: 4571617.

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

Color convert

RGB22519369-
CMYK00.140.690.12
HSL47.69º72.22%57.65%-
HSV(B)47.69º69.33%88.24%-
XYZ51.254.5813.47-
YUV188.4360.6154.08-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.20%
GREEN value IS 193 (75.78% from 255) = 39.63%
BLUE value IS 69 (27.34% from 255) = 14.17%
R=46.20%
G=39.63%
B=14.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.69
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251936900.140.690.1247.6972.2257.65
HexE1C1450E45C30483a
Octal341301105016105146011072
Binary1110000111000001100010101110100010111001100001001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C145; }

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

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

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

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

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

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

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

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