#E1CE52

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

Shades of Confetti #E1CE52

Tints of Confetti #E1CE52

Color information

#E1CE52 (or 0xE1CE52) is unknown color: approx Confetti. HEX triplet: E1, CE and 52. RGB value is (225,206,82). Sum of RGB (Red+Green+Blue) = 225+206+82=513 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.86% from 513); Green value is 206 (80.86% from 255 or 40.16% from 513); Blue value is 82 (32.42% from 255 or 15.98% from 513); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CE52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CE52 is #1E31AD. Grayscale: #C6C6C6. Windows color (decimal): -1978798 or 5426913. OLE color: 5426913.

HSL color Cylindrical-coordinate representation of color #E1CE52: hue angle of 52.03º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E1CE52 is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB22520682-
CMYK00.080.640.12
HSL52.03º70.44%60.2%-
HSV(B)52.03º63.56%88.24%-
XYZ54.6560.7616.83-
YUV197.5462.79147.58-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.86%
GREEN value IS 206 (80.86% from 255) = 40.16%
BLUE value IS 82 (32.42% from 255) = 15.98%
R=43.86%
G=40.16%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.64
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252068200.080.640.1252.0370.4460.2
HexE1CE520840C34463c
Octal341316122010100146410674
Binary1110000111001110101001001000100000011001101001000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CE52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CE52; }

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

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

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

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

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

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

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

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