#E1D443

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

Shades of Confetti #E1D443

Tints of Confetti #E1D443

Color information

#E1D443 (or 0xE1D443) is unknown color: approx Confetti. HEX triplet: E1, D4 and 43. RGB value is (225,212,67). Sum of RGB (Red+Green+Blue) = 225+212+67=504 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.64% from 504); Green value is 212 (83.20% from 255 or 42.06% from 504); Blue value is 67 (26.56% from 255 or 13.29% from 504); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D443 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D443 is #1E2BBC. Grayscale: #C7C7C7. Windows color (decimal): -1977277 or 4445409. OLE color: 4445409.

HSL color Cylindrical-coordinate representation of color #E1D443: hue angle of 55.06º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E1D443 is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.12.

Color convert

RGB22521267-
CMYK00.060.700.12
HSL55.06º72.48%57.25%-
HSV(B)55.06º70.22%88.24%-
XYZ55.6163.514.64-
YUV199.3653.31146.29-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.64%
GREEN value IS 212 (83.20% from 255) = 42.06%
BLUE value IS 67 (26.56% from 255) = 13.29%
R=44.64%
G=42.06%
B=13.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.70
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252126700.060.700.1255.0672.4857.25
HexE1D4430646C374839
Octal34132410306106146711071
Binary111000011101010010000110110100011011001101111001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D443; }

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

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

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

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

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

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

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

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