#E1CE46

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

Shades of Confetti #E1CE46

Tints of Confetti #E1CE46

Color information

#E1CE46 (or 0xE1CE46) is unknown color: approx Confetti. HEX triplet: E1, CE and 46. RGB value is (225,206,70). Sum of RGB (Red+Green+Blue) = 225+206+70=501 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.91% from 501); Green value is 206 (80.86% from 255 or 41.12% from 501); Blue value is 70 (27.73% from 255 or 13.97% from 501); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CE46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1CE46 is #1E31B9. Grayscale: #C4C4C4. Windows color (decimal): -1978810 or 4640481. OLE color: 4640481.

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

Color convert

RGB22520670-
CMYK00.080.690.12
HSL52.65º72.09%57.84%-
HSV(B)52.65º68.89%88.24%-
XYZ54.2360.5914.63-
YUV196.1856.79148.56-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.91%
GREEN value IS 206 (80.86% from 255) = 41.12%
BLUE value IS 70 (27.73% from 255) = 13.97%
R=44.91%
G=41.12%
B=13.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.69
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252067000.080.690.1252.6572.0957.84
HexE1CE460845C35483a
Octal341316106010105146511072
Binary1110000111001110100011001000100010111001101011001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CE46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CE46; }

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

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

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

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

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

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

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

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