#E1D24A

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

Shades of Confetti #E1D24A

Tints of Confetti #E1D24A

Color information

#E1D24A (or 0xE1D24A) is unknown color: approx Confetti. HEX triplet: E1, D2 and 4A. RGB value is (225,210,74). Sum of RGB (Red+Green+Blue) = 225+210+74=509 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.20% from 509); Green value is 210 (82.42% from 255 or 41.26% from 509); Blue value is 74 (29.30% from 255 or 14.54% from 509); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D24A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D24A is #1E2DB5. Grayscale: #C7C7C7. Windows color (decimal): -1977782 or 4903649. OLE color: 4903649.

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

Color convert

RGB22521074-
CMYK00.070.670.12
HSL54.04º71.56%58.63%-
HSV(B)54.04º67.11%88.24%-
XYZ55.3362.615.64-
YUV198.9857.47146.56-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.20%
GREEN value IS 210 (82.42% from 255) = 41.26%
BLUE value IS 74 (29.30% from 255) = 14.54%
R=44.20%
G=41.26%
B=14.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.67
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252107400.070.670.1254.0471.5658.63
HexE1D24A0743C36483b
Octal34132211207103146611073
Binary111000011101001010010100111100001111001101101001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D24A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D24A; }

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

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

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

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

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

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

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

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