#E1D445

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

Shades of Confetti #E1D445

Tints of Confetti #E1D445

Color information

#E1D445 (or 0xE1D445) is unknown color: approx Confetti. HEX triplet: E1, D4 and 45. RGB value is (225,212,69). Sum of RGB (Red+Green+Blue) = 225+212+69=506 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.47% from 506); Green value is 212 (83.20% from 255 or 41.90% from 506); Blue value is 69 (27.34% from 255 or 13.64% from 506); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D445 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D445 is #1E2BBA. Grayscale: #C8C8C8. Windows color (decimal): -1977275 or 4576481. OLE color: 4576481.

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

Color convert

RGB22521269-
CMYK00.060.690.12
HSL55º72.22%57.65%-
HSV(B)55º69.33%88.24%-
XYZ55.6763.5214.96-
YUV199.5854.31146.13-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.47%
GREEN value IS 212 (83.20% from 255) = 41.90%
BLUE value IS 69 (27.34% from 255) = 13.64%
R=44.47%
G=41.90%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.69
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252126900.060.690.125572.2257.65
HexE1D4450645C37483a
Octal34132410506105146711072
Binary111000011101010010001010110100010111001101111001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D445; }

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

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

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

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

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

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

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

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