#E2C645

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

Shades of Confetti #E2C645

Tints of Confetti #E2C645

Color information

#E2C645 (or 0xE2C645) is unknown color: approx Confetti. HEX triplet: E2, C6 and 45. RGB value is (226,198,69). Sum of RGB (Red+Green+Blue) = 226+198+69=493 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.84% from 493); Green value is 198 (77.73% from 255 or 40.16% from 493); Blue value is 69 (27.34% from 255 or 14.00% from 493); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C645 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2C645 is #1D39BA. Grayscale: #C0C0C0. Windows color (decimal): -1915323 or 4572898. OLE color: 4572898.

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

Color convert

RGB22619869-
CMYK00.120.690.11
HSL49.3º73.02%57.84%-
HSV(B)49.3º69.47%88.63%-
XYZ52.6356.9913.86-
YUV191.6758.78152.49-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.84%
GREEN value IS 198 (77.73% from 255) = 40.16%
BLUE value IS 69 (27.34% from 255) = 14.00%
R=45.84%
G=40.16%
B=14.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.69
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261986900.120.690.1149.373.0257.84
HexE2C6450C45B31493a
Octal342306105014105136111172
Binary1110001011000110100010101100100010110111100011001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C645; }

 p { color: rgb(226,198,69); }

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

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

 a { background-color: rgb(226,198,69); }

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

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

 span { border-color: rgb(226,198,69); }

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