#E2C841

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

Shades of Confetti #E2C841

Tints of Confetti #E2C841

Color information

#E2C841 (or 0xE2C841) is unknown color: approx Confetti. HEX triplet: E2, C8 and 41. RGB value is (226,200,65). Sum of RGB (Red+Green+Blue) = 226+200+65=491 (65% of max value = 765). Red value is 226 (88.67% from 255 or 46.03% from 491); Green value is 200 (78.52% from 255 or 40.73% from 491); Blue value is 65 (25.78% from 255 or 13.24% from 491); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C841 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2C841 is #1D37BE. Grayscale: #C0C0C0. Windows color (decimal): -1914815 or 4311266. OLE color: 4311266.

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

Color convert

RGB22620065-
CMYK00.120.710.11
HSL50.31º73.52%57.06%-
HSV(B)50.31º71.24%88.63%-
XYZ52.9757.8613.38-
YUV192.3856.11151.98-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 46.03%
GREEN value IS 200 (78.52% from 255) = 40.73%
BLUE value IS 65 (25.78% from 255) = 13.24%
R=46.03%
G=40.73%
B=13.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.71
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262006500.120.710.1150.3173.5257.06
HexE2C8410C47B324a39
Octal342310101014107136211271
Binary1110001011001000100000101100100011110111100101001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C841; }

 p { color: rgb(226,200,65); }

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

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

 a { background-color: rgb(226,200,65); }

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

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

 span { border-color: rgb(226,200,65); }

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