#E1D04C

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

Shades of Confetti #E1D04C

Tints of Confetti #E1D04C

Color information

#E1D04C (or 0xE1D04C) is unknown color: approx Confetti. HEX triplet: E1, D0 and 4C. RGB value is (225,208,76). Sum of RGB (Red+Green+Blue) = 225+208+76=509 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.20% from 509); Green value is 208 (81.64% from 255 or 40.86% from 509); Blue value is 76 (30.08% from 255 or 14.93% from 509); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D04C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D04C is #1E2FB3. Grayscale: #C6C6C6. Windows color (decimal): -1978292 or 5034209. OLE color: 5034209.

HSL color Cylindrical-coordinate representation of color #E1D04C: hue angle of 53.15º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E1D04C is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB22520876-
CMYK00.080.660.12
HSL53.15º71.29%59.02%-
HSV(B)53.15º66.22%88.24%-
XYZ54.9161.6415.84-
YUV198.0359.13147.23-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.20%
GREEN value IS 208 (81.64% from 255) = 40.86%
BLUE value IS 76 (30.08% from 255) = 14.93%
R=44.20%
G=40.86%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.66
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252087600.080.660.1253.1571.2959.02
HexE1D04C0842C35473b
Octal341320114010102146510773
Binary1110000111010000100110001000100001011001101011000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D04C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D04C; }

 p { color: rgb(225,208,76); }

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

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

 a { background-color: rgb(225,208,76); }

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

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

 span { border-color: rgb(225,208,76); }

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