#E1D246

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

Shades of Confetti #E1D246

Tints of Confetti #E1D246

Color information

#E1D246 (or 0xE1D246) is unknown color: approx Confetti. HEX triplet: E1, D2 and 46. RGB value is (225,210,70). Sum of RGB (Red+Green+Blue) = 225+210+70=505 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.55% from 505); Green value is 210 (82.42% from 255 or 41.58% from 505); Blue value is 70 (27.73% from 255 or 13.86% from 505); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D246 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D246 is #1E2DB9. Grayscale: #C7C7C7. Windows color (decimal): -1977786 or 4641505. OLE color: 4641505.

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

Color convert

RGB22521070-
CMYK00.070.690.12
HSL54.19º72.09%57.84%-
HSV(B)54.19º68.89%88.24%-
XYZ55.262.5414.96-
YUV198.5255.47146.88-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.55%
GREEN value IS 210 (82.42% from 255) = 41.58%
BLUE value IS 70 (27.73% from 255) = 13.86%
R=44.55%
G=41.58%
B=13.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.69
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252107000.070.690.1254.1972.0957.84
HexE1D2460745C36483a
Octal34132210607105146611072
Binary111000011101001010001100111100010111001101101001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D246; }

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

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

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

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

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

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

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

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