#E1D24D

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

Shades of Confetti #E1D24D

Tints of Confetti #E1D24D

Color information

#E1D24D (or 0xE1D24D) is unknown color: approx Confetti. HEX triplet: E1, D2 and 4D. RGB value is (225,210,77). Sum of RGB (Red+Green+Blue) = 225+210+77=512 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.95% from 512); Green value is 210 (82.42% from 255 or 41.02% from 512); Blue value is 77 (30.47% from 255 or 15.04% from 512); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D24D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D24D is #1E2DB2. Grayscale: #C7C7C7. Windows color (decimal): -1977779 or 5100257. OLE color: 5100257.

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

Color convert

RGB22521077-
CMYK00.070.660.12
HSL53.92º71.15%59.22%-
HSV(B)53.92º65.78%88.24%-
XYZ55.4462.6416.19-
YUV199.3258.97146.31-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.95%
GREEN value IS 210 (82.42% from 255) = 41.02%
BLUE value IS 77 (30.47% from 255) = 15.04%
R=43.95%
G=41.02%
B=15.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.66
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252107700.070.660.1253.9271.1559.22
HexE1D24D0742C36473b
Octal34132211507102146610773
Binary111000011101001010011010111100001011001101101000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D24D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D24D; }

 p { color: rgb(225,210,77); }

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

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

 a { background-color: rgb(225,210,77); }

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

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

 span { border-color: rgb(225,210,77); }

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