#E1D549

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

Shades of Confetti #E1D549

Tints of Confetti #E1D549

Color information

#E1D549 (or 0xE1D549) is unknown color: approx Confetti. HEX triplet: E1, D5 and 49. RGB value is (225,213,73). Sum of RGB (Red+Green+Blue) = 225+213+73=511 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.03% from 511); Green value is 213 (83.59% from 255 or 41.68% from 511); Blue value is 73 (28.91% from 255 or 14.29% from 511); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D549 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D549 is #1E2AB6. Grayscale: #C9C9C9. Windows color (decimal): -1977015 or 4838881. OLE color: 4838881.

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

Color convert

RGB22521373-
CMYK00.050.680.12
HSL55.26º71.7%58.43%-
HSV(B)55.26º67.56%88.24%-
XYZ56.0564.0815.72-
YUV200.6355.98145.38-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.03%
GREEN value IS 213 (83.59% from 255) = 41.68%
BLUE value IS 73 (28.91% from 255) = 14.29%
R=44.03%
G=41.68%
B=14.29%

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
Decimal2252137300.050.680.1255.2671.758.43
HexE1D5490544C37483a
Octal34132511105104146711072
Binary111000011101010110010010101100010011001101111001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D549; }

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

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

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

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

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

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

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

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