#E1CC48

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

Shades of Confetti #E1CC48

Tints of Confetti #E1CC48

Color information

#E1CC48 (or 0xE1CC48) is unknown color: approx Confetti. HEX triplet: E1, CC and 48. RGB value is (225,204,72). Sum of RGB (Red+Green+Blue) = 225+204+72=501 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.91% from 501); Green value is 204 (80.08% from 255 or 40.72% from 501); Blue value is 72 (28.52% from 255 or 14.37% from 501); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CC48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1CC48 is #1E33B7. Grayscale: #C3C3C3. Windows color (decimal): -1979320 or 4771041. OLE color: 4771041.

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

Color convert

RGB22520472-
CMYK00.090.680.12
HSL51.76º71.83%58.24%-
HSV(B)51.76º68%88.24%-
XYZ53.8159.6614.81-
YUV195.2358.46149.23-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.91%
GREEN value IS 204 (80.08% from 255) = 40.72%
BLUE value IS 72 (28.52% from 255) = 14.37%
R=44.91%
G=40.72%
B=14.37%

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
Decimal2252047200.090.680.1251.7671.8358.24
HexE1CC480944C34483a
Octal341314110011104146411072
Binary1110000111001100100100001001100010011001101001001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CC48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CC48; }

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

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

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

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

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

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

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

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