#E1D13C

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

Shades of Confetti #E1D13C

Tints of Confetti #E1D13C

Color information

#E1D13C (or 0xE1D13C) is unknown color: approx Confetti. HEX triplet: E1, D1 and 3C. RGB value is (225,209,60). Sum of RGB (Red+Green+Blue) = 225+209+60=494 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.55% from 494); Green value is 209 (82.03% from 255 or 42.31% from 494); Blue value is 60 (23.83% from 255 or 12.15% from 494); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D13C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D13C is #1E2EC3. Grayscale: #C5C5C5. Windows color (decimal): -1978052 or 3985889. OLE color: 3985889.

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

Color convert

RGB22520960-
CMYK00.070.730.12
HSL54.18º73.33%55.88%-
HSV(B)54.18º73.33%88.24%-
XYZ54.6761.9313.35-
YUV196.850.8148.12-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.55%
GREEN value IS 209 (82.03% from 255) = 42.31%
BLUE value IS 60 (23.83% from 255) = 12.15%
R=45.55%
G=42.31%
B=12.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252096000.070.730.1254.1873.3355.88
HexE1D13C0749C364938
Octal3413217407111146611170
Binary11100001110100011111000111100100111001101101001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D13C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D13C; }

 p { color: rgb(225,209,60); }

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

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

 a { background-color: rgb(225,209,60); }

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

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

 span { border-color: rgb(225,209,60); }

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