#E1D649

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

Shades of Confetti #E1D649

Tints of Confetti #E1D649

Color information

#E1D649 (or 0xE1D649) is unknown color: approx Confetti. HEX triplet: E1, D6 and 49. RGB value is (225,214,73). Sum of RGB (Red+Green+Blue) = 225+214+73=512 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.95% from 512); Green value is 214 (83.98% from 255 or 41.80% from 512); Blue value is 73 (28.91% from 255 or 14.26% from 512); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D649 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D649 is #1E29B6. Grayscale: #C9C9C9. Windows color (decimal): -1976759 or 4839137. OLE color: 4839137.

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

Color convert

RGB22521473-
CMYK00.050.680.12
HSL55.66º71.7%58.43%-
HSV(B)55.66º67.56%88.24%-
XYZ56.364.5815.8-
YUV201.2155.64144.96-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.95%
GREEN value IS 214 (83.98% from 255) = 41.80%
BLUE value IS 73 (28.91% from 255) = 14.26%
R=43.95%
G=41.80%
B=14.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.68
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252147300.050.680.1255.6671.758.43
HexE1D6490544C38483a
Octal34132611105104147011072
Binary111000011101011010010010101100010011001110001001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D649; }

 p { color: rgb(225,214,73); }

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

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

 a { background-color: rgb(225,214,73); }

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

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

 span { border-color: rgb(225,214,73); }

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