#E1CE3C

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

Shades of Confetti #E1CE3C

Tints of Confetti #E1CE3C

Color information

#E1CE3C (or 0xE1CE3C) is unknown color: approx Confetti. HEX triplet: E1, CE and 3C. RGB value is (225,206,60). Sum of RGB (Red+Green+Blue) = 225+206+60=491 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.82% from 491); Green value is 206 (80.86% from 255 or 41.96% from 491); Blue value is 60 (23.83% from 255 or 12.22% from 491); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CE3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1CE3C is #1E31C3. Grayscale: #C3C3C3. Windows color (decimal): -1978820 or 3985121. OLE color: 3985121.

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

Color convert

RGB22520660-
CMYK00.080.730.12
HSL53.09º73.33%55.88%-
HSV(B)53.09º73.33%88.24%-
XYZ53.9460.4813.11-
YUV195.0451.79149.37-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.82%
GREEN value IS 206 (80.86% from 255) = 41.96%
BLUE value IS 60 (23.83% from 255) = 12.22%
R=45.82%
G=41.96%
B=12.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252066000.080.730.1253.0973.3355.88
HexE1CE3C0849C354938
Octal34131674010111146511170
Binary111000011100111011110001000100100111001101011001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CE3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CE3C; }

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

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

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

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

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

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

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

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