#E1CD48

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

Shades of Confetti #E1CD48

Tints of Confetti #E1CD48

Color information

#E1CD48 (or 0xE1CD48) is unknown color: approx Confetti. HEX triplet: E1, CD and 48. RGB value is (225,205,72). Sum of RGB (Red+Green+Blue) = 225+205+72=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 205 (80.47% from 255 or 40.84% from 502); Blue value is 72 (28.52% from 255 or 14.34% from 502); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CD48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1CD48 is #1E32B7. Grayscale: #C4C4C4. Windows color (decimal): -1979064 or 4771297. OLE color: 4771297.

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

Color convert

RGB22520572-
CMYK00.090.680.12
HSL52.16º71.83%58.24%-
HSV(B)52.16º68%88.24%-
XYZ54.0560.1414.89-
YUV195.8258.13148.81-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.82%
GREEN value IS 205 (80.47% from 255) = 40.84%
BLUE value IS 72 (28.52% from 255) = 14.34%
R=44.82%
G=40.84%
B=14.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.68
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252057200.090.680.1252.1671.8358.24
HexE1CD480944C34483a
Octal341315110011104146411072
Binary1110000111001101100100001001100010011001101001001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CD48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CD48; }

 p { color: rgb(225,205,72); }

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

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

 a { background-color: rgb(225,205,72); }

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

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

 span { border-color: rgb(225,205,72); }

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